<?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 Re: Firewall as Default Gateway in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/firewall-as-default-gateway/m-p/3767197#M7568</link>
    <description>Have you tested internet connectivity using "ping FQDN" or "ping IP_address" ? Since you say that the problems are solved when the DNS server has the firewall as default gateway, it looks like you are actually having a DNS problem, not a network access problem. In other words, your clients try to connect to say, &lt;A href="http://www.yahoo.com," target="_blank"&gt;www.yahoo.com,&lt;/A&gt; they make a valid request to your DNS server which in turn does NOT reply with a valid IP address because it has no internet access. Some simple tests you could perform:&lt;BR /&gt;a) issue a standard DNS query (nslookup/host/dig) on a client, asking for something which is not local. If you get no reply, probably the DNS server cannot access the external DNS servers. Using the "trace" mode of dig (dig +trace &lt;TARGET&gt; ) could be helpful in this case.&lt;BR /&gt;b) &lt;BR /&gt;- find the IP of an external target (I tend to use &lt;A href="http://www.yahoo.com):" target="_blank"&gt;www.yahoo.com):&lt;/A&gt; host &lt;A href="http://www.yahoo.com" target="_blank"&gt;www.yahoo.com&lt;/A&gt;&lt;BR /&gt;- traceroute -n to the IP from step 1 (-n stands for DNS queries).&lt;BR /&gt;For instance: &lt;BR /&gt;#host &lt;A href="http://www.yahoo.com" target="_blank"&gt;www.yahoo.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.yahoo.com" target="_blank"&gt;www.yahoo.com&lt;/A&gt; is an alias for &lt;A href="http://www.yahoo.akadns.net." target="_blank"&gt;www.yahoo.akadns.net.&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.yahoo.akadns.net" target="_blank"&gt;www.yahoo.akadns.net&lt;/A&gt; has address 216.109.118.74&lt;BR /&gt;[...]&lt;BR /&gt;#traceroute -n 216.109.118.74&lt;BR /&gt;traceroute to 216.109.118.74 (216.109.118.74), 30 hops max, 46 byte packets&lt;BR /&gt; 1  192.168.1.1  0.660 ms  0.322 ms  0.267 ms &amp;lt;= my router&lt;BR /&gt; 2  82.76.245.73  17.055 ms  16.549 ms  21.507 ms &amp;lt;= my ISP's router&lt;BR /&gt; 3  194.102.81.185  30.404 ms  18.172 ms  16.509 ms&lt;BR /&gt; 4  194.102.81.1  22.244 ms  16.705 ms  11.774 ms&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt; Now examine the last hop in the traceroute. If packets pass thru the firewall and reach your ISP, the problem is definitely the one I have described above.&lt;BR /&gt;&lt;/TARGET&gt;</description>
    <pubDate>Thu, 06 Apr 2006 20:18:19 GMT</pubDate>
    <dc:creator>Manuel Wolfshant</dc:creator>
    <dc:date>2006-04-06T20:18:19Z</dc:date>
    <item>
      <title>Firewall as Default Gateway</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/firewall-as-default-gateway/m-p/3767196#M7567</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm having a little problem getting my computers to see the outside world.  I have configured my 5308 Procurve with 4 VLAN's, each with an ip address.  Devices on the VLAN's can happily see each other via their default gateways.  I have connected my Sonicwall Firewall to 1 of the VLAN's and put static routes in it for the other 3.  All devices can ping the Firewall, and the Firewall can ping all devices.  I put a default route in the Procurve to point to the Firewall, but my clients cannot get internet access.  The firewall is on the same VLAN as my servers, inc dns server.  If I change the default gateway of the dns server to point to the Firewall, it gets out OK.  &lt;BR /&gt;&lt;BR /&gt;Here is my config:&lt;BR /&gt;&lt;BR /&gt;Running configuration:&lt;BR /&gt;; J4819A Configuration Editor; Created on release #E.10.23&lt;BR /&gt;hostname "HP ProCurve Switch 5308xl" &lt;BR /&gt;ip access-list extended "AllowedServers" &lt;BR /&gt;   permit ip 0.0.0.0 255.255.255.255 10.11.0.102 0.0.0.0 &lt;BR /&gt;   permit ip 0.0.0.0 255.255.255.255 10.11.0.106 0.0.0.0 &lt;BR /&gt;   permit ip 0.0.0.0 255.255.255.255 10.11.0.132 0.0.0.0 &lt;BR /&gt;   permit ip 0.0.0.0 255.255.255.255 10.11.0.1 0.0.0.0 &lt;BR /&gt;   exit &lt;BR /&gt;module 1 type J4907A &lt;BR /&gt;module 2 type J4907A &lt;BR /&gt;module 6 type J4878B &lt;BR /&gt;module 3 type J4878B &lt;BR /&gt;module 4 type J4878B &lt;BR /&gt;module 5 type J4878B &lt;BR /&gt;ip default-gateway 10.11.0.1 &lt;BR /&gt;ip routing &lt;BR /&gt;snmp-server community "public" Unrestricted &lt;BR /&gt;vlan 1 &lt;BR /&gt;   name "DEFAULT_VLAN" &lt;BR /&gt;   untagged B1-B16 &lt;BR /&gt;   ip address 10.10.0.254 255.255.0.0 &lt;BR /&gt;   no untagged A1-A16,C1-C4,D1-D4,E1-E4,F1-F4 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 2 &lt;BR /&gt;   name "Servers" &lt;BR /&gt;   untagged A1-A16 &lt;BR /&gt;   ip address 10.11.0.254 255.255.0.0 &lt;BR /&gt;   ip access-group "AllowedServers" out&lt;BR /&gt;   exit &lt;BR /&gt;vlan 3 &lt;BR /&gt;   name "Staff" &lt;BR /&gt;   untagged C1-C4,D1-D4,E1-E4 &lt;BR /&gt;   ip address 10.12.0.254 255.255.0.0 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 4 &lt;BR /&gt;   name "Students" &lt;BR /&gt;   untagged F1-F4 &lt;BR /&gt;   ip address 10.13.0.254 255.255.0.0 &lt;BR /&gt;   exit &lt;BR /&gt;gvrp &lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 10.11.0.1 &lt;BR /&gt;password manager&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for any advice&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Thu, 06 Apr 2006 09:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/firewall-as-default-gateway/m-p/3767196#M7567</guid>
      <dc:creator>Tony Flannery</dc:creator>
      <dc:date>2006-04-06T09:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Firewall as Default Gateway</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/firewall-as-default-gateway/m-p/3767197#M7568</link>
      <description>Have you tested internet connectivity using "ping FQDN" or "ping IP_address" ? Since you say that the problems are solved when the DNS server has the firewall as default gateway, it looks like you are actually having a DNS problem, not a network access problem. In other words, your clients try to connect to say, &lt;A href="http://www.yahoo.com," target="_blank"&gt;www.yahoo.com,&lt;/A&gt; they make a valid request to your DNS server which in turn does NOT reply with a valid IP address because it has no internet access. Some simple tests you could perform:&lt;BR /&gt;a) issue a standard DNS query (nslookup/host/dig) on a client, asking for something which is not local. If you get no reply, probably the DNS server cannot access the external DNS servers. Using the "trace" mode of dig (dig +trace &lt;TARGET&gt; ) could be helpful in this case.&lt;BR /&gt;b) &lt;BR /&gt;- find the IP of an external target (I tend to use &lt;A href="http://www.yahoo.com):" target="_blank"&gt;www.yahoo.com):&lt;/A&gt; host &lt;A href="http://www.yahoo.com" target="_blank"&gt;www.yahoo.com&lt;/A&gt;&lt;BR /&gt;- traceroute -n to the IP from step 1 (-n stands for DNS queries).&lt;BR /&gt;For instance: &lt;BR /&gt;#host &lt;A href="http://www.yahoo.com" target="_blank"&gt;www.yahoo.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.yahoo.com" target="_blank"&gt;www.yahoo.com&lt;/A&gt; is an alias for &lt;A href="http://www.yahoo.akadns.net." target="_blank"&gt;www.yahoo.akadns.net.&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.yahoo.akadns.net" target="_blank"&gt;www.yahoo.akadns.net&lt;/A&gt; has address 216.109.118.74&lt;BR /&gt;[...]&lt;BR /&gt;#traceroute -n 216.109.118.74&lt;BR /&gt;traceroute to 216.109.118.74 (216.109.118.74), 30 hops max, 46 byte packets&lt;BR /&gt; 1  192.168.1.1  0.660 ms  0.322 ms  0.267 ms &amp;lt;= my router&lt;BR /&gt; 2  82.76.245.73  17.055 ms  16.549 ms  21.507 ms &amp;lt;= my ISP's router&lt;BR /&gt; 3  194.102.81.185  30.404 ms  18.172 ms  16.509 ms&lt;BR /&gt; 4  194.102.81.1  22.244 ms  16.705 ms  11.774 ms&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt; Now examine the last hop in the traceroute. If packets pass thru the firewall and reach your ISP, the problem is definitely the one I have described above.&lt;BR /&gt;&lt;/TARGET&gt;</description>
      <pubDate>Thu, 06 Apr 2006 20:18:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/firewall-as-default-gateway/m-p/3767197#M7568</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2006-04-06T20:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Firewall as Default Gateway</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/firewall-as-default-gateway/m-p/3767198#M7569</link>
      <description>Thanks for the reply Manuel,  after much frustration I moved the Firewall to the default VLAN, and suddenly it all started working !  It seems the default gateway has to live on the default vlan.&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;&lt;BR /&gt;Tony.</description>
      <pubDate>Fri, 07 Apr 2006 09:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/firewall-as-default-gateway/m-p/3767198#M7569</guid>
      <dc:creator>Tony Flannery</dc:creator>
      <dc:date>2006-04-07T09:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Firewall as Default Gateway</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/firewall-as-default-gateway/m-p/3767199#M7570</link>
      <description>I do not think so. I still think you have a configuration problem. My switch doesn't even use the default VLAN...</description>
      <pubDate>Fri, 07 Apr 2006 09:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/firewall-as-default-gateway/m-p/3767199#M7570</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2006-04-07T09:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Firewall as Default Gateway</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/firewall-as-default-gateway/m-p/3767200#M7571</link>
      <description>I can't think what else might have changed.  Will have another look at the setup, but at least it's working at the moment.</description>
      <pubDate>Fri, 07 Apr 2006 10:10:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/firewall-as-default-gateway/m-p/3767200#M7571</guid>
      <dc:creator>Tony Flannery</dc:creator>
      <dc:date>2006-04-07T10:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Firewall as Default Gateway</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/firewall-as-default-gateway/m-p/3767201#M7572</link>
      <description>make sure that the DNS server has access to the firewall and to internet via the firewall. It looks like you try to go from a VLAN to another one but your access lists prohibit this.</description>
      <pubDate>Fri, 07 Apr 2006 10:20:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/firewall-as-default-gateway/m-p/3767201#M7572</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2006-04-07T10:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Firewall as Default Gateway</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/firewall-as-default-gateway/m-p/3767202#M7573</link>
      <description>This small article will help you to create troubleshooting plan.&lt;BR /&gt;&lt;BR /&gt;CCNP CIT Exam Self-Study: Selecting a Troubleshooting Approach&lt;BR /&gt;&lt;A href="http://www.ciscopress.com/articles/printerfriendly.asp?p=102211" target="_blank"&gt;http://www.ciscopress.com/articles/printerfriendly.asp?p=102211&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Try to debug all the part of you network separately, but not at the same time. That's it. Make sure that the only one PC connected to the inside firewall interface have the internet. Than connect all the other infrastructure and go dipper.&lt;BR /&gt;&lt;BR /&gt;I'm also advise you to use sniffer. You will find that is simple any powerfull tool. I recommend you to use Packetyzer (that is Free and user friendly Ethereal version)</description>
      <pubDate>Fri, 07 Apr 2006 11:29:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/firewall-as-default-gateway/m-p/3767202#M7573</guid>
      <dc:creator>Sergej Gurenko</dc:creator>
      <dc:date>2006-04-07T11:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Firewall as Default Gateway</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/firewall-as-default-gateway/m-p/3767203#M7574</link>
      <description>Thanks Sergej</description>
      <pubDate>Mon, 10 Apr 2006 05:35:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/firewall-as-default-gateway/m-p/3767203#M7574</guid>
      <dc:creator>Tony Flannery</dc:creator>
      <dc:date>2006-04-10T05:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Firewall as Default Gateway</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/firewall-as-default-gateway/m-p/3767204#M7575</link>
      <description>Tony,&lt;BR /&gt;&lt;BR /&gt;I had this problem when setting up our Layer 3 Infrastructure with the 5308xl-48G.&lt;BR /&gt;&lt;BR /&gt;Our Firewall had an IP Address in the Server VLAN with a 0.0.0.0 0.0.0.0 route to it on the Layer 3 Switch.&lt;BR /&gt;&lt;BR /&gt;Our inbound/outbound internet connections, web sites we hosted, e-mail, terminal server, VPN, etc. would constantly time out every 10 - 15 minutes.&lt;BR /&gt;&lt;BR /&gt;We had to create a seperate VLAN for only the firewall.&lt;BR /&gt;&lt;BR /&gt;This cured all the problems we were having.&lt;BR /&gt;&lt;BR /&gt;When you moved your firewall to the default_Vlan this in essence was what you needed to do.&lt;BR /&gt;&lt;BR /&gt;We never use the DEFAULT_VLAN (VID 1) and most admins prefer their setups this way.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Mike D.&lt;BR /&gt;Network/Systems Administrator</description>
      <pubDate>Mon, 08 May 2006 11:14:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/firewall-as-default-gateway/m-p/3767204#M7575</guid>
      <dc:creator>MDriest</dc:creator>
      <dc:date>2006-05-08T11:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Firewall as Default Gateway</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/firewall-as-default-gateway/m-p/3767205#M7576</link>
      <description>Thanks Mike, some useful pointers there for me.&lt;BR /&gt;&lt;BR /&gt;Tony.</description>
      <pubDate>Wed, 10 May 2006 06:18:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/firewall-as-default-gateway/m-p/3767205#M7576</guid>
      <dc:creator>Tony Flannery</dc:creator>
      <dc:date>2006-05-10T06:18:47Z</dc:date>
    </item>
  </channel>
</rss>

