Note that there are some explanatory texts on larger screens.

plurals
  1. POstrange routing on one of local network servers
    primarykey
    data
    text
    <p>I have 2 local networks (2 offices connected with openvpn)</p> <p>Network 1:</p> <pre><code>network 192.168.1.0/24 gateway 192.168.1.101 </code></pre> <p>Network 2:</p> <pre><code>network 192.168.2.0/24 gateway 192.168.2.10 </code></pre> <p>in network 192.168.1.0/24 I have 2 servers - 192.168.1.180 and 192.168.1.183 first run on Debian 6 and second one on Archlinux (yes, I know it is bad choice for servers). I have no firewall on the servers.</p> <p>everything works fine, clients from 192.168.2.0 can connect to computers in 192.168.1.0 and back. Except one of servers - 192.168.1.180 (Archlinux). I can't connect to it and can't connect from it to any computer in 192.168.2.0. No ping, no traceroute.</p> <pre><code>output from 192.168.1.180: route -n Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.1.101 0.0.0.0 UG 0 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 </code></pre> <p>i run tcpdump on the gateway (192.168.1.101) and ping on 192.168.1.180 and get this:</p> <pre><code>tcpdump src 192.168.1.180 listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes 14:23:57.354061 arp who-has 172.19.155.1 tell 192.168.1.180 14:23:58.357354 arp who-has 172.19.155.1 tell 192.168.1.180 ... </code></pre> <p>why it looks for 172.19.155.1? I don't know what this strange IP means. I have no networks like this, no GW, nothing. if I run ping on all other computer (for example ping from 192.168.1.183) I get:</p> <pre><code>tcpdump icmp listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes 14:29:36.834731 IP 192.168.1.183 &gt; 192.168.2.10: ICMP echo request, id 3216, seq 1, length 64 14:29:36.956211 IP 192.168.2.10 &gt; 192.168.1.183: ICMP echo reply, id 3216, seq 1, length 64 </code></pre> <p>No one looks for this strange IP except 192.168.1.180. I cleaned arp table on 192.168.1.180 but nothing helps.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload