<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic why can not browse web site which DNS server placed in outside in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/why-can-not-browse-web-site-which-dns-server-placed-in-outside/m-p/2718223#M191135</link>
    <description>&lt;P&gt;i change to place DNS server which is the same VM of web server in outside of ASA&lt;/P&gt;&lt;P&gt;and expect to browse web site from inside, but failed&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/0Bxs_ao6uuBDUUFFRNlpETTR1dGs/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/0Bxs_ao6uuBDUUFFRNlpETTR1dGs/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/0Bxs_ao6uuBDUOXlVa3lMbC1UcUk/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/0Bxs_ao6uuBDUOXlVa3lMbC1UcUk/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ubuntu--192.168.1.2--Switch1 192.168.1.254--inside--192.168.1.7ASA115.0.0.15--outside--115.0.0.16 Router 10.0.0.1--10.0.0.7 web site&amp;nbsp;&lt;/P&gt;&lt;P&gt;DNS 10.0.0.23&lt;/P&gt;&lt;P&gt;ASA&lt;/P&gt;&lt;P&gt;conf t&lt;BR /&gt;interface GigabitEthernet0&lt;BR /&gt;description INSIDE&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.1.7 255.255.255.0&lt;BR /&gt;no shutdown&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;interface GigabitEthernet1&lt;BR /&gt;description OUTSIDE&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 115.0.0.15 255.0.0.0&lt;BR /&gt;no shut&lt;BR /&gt;access-list acl_outside_new extended permit tcp any any eq www&amp;nbsp;&lt;BR /&gt;access-group acl_outside_new in interface outside&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;object network Web_INSIDE&lt;BR /&gt;host 192.168.1.254&lt;BR /&gt;nat (inside,outside) static interface service tcp 80 80&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;object network DNS_INSIDE&lt;BR /&gt;host 192.168.1.254&lt;BR /&gt;nat (inside,outside) static 10.0.0.23 dns&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 115.0.0.16 1&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;3725 Switch1&lt;BR /&gt;conf t&lt;BR /&gt;hostname Switch1&lt;BR /&gt;vlan 5&lt;BR /&gt;int vlan 5&lt;BR /&gt;ip address 192.168.1.254 255.255.255.0&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;int fa1/1&lt;BR /&gt;switchport&lt;BR /&gt;switchport access vlan 5&lt;BR /&gt;switchport mode access&lt;BR /&gt;shut&lt;BR /&gt;no shut&lt;BR /&gt;int fa1/2&lt;BR /&gt;switchport&lt;BR /&gt;switchport access vlan 5&lt;BR /&gt;switchport mode access&lt;BR /&gt;shut&lt;BR /&gt;no shut&lt;BR /&gt;int fa1/3&lt;BR /&gt;switchport&lt;BR /&gt;switchport access vlan 5&lt;BR /&gt;switchport mode access&lt;BR /&gt;shut&lt;BR /&gt;no shut&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;Router1conf t&lt;BR /&gt;hostname Router1&lt;BR /&gt;ip routing&lt;BR /&gt;int fa0/0&lt;BR /&gt;ip address 115.0.0.16 255.0.0.0&lt;BR /&gt;shut&lt;BR /&gt;no shut&lt;BR /&gt;int fa0/1&lt;BR /&gt;ip address 10.0.0.1 255.0.0.0&lt;BR /&gt;shut&lt;BR /&gt;no shut&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;router eigrp 1&lt;BR /&gt;network 115.0.0.0 255.0.0.0&lt;BR /&gt;network 10.0.0.0 255.0.0.0&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;verify:&lt;BR /&gt;packet-tracer input outside tcp 115.0.0.16 80 192.168.1.2 80 detailed&lt;BR /&gt;packet-tracer input inside tcp 192.168.1.2 80 115.0.0.16 80 detailed&lt;/P&gt;&lt;P&gt;packet-tracer input outside tcp 10.0.0.23 80 192.168.1.2 80 detailed&lt;BR /&gt;packet-tracer input inside tcp 192.168.1.2 80 10.0.0.23 80 detailed&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2019 00:56:10 GMT</pubDate>
    <dc:creator>martlee2</dc:creator>
    <dc:date>2019-03-26T00:56:10Z</dc:date>
    <item>
      <title>why can not browse web site which DNS server placed in outside</title>
      <link>https://community.cisco.com/t5/network-security/why-can-not-browse-web-site-which-dns-server-placed-in-outside/m-p/2718223#M191135</link>
      <description>&lt;P&gt;i change to place DNS server which is the same VM of web server in outside of ASA&lt;/P&gt;&lt;P&gt;and expect to browse web site from inside, but failed&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/0Bxs_ao6uuBDUUFFRNlpETTR1dGs/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/0Bxs_ao6uuBDUUFFRNlpETTR1dGs/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/0Bxs_ao6uuBDUOXlVa3lMbC1UcUk/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/0Bxs_ao6uuBDUOXlVa3lMbC1UcUk/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ubuntu--192.168.1.2--Switch1 192.168.1.254--inside--192.168.1.7ASA115.0.0.15--outside--115.0.0.16 Router 10.0.0.1--10.0.0.7 web site&amp;nbsp;&lt;/P&gt;&lt;P&gt;DNS 10.0.0.23&lt;/P&gt;&lt;P&gt;ASA&lt;/P&gt;&lt;P&gt;conf t&lt;BR /&gt;interface GigabitEthernet0&lt;BR /&gt;description INSIDE&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.1.7 255.255.255.0&lt;BR /&gt;no shutdown&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;interface GigabitEthernet1&lt;BR /&gt;description OUTSIDE&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 115.0.0.15 255.0.0.0&lt;BR /&gt;no shut&lt;BR /&gt;access-list acl_outside_new extended permit tcp any any eq www&amp;nbsp;&lt;BR /&gt;access-group acl_outside_new in interface outside&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;object network Web_INSIDE&lt;BR /&gt;host 192.168.1.254&lt;BR /&gt;nat (inside,outside) static interface service tcp 80 80&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;object network DNS_INSIDE&lt;BR /&gt;host 192.168.1.254&lt;BR /&gt;nat (inside,outside) static 10.0.0.23 dns&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 115.0.0.16 1&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;3725 Switch1&lt;BR /&gt;conf t&lt;BR /&gt;hostname Switch1&lt;BR /&gt;vlan 5&lt;BR /&gt;int vlan 5&lt;BR /&gt;ip address 192.168.1.254 255.255.255.0&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;int fa1/1&lt;BR /&gt;switchport&lt;BR /&gt;switchport access vlan 5&lt;BR /&gt;switchport mode access&lt;BR /&gt;shut&lt;BR /&gt;no shut&lt;BR /&gt;int fa1/2&lt;BR /&gt;switchport&lt;BR /&gt;switchport access vlan 5&lt;BR /&gt;switchport mode access&lt;BR /&gt;shut&lt;BR /&gt;no shut&lt;BR /&gt;int fa1/3&lt;BR /&gt;switchport&lt;BR /&gt;switchport access vlan 5&lt;BR /&gt;switchport mode access&lt;BR /&gt;shut&lt;BR /&gt;no shut&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;Router1conf t&lt;BR /&gt;hostname Router1&lt;BR /&gt;ip routing&lt;BR /&gt;int fa0/0&lt;BR /&gt;ip address 115.0.0.16 255.0.0.0&lt;BR /&gt;shut&lt;BR /&gt;no shut&lt;BR /&gt;int fa0/1&lt;BR /&gt;ip address 10.0.0.1 255.0.0.0&lt;BR /&gt;shut&lt;BR /&gt;no shut&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;router eigrp 1&lt;BR /&gt;network 115.0.0.0 255.0.0.0&lt;BR /&gt;network 10.0.0.0 255.0.0.0&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;verify:&lt;BR /&gt;packet-tracer input outside tcp 115.0.0.16 80 192.168.1.2 80 detailed&lt;BR /&gt;packet-tracer input inside tcp 192.168.1.2 80 115.0.0.16 80 detailed&lt;/P&gt;&lt;P&gt;packet-tracer input outside tcp 10.0.0.23 80 192.168.1.2 80 detailed&lt;BR /&gt;packet-tracer input inside tcp 192.168.1.2 80 10.0.0.23 80 detailed&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 00:56:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/why-can-not-browse-web-site-which-dns-server-placed-in-outside/m-p/2718223#M191135</guid>
      <dc:creator>martlee2</dc:creator>
      <dc:date>2019-03-26T00:56:10Z</dc:date>
    </item>
    <item>
      <title>Hi martlee2,You should put</title>
      <link>https://community.cisco.com/t5/network-security/why-can-not-browse-web-site-which-dns-server-placed-in-outside/m-p/2718224#M191136</link>
      <description>&lt;P&gt;Hi martlee2,&lt;/P&gt;&lt;P&gt;You should put that ACL (acl_outside_new) &amp;nbsp;on interface inside.&lt;/P&gt;&lt;P&gt;Also, I am not sure about what you are doing with these NATs.&lt;/P&gt;&lt;P&gt;If you want just to access the web server on outside, from inside, you may use something like this:&lt;/P&gt;&lt;P&gt;object network nat-MyLAN&lt;/P&gt;&lt;P&gt;&amp;nbsp;subnet 192.168.1.7 255.255.255.0&lt;BR /&gt;&amp;nbsp;nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2015 20:56:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/why-can-not-browse-web-site-which-dns-server-placed-in-outside/m-p/2718224#M191136</guid>
      <dc:creator>andre.ortega</dc:creator>
      <dc:date>2015-05-28T20:56:57Z</dc:date>
    </item>
    <item>
      <title>i have applied acl_outside</title>
      <link>https://community.cisco.com/t5/network-security/why-can-not-browse-web-site-which-dns-server-placed-in-outside/m-p/2718225#M191137</link>
      <description>&lt;P&gt;i have applied&amp;nbsp;acl_outside_new on interface inside, but can not access the web server outside&lt;/P&gt;&lt;P&gt;not only access the web server, expect to access all kind of web in outside.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i change to use dynamic NAT with overload, still can not access the web outside from inside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after change:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;conf t&lt;BR /&gt;interface GigabitEthernet0&lt;BR /&gt;description INSIDE&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.1.7 255.255.255.0&lt;BR /&gt;no shutdown&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;interface GigabitEthernet1&lt;BR /&gt;description OUTSIDE&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 115.0.0.15 255.0.0.0&lt;BR /&gt;no shut&lt;BR /&gt;access-list acl_outside_new extended permit tcp any any eq www&amp;nbsp;&lt;BR /&gt;access-group acl_outside_new in interface inside&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;object network Web_INSIDE&lt;BR /&gt;host 192.168.1.254&lt;BR /&gt;nat (inside,outside) static interface service tcp 80 80&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;object network DNS_INSIDE&lt;BR /&gt;subnet 192.168.1.0 255.255.255.0&lt;BR /&gt;nat (inside,outside) dynamic interface&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 115.0.0.16 1&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.7 255.255.255.0 inside&lt;BR /&gt;end&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2015 00:10:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/why-can-not-browse-web-site-which-dns-server-placed-in-outside/m-p/2718225#M191137</guid>
      <dc:creator>martlee2</dc:creator>
      <dc:date>2015-05-29T00:10:27Z</dc:date>
    </item>
    <item>
      <title>Please,try to remove the NAT</title>
      <link>https://community.cisco.com/t5/network-security/why-can-not-browse-web-site-which-dns-server-placed-in-outside/m-p/2718226#M191138</link>
      <description>&lt;P&gt;Please,&lt;/P&gt;&lt;P&gt;try to remove the NAT config from objetc&amp;nbsp;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;Web_INSIDE.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2015 12:29:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/why-can-not-browse-web-site-which-dns-server-placed-in-outside/m-p/2718226#M191138</guid>
      <dc:creator>andre.ortega</dc:creator>
      <dc:date>2015-05-29T12:29:17Z</dc:date>
    </item>
    <item>
      <title> conf tobject network WEB</title>
      <link>https://community.cisco.com/t5/network-security/why-can-not-browse-web-site-which-dns-server-placed-in-outside/m-p/2718227#M191139</link>
      <description>&lt;P&gt;https://drive.google.com/file/d/0Bxs_ao6uuBDUQVdFZ1VzeVJYXzg/view?usp=sharing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;conf t&lt;BR /&gt;object network WEB_INSIDE&lt;BR /&gt;subnet 192.168.1.0 255.255.255.0&lt;BR /&gt;nat (inside,outside) dynamic interface&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a. if only have dynamic interface, i can see the web with 10.0.0.7/index.html&lt;/P&gt;&lt;P&gt;but after add static route for dns , it can not see &lt;A href="https://community.cisco.com/www.xxx.com" target="_blank"&gt;www.xxx.com&lt;/A&gt; and can not see 10.0.0.7/index.html&lt;/P&gt;&lt;P&gt;b. second thing i do not understand is that why ubuntu need to add static route, when i ping outside router, it return no route, why&lt;/P&gt;&lt;P&gt;it can not use default route to find the way? if i use NAT, it can go to real world internet without &amp;nbsp;return no route for every site. why simulation need to add static route?&lt;/P&gt;&lt;P&gt;sudo route add -net 10.0.0.0 netmask 255.0.0.0 gw 192.168.1.254 dev eth0&lt;BR /&gt;sudo route add -net 115.0.0.0 netmask 255.0.0.0 gw 192.168.1.254 dev eth0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then i change 192.168.1.2 to 192.168.1.254 which is the device directly connected to ASA, it can&amp;nbsp;&lt;/P&gt;&lt;P&gt;it can&amp;nbsp;see 10.0.0.7/index.html now but can not see &amp;nbsp;www.xxx.com and&lt;/P&gt;&lt;P&gt;conf t&lt;BR /&gt;object network DNS_INSIDE&lt;BR /&gt;host 192.168.1.2&lt;BR /&gt;nat (inside,outside) static 10.0.0.23 dns&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;conf t&lt;BR /&gt;object network DNS_INSIDE&lt;BR /&gt;host 192.168.1.254&lt;BR /&gt;nat (inside,outside) static 10.0.0.23 dns&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ubuntu--192.168.1.2--Switch1 192.168.1.254--inside--192.168.1.7ASA115.0.0.15--outside--115.0.0.16 Router 10.0.0.1--10.0.0.7 web &amp;amp; DNS site (same VM)&lt;/P&gt;&lt;P&gt;DNS 10.0.0.23&lt;/P&gt;&lt;P&gt;sudo route add -net 10.0.0.0 netmask 255.0.0.0 gw 192.168.1.254 dev eth0&lt;BR /&gt;sudo route add -net 115.0.0.0 netmask 255.0.0.0 gw 192.168.1.254 dev eth0&lt;/P&gt;&lt;P&gt;ASA&lt;/P&gt;&lt;P&gt;conf t&lt;BR /&gt;interface GigabitEthernet0&lt;BR /&gt;description INSIDE&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.1.7 255.255.255.0&lt;BR /&gt;no shutdown&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;interface GigabitEthernet1&lt;BR /&gt;description OUTSIDE&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 115.0.0.15 255.0.0.0&lt;BR /&gt;no shut&lt;BR /&gt;access-list acl_outside_new extended permit tcp any any eq www&amp;nbsp;&lt;BR /&gt;access-group acl_outside_new in interface outside&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;object network WEB_INSIDE&lt;BR /&gt;subnet 192.168.1.0 255.255.255.0&lt;BR /&gt;nat (inside,outside) dynamic interface&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;object network DNS_INSIDE&lt;BR /&gt;host 192.168.1.2&lt;BR /&gt;nat (inside,outside) static 10.0.0.23 dns&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 115.0.0.16 1&lt;BR /&gt;router eigrp 1&lt;BR /&gt;network 115.0.0.0 255.0.0.0&lt;BR /&gt;network 192.168.1.0 255.255.255.0&lt;BR /&gt;network 10.0.0.0 255.0.0.0&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;3725 Switch1&lt;BR /&gt;conf t&lt;BR /&gt;hostname Switch1&lt;BR /&gt;vlan 5&lt;BR /&gt;int vlan 5&lt;BR /&gt;ip address 192.168.1.254 255.255.255.0&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;int fa1/1&lt;BR /&gt;switchport&lt;BR /&gt;switchport access vlan 5&lt;BR /&gt;switchport mode access&lt;BR /&gt;shut&lt;BR /&gt;no shut&lt;BR /&gt;int fa1/2&lt;BR /&gt;switchport&lt;BR /&gt;switchport access vlan 5&lt;BR /&gt;switchport mode access&lt;BR /&gt;shut&lt;BR /&gt;no shut&lt;BR /&gt;int fa1/3&lt;BR /&gt;switchport&lt;BR /&gt;switchport access vlan 5&lt;BR /&gt;switchport mode access&lt;BR /&gt;shut&lt;BR /&gt;no shut&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;line vty 0 4&lt;BR /&gt;password cisco&lt;BR /&gt;login&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;ip route 10.0.0.0 255.0.0.0 192.168.1.7&lt;BR /&gt;ip route 115.0.0.0 255.0.0.0 192.168.1.7&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;Router1&lt;BR /&gt;conf t&lt;BR /&gt;hostname Router1&lt;BR /&gt;ip routing&lt;BR /&gt;int fa0/0&lt;BR /&gt;ip address 115.0.0.16 255.0.0.0&lt;BR /&gt;shut&lt;BR /&gt;no shut&lt;BR /&gt;int fa0/1&lt;BR /&gt;ip address 10.0.0.1 255.0.0.0&lt;BR /&gt;shut&lt;BR /&gt;no shut&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;router eigrp 1&lt;BR /&gt;network 115.0.0.0 255.0.0.0&lt;BR /&gt;network 10.0.0.0 255.0.0.0&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;no ip name-server 10.0.0.7&lt;BR /&gt;ip name-server 10.0.0.23&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;line vty 0 4&lt;BR /&gt;password cisco&lt;BR /&gt;login&lt;BR /&gt;end&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2015 18:59:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/why-can-not-browse-web-site-which-dns-server-placed-in-outside/m-p/2718227#M191139</guid>
      <dc:creator>martlee2</dc:creator>
      <dc:date>2015-05-29T18:59:29Z</dc:date>
    </item>
    <item>
      <title>https://drive.google.com/file</title>
      <link>https://community.cisco.com/t5/network-security/why-can-not-browse-web-site-which-dns-server-placed-in-outside/m-p/2718228#M191141</link>
      <description>&lt;P&gt;&lt;A href="https://drive.google.com/file/d/0Bxs_ao6uuBDUX0c4aTM1M2lqc2s/view?usp=sharing" style="color: rgb(17, 85, 204); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;" target="_blank"&gt;https://drive.google.com/file/&lt;WBR /&gt;d/0Bxs_&lt;WBR /&gt;ao6uuBDUX0c4aTM1M2lqc2s/view?&lt;WBR /&gt;usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;actually no need&amp;nbsp;&lt;/P&gt;&lt;P&gt;conf t&lt;BR /&gt;object network DNS_INSIDE&lt;BR /&gt;host 192.168.1.254&lt;BR /&gt;nat (inside,outside) static 10.0.0.23 dns&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after using&amp;nbsp;this static NAT, this will influence other connection such as telnet connection from inside to outside router&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my lab notes want to demonstrate web server inside and DNS server outside,&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i am confused by its virtual ip 10.0.0.23 which is not using by any ports.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;finally i use back the static ip address which is using by DNS server instead of virtual ip. i succeed to browse the web.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2015 19:32:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/why-can-not-browse-web-site-which-dns-server-placed-in-outside/m-p/2718228#M191141</guid>
      <dc:creator>martlee2</dc:creator>
      <dc:date>2015-05-29T19:32:53Z</dc:date>
    </item>
    <item>
      <title>now i try tofollow the idea</title>
      <link>https://community.cisco.com/t5/network-security/why-can-not-browse-web-site-which-dns-server-placed-in-outside/m-p/2718229#M191144</link>
      <description>&lt;P&gt;now i try to&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;follow the idea of web site inside and DNS outside and let ubuntu browse the web from inside&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;but failed.&lt;/DIV&gt;&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;as i tried before , that dns static NAT will influence dynamic interface , i guess that no one in DMZ will browse real internet from inside to outside, i do not add dynamic interface to mix with static NAT&lt;/DIV&gt;&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;however, only static NAT dns, still failed, why?&lt;/DIV&gt;&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;&lt;A href="https://drive.google.com/file/d/0Bxs_ao6uuBDUM2h6V2tuSHVqREk/view?usp=sharing" style="color: rgb(17, 85, 204);" target="_blank"&gt;https://drive.google.com/file/&lt;WBR /&gt;d/0Bxs_&lt;WBR /&gt;ao6uuBDUM2h6V2tuSHVqREk/view?&lt;WBR /&gt;usp=sharing&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;web site 192.168.1.120&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;/DIV&gt;&lt;DIV&gt;ubuntu--192.168.1.2--Switch1 192.168.1.254--inside--192.&lt;WBR /&gt;168.1.7ASA10.0.0.9--outside--&lt;WBR /&gt;10.0.0.7 DNS site&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;DNS 10.0.0.23&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;sudo route add -net 10.0.0.0 netmask 255.0.0.0 gw 192.168.1.254 dev eth0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;sudo route add -net 115.0.0.0 netmask 255.0.0.0 gw 192.168.1.254 dev eth0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;ASA&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;conf t&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;interface GigabitEthernet0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;description INSIDE&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;nameif inside&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;security-level 50&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;ip address 192.168.1.7 255.255.255.0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;no shutdown&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;end&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;conf t&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;interface GigabitEthernet1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;description OUTSIDE&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;nameif outside&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;security-level 0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;ip address 10.0.0.9 255.0.0.0&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;no shut&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;access-list acl_outside_new extended permit tcp any any eq www&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;access-group acl_outside_new in interface inside&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;end&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;conf t&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;object network DNS_INSIDE&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;host 192.168.1.254&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;nat (inside,outside) static 10.0.0.23 dns&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;end&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="im" style="color: rgb(80, 0, 80);"&gt;conf t&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;route outside 0.0.0.0 0.0.0.0 10.0.0.7 1&lt;/DIV&gt;&lt;DIV&gt;router eigrp 1&lt;/DIV&gt;&lt;DIV class="yj6qo ajU" style="cursor: pointer; padding: 10px 0px; width: 22px;"&gt;&lt;DIV aria-label="Hide expanded content" class="ajR" data-tooltip="Hide expanded content" id=":ub" role="button" style="border: 1px solid rgb(221, 221, 221); clear: both; line-height: 6px; position: relative; width: 20px; background-color: rgb(241, 241, 241);" tabindex="0"&gt;&lt;IMG class="ajT" src="https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif" style="height: 8px; opacity: 0.3; width: 20px; background: url(https://ssl.gstatic.com/ui/v1/icons/mail/ellipsis.png) no-repeat;" /&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="adL"&gt;&lt;DIV class="adm" style="margin: 5px 0px;"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="im" style="color: rgb(80, 0, 80);"&gt;&lt;DIV&gt;network 192.168.1.0 255.255.255.0&lt;/DIV&gt;&lt;DIV&gt;network 10.0.0.0 255.0.0.0&lt;/DIV&gt;&lt;DIV&gt;end&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;3725 Switch1&lt;/DIV&gt;&lt;DIV&gt;conf t&lt;/DIV&gt;&lt;DIV&gt;hostname Switch1&lt;/DIV&gt;&lt;DIV&gt;vlan 5&lt;/DIV&gt;&lt;DIV&gt;int vlan 5&lt;/DIV&gt;&lt;DIV&gt;ip address 192.168.1.254 255.255.255.0&lt;/DIV&gt;&lt;DIV&gt;end&lt;/DIV&gt;&lt;DIV&gt;conf t&lt;/DIV&gt;&lt;DIV&gt;int fa1/1&lt;/DIV&gt;&lt;DIV&gt;switchport&lt;/DIV&gt;&lt;DIV&gt;switchport access vlan 5&lt;/DIV&gt;&lt;DIV&gt;switchport mode access&lt;/DIV&gt;&lt;DIV&gt;shut&lt;/DIV&gt;&lt;DIV&gt;no shut&lt;/DIV&gt;&lt;DIV&gt;int fa1/2&lt;/DIV&gt;&lt;DIV&gt;switchport&lt;/DIV&gt;&lt;DIV&gt;switchport access vlan 5&lt;/DIV&gt;&lt;DIV&gt;switchport mode access&lt;/DIV&gt;&lt;DIV&gt;shut&lt;/DIV&gt;&lt;DIV&gt;no shut&lt;/DIV&gt;&lt;DIV&gt;int fa1/3&lt;/DIV&gt;&lt;DIV&gt;switchport&lt;/DIV&gt;&lt;DIV&gt;switchport access vlan 5&lt;/DIV&gt;&lt;DIV&gt;switchport mode access&lt;/DIV&gt;&lt;DIV&gt;shut&lt;/DIV&gt;&lt;DIV&gt;no shut&lt;/DIV&gt;&lt;DIV&gt;end&lt;/DIV&gt;&lt;DIV&gt;conf t&lt;/DIV&gt;&lt;DIV&gt;line vty 0 4&lt;/DIV&gt;&lt;DIV&gt;password cisco&lt;/DIV&gt;&lt;DIV&gt;login&lt;/DIV&gt;&lt;DIV&gt;end&lt;/DIV&gt;&lt;DIV&gt;conf t&lt;/DIV&gt;&lt;DIV&gt;ip route 10.0.0.0 255.0.0.0 192.168.1.7&lt;/DIV&gt;&lt;DIV&gt;ip route 115.0.0.0 255.0.0.0 192.168.1.7&lt;/DIV&gt;&lt;DIV&gt;end&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 29 May 2015 22:49:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/why-can-not-browse-web-site-which-dns-server-placed-in-outside/m-p/2718229#M191144</guid>
      <dc:creator>martlee2</dc:creator>
      <dc:date>2015-05-29T22:49:52Z</dc:date>
    </item>
  </channel>
</rss>

