{"id":17,"date":"2010-05-03T00:09:51","date_gmt":"2010-05-02T22:09:51","guid":{"rendered":"https:\/\/it-blog.timk.de\/index.php\/setting-up-dns-server-on-check-point-endpoint-connect-r73-on-microsoft-windows-7"},"modified":"2010-05-03T00:09:51","modified_gmt":"2010-05-02T22:09:51","slug":"setting-up-dns-server-on-check-point-endpoint-connect-r73-on-microsoft-windows-7","status":"publish","type":"post","link":"https:\/\/www.timk.de\/it-blog\/setting-up-dns-server-on-check-point-endpoint-connect-r73-on-microsoft-windows-7\/","title":{"rendered":"Setting up DNS-Server on Check Point Endpoint Connect R73 on Microsoft Windows 7"},"content":{"rendered":"<p>Open Command-Line-Box (cmd.exe) with Administrator-Rights.<\/p>\n<blockquote><p><code>C:>netsh int ip sh int<\/code><\/p>\n<p><code>Idx     Met         MTU          State                Name <\/code><br \/>\n<code>---  ---------  ----------  ------------  --------------------------- <\/code><br \/>\n<code>  1         50  4294967295  connected     Loopback Pseudo-Interface 1 <\/code><br \/>\n<code> 11         10        1500  connected     LAN-Connection <\/code><br \/>\n<code><strong> 12          0        1350  disconnected  LAN-Connection* 9 <\/strong><\/code><\/p><\/blockquote>\n<p>Search the virtual Interface from Check Point Endpoint Connect. It is the Interface with Metric 0, MTU 1350 and an asterisk at the name &#8211; at this example &#8220;LAN-Connection* 9&#8221; -.<\/p>\n<p>Now set the first DNS-Server o your remote Domain for the VPN-Connection &#8211; normally it is the Active Domian Controller (here for example 10.0.0.1) on remote VPN-Network &#8211;<\/p>\n<blockquote><p><code>C:>netsh int ip set dns \"LAN-Connection* 9\" static 10.0.0.1<\/code><\/p><\/blockquote>\n<p>To add an secondary DNS-Server and so on use following command:<\/p>\n<blockquote><p><code>C:>netsh int ip add dns \"LAN-Connection* 9\" 10.0.0.2<\/code><\/p><\/blockquote>\n<p>Now check settings:<\/p>\n<blockquote><p><code>C:>netsh int ip show dns <\/code><\/p><\/blockquote>\n<p>On the same way you can set the WINS-Servers of your Domain. You have to use <code>wins<\/code> instead of <code>dns<\/code> on all commands.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Open Command-Line-Box (cmd.exe) with Administrator-Rights. C:>netsh int ip sh int Idx Met MTU State Name &#8212; &#8212;&#8212;&#8212; &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; 1 50 4294967295 connected Loopback Pseudo-Interface 1 11 10 1500 connected LAN-Connection 12 0 1350 disconnected LAN-Connection* 9 Search the virtual Interface from Check Point Endpoint Connect. It is the Interface with Metric 0, MTU [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,13],"tags":[15,22,23,54,43],"class_list":["post-17","post","type-post","status-publish","format-standard","hentry","category-checkpoint","category-windows-7","tag-check-point","tag-dns","tag-endpoint-connect","tag-windows-7","tag-wins"],"_links":{"self":[{"href":"https:\/\/www.timk.de\/it-blog\/wp-json\/wp\/v2\/posts\/17","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.timk.de\/it-blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.timk.de\/it-blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.timk.de\/it-blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.timk.de\/it-blog\/wp-json\/wp\/v2\/comments?post=17"}],"version-history":[{"count":0,"href":"https:\/\/www.timk.de\/it-blog\/wp-json\/wp\/v2\/posts\/17\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.timk.de\/it-blog\/wp-json\/wp\/v2\/media?parent=17"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.timk.de\/it-blog\/wp-json\/wp\/v2\/categories?post=17"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.timk.de\/it-blog\/wp-json\/wp\/v2\/tags?post=17"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}