<?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: NAT works, when i change machine firewall connects to, nat stops working!!! in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nat-works-when-i-change-machine-firewall-connects-to-nat-stops/m-p/4995476#M47555</link>
    <description>That is correct, with your help I solved id&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
    <pubDate>Fri, 04 Aug 2006 16:12:14 GMT</pubDate>
    <dc:creator>debian111</dc:creator>
    <dc:date>2006-08-04T16:12:14Z</dc:date>
    <item>
      <title>NAT works, when i change machine firewall connects to, nat stops working!!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nat-works-when-i-change-machine-firewall-connects-to-nat-stops/m-p/4995471#M47550</link>
      <description>Hi ,&lt;BR /&gt;I made nat on compA ( two network interfaces )&lt;BR /&gt;&lt;BR /&gt;compA-----------crossover cable------------------compB&lt;BR /&gt;&lt;BR /&gt;on compB I have not any firewall, compB has ip address 192.168.1.10&lt;BR /&gt;Internal interface on compA has ip address 192.168.1.1--gateway for compB. I can go to internet from compB in this environment.&lt;BR /&gt;When I change RJ-45 jack from compB to another machine compC ( compC has the same configuration as compB previously) I can not surf any more.&lt;BR /&gt;OS is debian on all machines. I just switch on to other machine.&lt;BR /&gt;I tried to change ip address on compC ( for example 192.168.1.20 ) and I have the same situation.&lt;BR /&gt;I did not make any changes on compA. I did not even touch it )&lt;BR /&gt;&lt;BR /&gt;So is there any solution for this problem ?&lt;BR /&gt;Any comment is welcome.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2006 14:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nat-works-when-i-change-machine-firewall-connects-to-nat-stops/m-p/4995471#M47550</guid>
      <dc:creator>debian111</dc:creator>
      <dc:date>2006-08-04T14:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: NAT works, when i change machine firewall connects to, nat stops working!!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nat-works-when-i-change-machine-firewall-connects-to-nat-stops/m-p/4995472#M47551</link>
      <description>You should ensure that compC can connect to compA. Verify if ping works or another kind of connection, like ssh.&lt;BR /&gt;&lt;BR /&gt;Ensure that compC have the default gateway also configured and DNS servers configured.&lt;BR /&gt;&lt;BR /&gt;From computerC, post the output of:&lt;BR /&gt;&lt;BR /&gt;ifconfig -a&lt;BR /&gt;netstat -nr&lt;BR /&gt;ping compA&lt;BR /&gt;dig &lt;A href="http://www.hp.com" target="_blank"&gt;www.hp.com&lt;/A&gt;&lt;BR /&gt;traceroute &lt;A href="http://www.hp.com" target="_blank"&gt;www.hp.com&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2006 15:20:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nat-works-when-i-change-machine-firewall-connects-to-nat-stops/m-p/4995472#M47551</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-08-04T15:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: NAT works, when i change machine firewall connects to, nat stops working!!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nat-works-when-i-change-machine-firewall-connects-to-nat-stops/m-p/4995473#M47552</link>
      <description>data are from compC&lt;BR /&gt;&lt;BR /&gt;ifconfig -a&lt;BR /&gt;eth0      Link encap:Ethernet  HWaddr 00:30:05:0D:DB:B4&lt;BR /&gt;          inet addr:192.168.1.10  Bcast:192.168.255.255  Mask:255.255.0.0&lt;BR /&gt;          inet6 addr: fe80::230:5ff:fe0d:dbb4/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:267 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:180 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:25476 (24.8 KiB)  TX bytes:21730 (21.2 KiB)&lt;BR /&gt;&lt;BR /&gt;lo        Link encap:Local Loopback&lt;BR /&gt;          inet addr:127.0.0.1  Mask:255.0.0.0&lt;BR /&gt;          inet6 addr: ::1/128 Scope:Host&lt;BR /&gt;          UP LOOPBACK RUNNING  MTU:16436  Metric:1&lt;BR /&gt;          RX packets:2788 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:2788 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:0&lt;BR /&gt;          RX bytes:3092212 (2.9 MiB)  TX bytes:3092212 (2.9 MiB)&lt;BR /&gt;&lt;BR /&gt;sit0      Link encap:IPv6-in-IPv4&lt;BR /&gt;          NOARP  MTU:1480  Metric:1&lt;BR /&gt;          RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:0&lt;BR /&gt;          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;netstat -nr&lt;BR /&gt;Kernel IP routing table&lt;BR /&gt;Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface&lt;BR /&gt;169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth0&lt;BR /&gt;192.168.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth0&lt;BR /&gt;0.0.0.0         192.168.1.1     0.0.0.0         UG        0 0          0 eth0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ping 192.168.1.1 ( compA )&lt;BR /&gt;PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 192.168.1.1: icmp_seq=0 ttl=64 time=0.219 ms&lt;BR /&gt;64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.241 ms&lt;BR /&gt;64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=0.263 ms&lt;BR /&gt;64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=0.242 ms&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;dig &lt;A href="http://www.hp.com" target="_blank"&gt;www.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG 9.2.4 &amp;lt;&amp;lt;&amp;gt;&amp;gt; &lt;A href="http://www.hp.com" target="_blank"&gt;www.hp.com&lt;/A&gt;&lt;BR /&gt;;; global options:  printcmd&lt;BR /&gt;;; connection timed out; no servers could be reached&lt;BR /&gt;&lt;BR /&gt;traceroute &lt;A href="http://www.hp.com" target="_blank"&gt;www.hp.com&lt;/A&gt;&lt;BR /&gt;traceroute: unknown host &lt;A href="http://www.hp.com" target="_blank"&gt;www.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It is possible ping copmC from compA&lt;BR /&gt;&lt;BR /&gt; ping 192.168.1.10&lt;BR /&gt;PING 192.168.1.10 (192.168.1.10) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 192.168.1.10: icmp_seq=1 ttl=64 time=0.277 ms&lt;BR /&gt;64 bytes from 192.168.1.10: icmp_seq=2 ttl=64 time=0.198 ms&lt;BR /&gt;64 bytes from 192.168.1.10: icmp_seq=3 ttl=64 time=0.231 ms&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2006 15:50:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nat-works-when-i-change-machine-firewall-connects-to-nat-stops/m-p/4995473#M47552</guid>
      <dc:creator>debian111</dc:creator>
      <dc:date>2006-08-04T15:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: NAT works, when i change machine firewall connects to, nat stops working!!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nat-works-when-i-change-machine-firewall-connects-to-nat-stops/m-p/4995474#M47553</link>
      <description>From the output of the commands:&lt;BR /&gt;&lt;BR /&gt;dig &lt;A href="http://www.hp.com" target="_blank"&gt;www.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG 9.2.4 &amp;lt;&amp;lt;&amp;gt;&amp;gt; &lt;A href="http://www.hp.com" target="_blank"&gt;www.hp.com&lt;/A&gt;&lt;BR /&gt;;; global options: printcmd&lt;BR /&gt;;; connection timed out; no servers could be reached&lt;BR /&gt;&lt;BR /&gt;traceroute &lt;A href="http://www.hp.com" target="_blank"&gt;www.hp.com&lt;/A&gt;&lt;BR /&gt;traceroute: unknown host &lt;A href="http://www.hp.com" target="_blank"&gt;www.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It's possible to know that your DNS configuration is incorrect. You cannot resolve host names. Compare the /etc/resolv.conf files on compB and compC. The file should look like:&lt;BR /&gt;&lt;BR /&gt;domain yourdomain.com&lt;BR /&gt;nameserver ip.of.dns.server&lt;BR /&gt;nameserver ip.of.another.dns</description>
      <pubDate>Fri, 04 Aug 2006 16:05:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nat-works-when-i-change-machine-firewall-connects-to-nat-stops/m-p/4995474#M47553</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-08-04T16:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: NAT works, when i change machine firewall connects to, nat stops working!!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nat-works-when-i-change-machine-firewall-connects-to-nat-stops/m-p/4995475#M47554</link>
      <description>restart firewall on compA. Could it use MAC instead of IP in firewall? &lt;BR /&gt;Also check the firewall service on compC. Disabled it if it is on</description>
      <pubDate>Fri, 04 Aug 2006 16:11:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nat-works-when-i-change-machine-firewall-connects-to-nat-stops/m-p/4995475#M47554</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2006-08-04T16:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: NAT works, when i change machine firewall connects to, nat stops working!!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nat-works-when-i-change-machine-firewall-connects-to-nat-stops/m-p/4995476#M47555</link>
      <description>That is correct, with your help I solved id&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Fri, 04 Aug 2006 16:12:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nat-works-when-i-change-machine-firewall-connects-to-nat-stops/m-p/4995476#M47555</guid>
      <dc:creator>debian111</dc:creator>
      <dc:date>2006-08-04T16:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: NAT works, when i change machine firewall connects to, nat stops working!!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nat-works-when-i-change-machine-firewall-connects-to-nat-stops/m-p/4995477#M47556</link>
      <description>Thanks everyone.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 04 Aug 2006 16:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nat-works-when-i-change-machine-firewall-connects-to-nat-stops/m-p/4995477#M47556</guid>
      <dc:creator>debian111</dc:creator>
      <dc:date>2006-08-04T16:21:46Z</dc:date>
    </item>
  </channel>
</rss>

