<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Linux clients with static IP have limited connectivity]]></title><description><![CDATA[<p dir="auto">Thanks in advance for having a look at this issue, I’ve spent days trying to find out whats going wrong and I’m stumped. I’m having a strange connectivity issue for Linux clients connected via static IP using a pfsense firewall as a gateway.<br />
I have set the linux system to use a static IP on the adsl routers subnet and it works flawlessly.<br />
Windows systems, both static and DHCP have perfect connectivity.<br />
Linux systems through DHCP work fine.</p>
<p dir="auto">The Setup is a Debian KVM host running several virtual machines, the KVM host is experiencing this issue but the virtual windows client is running without issue.</p>
<p dir="auto">Static IP’s are assigned in the usual way through /etc/network/interfaces with the /etc/resolv.conf file pointing to the correct nameserver. They all use the following</p>
<p dir="auto">Address 10.0.100.2<br />
Netmask 255.255.255.0<br />
Gateway 10.0.100.1</p>
<p dir="auto">The LAN has the default firewall rule,<br />
IPv4 * LAN net * * * * none   Default allow LAN to any rule</p>
<p dir="auto">The WAN firewall has<br />
Block private networks<br />
Block bogon networks<br />
And a few port forwards.</p>
<p dir="auto">I have also tried changing the NAT reflection mode but it didn’t fix anything.</p>
<p dir="auto">I also have an OpenVPN server running on the firewall which works fine except that I cant talk to any of the linux systems either. I can browse the shares on the virtual windows system, communicate with printers directly, use the PFsense webui to configure the system, but I’m unable to ssh to any system or browse the windows shares.</p>
<p dir="auto">On the clients they ping without any problems to a remote host.</p>
<p dir="auto">$ ping 216.58.220.100<br />
PING 216.58.220.100 (216.58.220.100) 56(84) bytes of data.<br />
64 bytes from 216.58.220.100: icmp_seq=1 ttl=56 time=49.3 ms<br />
64 bytes from 216.58.220.100: icmp_seq=2 ttl=56 time=51.5 ms<br />
64 bytes from 216.58.220.100: icmp_seq=3 ttl=56 time=49.8 ms<br />
64 bytes from 216.58.220.100: icmp_seq=4 ttl=56 time=84.2 ms<br />
64 bytes from 216.58.220.100: icmp_seq=5 ttl=56 time=49.1 ms<br />
^C<br />
–- 216.58.220.100 ping statistics ---<br />
5 packets transmitted, 5 received, 0% packet loss, time 4006ms<br />
rtt min/avg/max/mdev = 49.139/56.820/84.288/13.762 ms</p>
<p dir="auto">And can use nslookup against the firewall<br />
$ nslookup google.com<br />
Server:        10.0.100.1<br />
Address:        10.0.100.1#53</p>
<p dir="auto">Non-authoritative answer:<br />
Name:  google.com<br />
Address: 216.58.220.110</p>
<p dir="auto">I can telnet on port 80<br />
$ telnet google.com 80<br />
Trying 216.58.220.110...<br />
Connected to google.com.<br />
Escape character is '^]'.<br />
I have an internet connection issue with several computers on a KVM serer, which is also having the same issue. The internet connection on Windows guests works fine. This is happening on multiple machines. The gateway is a pfsense firewall with all LAN side traffic allowed as per its default configuration, the 192.168.1.1 router uses its DMZ to push all traffic to the firewall.<br />
I've tested connectivity with ping.<br />
$ ping 216.58.220.100<br />
PING 216.58.220.100 (216.58.220.100) 56(84) bytes of data.<br />
64 bytes from 216.58.220.100: icmp_seq=1 ttl=56 time=49.3 ms<br />
64 bytes from 216.58.220.100: icmp_seq=2 ttl=56 time=51.5 ms<br />
64 bytes from 216.58.220.100: icmp_seq=3 ttl=56 time=49.8 ms<br />
64 bytes from 216.58.220.100: icmp_seq=4 ttl=56 time=84.2 ms<br />
64 bytes from 216.58.220.100: icmp_seq=5 ttl=56 time=49.1 ms<br />
^C<br />
--- 216.58.220.100 ping statistics ---<br />
5 packets transmitted, 5 received, 0% packet loss, time 4006ms<br />
rtt min/avg/max/mdev = 49.139/56.820/84.288/13.762 ms<br />
Nslookup works fine<br />
$ nslookup google.com<br />
Server:        10.0.100.1<br />
Address:        10.0.100.1#53</p>
<p dir="auto">Non-authoritative answer:<br />
Name:  google.com<br />
Address: 216.58.220.110<br />
I can telnet on port 80<br />
$ telnet google.com 80<br />
Trying 216.58.220.110...<br />
Connected to google.com.<br />
Escape character is '^]'.<br />
However if I try to send a command, such as GET / HTTP/1.0 to see if it would return the HTTP header, nothing happens.<br />
I ran a packet capture on the firewall against the sevrers IP as I was trying the HTTP GET command and cam eup with this, but I'm not too sure what to make of it.<br />
1  0.000000    IntelCor_93:8f:4b  Broadcast  ARP 60  Who has IP.IP.IP.10?  Tell IP.IP.IP.200<br />
2  2.130120    IP.IP.IP.10 216.58.220.100  TCP 66  55642?80 [FIN, ACK] Seq=1 Ack=1 Win=229 Len=0 TSval=19535544 TSecr=1347772624<br />
3  3.816772    IP.IP.IP.10 IP.IP.IP.1  DNS 74  Standard query 0x13ec  A www.google.com<br />
4  3.816839    IP.IP.IP.10 IP.IP.IP.1  DNS 74  Standard query 0xf326  AAAA www.google.com<br />
5  4.003369    IP.IP.IP.1  IP.IP.IP.10 DNS 102 Standard query response 0xf326  AAAA 2404:6800:4006:801::2004<br />
6  4.035623    IP.IP.IP.1  IP.IP.IP.10 DNS 90  Standard query response 0x13ec  A 216.58.220.100<br />
7  4.036683    IP.IP.IP.10 216.58.220.100  TCP 74  55643?80 [SYN] Seq=0 Win=29200 Len=0 MSS=1460 SACK_PERM=1 TSval=19536021 TSecr=0 WS=128<br />
8  4.086164    216.58.220.100  IP.IP.IP.10 TCP 74  80?55643 [SYN, ACK] Seq=0 Ack=1 Win=42540 Len=0 MSS=1402 SACK_PERM=1 TSval=1347876636 TSecr=19536021 WS=128<br />
9  4.086474    IP.IP.IP.10 216.58.220.100  TCP 66  55643?80 [ACK] Seq=1 Ack=1 Win=29312 Len=0 TSval=19536033 TSecr=1347876636<br />
10  4.548559    216.58.220.100  IP.IP.IP.10 TCP 74  [TCP Spurious Retransmission] 80?55643 [SYN, ACK] Seq=0 Ack=1 Win=42540 Len=0 MSS=1402 SACK_PERM=1 TSval=1347877098 TSecr=19536021 WS=128<br />
11  4.548808    IP.IP.IP.10 216.58.220.100  TCP 66  [TCP Dup ACK 9#1] 55643?80 [ACK] Seq=1 Ack=1 Win=29312 Len=0 TSval=19536149 TSecr=1347876636<br />
12  6.547488    216.58.220.100  IP.IP.IP.10 TCP 74  [TCP Spurious Retransmission] 80?55643 [SYN, ACK] Seq=0 Ack=1 Win=42540 Len=0 MSS=1402 SACK_PERM=1 TSval=1347879098 TSecr=19536021 WS=128<br />
13  6.547774    IP.IP.IP.10 216.58.220.100  TCP 66  [TCP Dup ACK 9#2] 55643?80 [ACK] Seq=1 Ack=1 Win=29312 Len=0 TSval=19536649 TSecr=1347876636<br />
14  8.532081    IP.IP.IP.10 216.58.220.100  TCP 82  [TCP segment of a reassembled PDU]<br />
15  8.781690    IP.IP.IP.10 216.58.220.100  TCP 82  [TCP Retransmission] 55643?80 [PSH, ACK] Seq=1 Ack=1 Win=29312 Len=16 TSval=19537208 TSecr=1347876636<br />
16  9.033636    IP.IP.IP.10 216.58.220.100  TCP 82  [TCP Retransmission] 55643?80 [PSH, ACK] Seq=1 Ack=1 Win=29312 Len=16 TSval=19537271 TSecr=1347876636<br />
17  9.453382    IP.IP.IP.10 216.58.220.100  TCP 82  [TCP Retransmission] [TCP segment of a reassembled PDU]<br />
18  9.537284    IP.IP.IP.10 216.58.220.100  TCP 82  [TCP Retransmission] 55643?80 [PSH, ACK] Seq=1 Ack=1 Win=29312 Len=16 TSval=19537397 TSecr=1347876636<br />
19  10.544897  IP.IP.IP.10 216.58.220.100  TCP 82  [TCP Retransmission] 55643?80 [PSH, ACK] Seq=1 Ack=1 Win=29312 Len=16 TSval=19537649 TSecr=1347876636<br />
20  10.545286  216.58.220.100  IP.IP.IP.10 TCP 74  [TCP Spurious Retransmission] 80?55643 [SYN, ACK] Seq=0 Ack=1 Win=42540 Len=0 MSS=1402 SACK_PERM=1 TSval=1347883098 TSecr=19536021 WS=128<br />
21  10.545542  IP.IP.IP.10 216.58.220.100  TCP 66  [TCP Dup ACK 19#1] 55643?80 [ACK] Seq=17 Ack=1 Win=29312 Len=0 TSval=19537649 TSecr=1347876636<br />
22  12.563760  IP.IP.IP.10 216.58.220.100  TCP 82  [TCP Retransmission] 55643?80 [PSH, ACK] Seq=1 Ack=1 Win=29312 Len=16 TSval=19538154 TSecr=1347876636<br />
23  16.601741  IP.IP.IP.10 216.58.220.100  TCP 82  [TCP Retransmission] 55643?80 [PSH, ACK] Seq=1 Ack=1 Win=29312 Len=16 TSval=19539164 TSecr=1347876636<br />
24  18.540457  216.58.220.100  IP.IP.IP.10 TCP 74  [TCP Spurious Retransmission] 80?55643 [SYN, ACK] Seq=0 Ack=1 Win=42540 Len=0 MSS=1402 SACK_PERM=1 TSval=1347891098 TSecr=19536021 WS=128<br />
I have an internet connection issue with several computers on a KVM serer, which is also having the same issue. The internet connection on Windows guests works fine. This is happening on multiple machines. The gateway is a pfsense firewall with all LAN side traffic allowed as per its default configuration, the 192.168.1.1 router uses its DMZ to push all traffic to the firewall.<br />
I've tested connectivity with ping.<br />
$ ping 216.58.220.100<br />
PING 216.58.220.100 (216.58.220.100) 56(84) bytes of data.<br />
64 bytes from 216.58.220.100: icmp_seq=1 ttl=56 time=49.3 ms<br />
64 bytes from 216.58.220.100: icmp_seq=2 ttl=56 time=51.5 ms<br />
64 bytes from 216.58.220.100: icmp_seq=3 ttl=56 time=49.8 ms<br />
64 bytes from 216.58.220.100: icmp_seq=4 ttl=56 time=84.2 ms<br />
64 bytes from 216.58.220.100: icmp_seq=5 ttl=56 time=49.1 ms<br />
^C<br />
–- 216.58.220.100 ping statistics ---<br />
5 packets transmitted, 5 received, 0% packet loss, time 4006ms<br />
rtt min/avg/max/mdev = 49.139/56.820/84.288/13.762 ms<br />
Nslookup works fine<br />
$ nslookup google.com<br />
Server:        10.0.100.1<br />
Address:        10.0.100.1#53</p>
<p dir="auto">Non-authoritative answer:<br />
Name:  google.com<br />
Address: 216.58.220.110<br />
I can telnet on port 80<br />
$ telnet google.com 80<br />
Trying 216.58.220.110...<br />
Connected to google.com.<br />
Escape character is '^]'.<br />
However if I try to send a command, such as GET / HTTP/1.0 to see if it would return the HTTP header, nothing happens.<br />
I ran a packet capture on the firewall against the sevrers IP as I was trying the HTTP GET command and cam eup with this, but I'm not too sure what to make of it.<br />
1  0.000000    IntelCor_93:8f:4b  Broadcast  ARP 60  Who has IP.IP.IP.10?  Tell IP.IP.IP.200<br />
2  2.130120    IP.IP.IP.10 216.58.220.100  TCP 66  55642?80 [FIN, ACK] Seq=1 Ack=1 Win=229 Len=0 TSval=19535544 TSecr=1347772624<br />
3  3.816772    IP.IP.IP.10 IP.IP.IP.1  DNS 74  Standard query 0x13ec  A www.google.com<br />
4  3.816839    IP.IP.IP.10 IP.IP.IP.1  DNS 74  Standard query 0xf326  AAAA www.google.com<br />
5  4.003369    IP.IP.IP.1  IP.IP.IP.10 DNS 102 Standard query response 0xf326  AAAA 2404:6800:4006:801::2004<br />
6  4.035623    IP.IP.IP.1  IP.IP.IP.10 DNS 90  Standard query response 0x13ec  A 216.58.220.100<br />
7  4.036683    IP.IP.IP.10 216.58.220.100  TCP 74  55643?80 [SYN] Seq=0 Win=29200 Len=0 MSS=1460 SACK_PERM=1 TSval=19536021 TSecr=0 WS=128<br />
8  4.086164    216.58.220.100  IP.IP.IP.10 TCP 74  80?55643 [SYN, ACK] Seq=0 Ack=1 Win=42540 Len=0 MSS=1402 SACK_PERM=1 TSval=1347876636 TSecr=19536021 WS=128<br />
9  4.086474    IP.IP.IP.10 216.58.220.100  TCP 66  55643?80 [ACK] Seq=1 Ack=1 Win=29312 Len=0 TSval=19536033 TSecr=1347876636<br />
10  4.548559    216.58.220.100  IP.IP.IP.10 TCP 74  [TCP Spurious Retransmission] 80?55643 [SYN, ACK] Seq=0 Ack=1 Win=42540 Len=0 MSS=1402 SACK_PERM=1 TSval=1347877098 TSecr=19536021 WS=128<br />
11  4.548808    IP.IP.IP.10 216.58.220.100  TCP 66  [TCP Dup ACK 9#1] 55643?80 [ACK] Seq=1 Ack=1 Win=29312 Len=0 TSval=19536149 TSecr=1347876636<br />
12  6.547488    216.58.220.100  IP.IP.IP.10 TCP 74  [TCP Spurious Retransmission] 80?55643 [SYN, ACK] Seq=0 Ack=1 Win=42540 Len=0 MSS=1402 SACK_PERM=1 TSval=1347879098 TSecr=19536021 WS=128<br />
13  6.547774    IP.IP.IP.10 216.58.220.100  TCP 66  [TCP Dup ACK 9#2] 55643?80 [ACK] Seq=1 Ack=1 Win=29312 Len=0 TSval=19536649 TSecr=1347876636<br />
14  8.532081    IP.IP.IP.10 216.58.220.100  TCP 82  [TCP segment of a reassembled PDU]<br />
15  8.781690    IP.IP.IP.10 216.58.220.100  TCP 82  [TCP Retransmission] 55643?80 [PSH, ACK] Seq=1 Ack=1 Win=29312 Len=16 TSval=19537208 TSecr=1347876636<br />
16  9.033636    IP.IP.IP.10 216.58.220.100  TCP 82  [TCP Retransmission] 55643?80 [PSH, ACK] Seq=1 Ack=1 Win=29312 Len=16 TSval=19537271 TSecr=1347876636<br />
17  9.453382    IP.IP.IP.10 216.58.220.100  TCP 82  [TCP Retransmission] [TCP segment of a reassembled PDU]<br />
18  9.537284    IP.IP.IP.10 216.58.220.100  TCP 82  [TCP Retransmission] 55643?80 [PSH, ACK] Seq=1 Ack=1 Win=29312 Len=16 TSval=19537397 TSecr=1347876636<br />
19  10.544897  IP.IP.IP.10 216.58.220.100  TCP 82  [TCP Retransmission] 55643?80 [PSH, ACK] Seq=1 Ack=1 Win=29312 Len=16 TSval=19537649 TSecr=1347876636<br />
20  10.545286  216.58.220.100  IP.IP.IP.10 TCP 74  [TCP Spurious Retransmission] 80?55643 [SYN, ACK] Seq=0 Ack=1 Win=42540 Len=0 MSS=1402 SACK_PERM=1 TSval=1347883098 TSecr=19536021 WS=128<br />
21  10.545542  IP.IP.IP.10 216.58.220.100  TCP 66  [TCP Dup ACK 19#1] 55643?80 [ACK] Seq=17 Ack=1 Win=29312 Len=0 TSval=19537649 TSecr=1347876636<br />
22  12.563760  IP.IP.IP.10 216.58.220.100  TCP 82  [TCP Retransmission] 55643?80 [PSH, ACK] Seq=1 Ack=1 Win=29312 Len=16 TSval=19538154 TSecr=1347876636<br />
23  16.601741  IP.IP.IP.10 216.58.220.100  TCP 82  [TCP Retransmission] 55643?80 [PSH, ACK] Seq=1 Ack=1 Win=29312 Len=16 TSval=19539164 TSecr=1347876636<br />
24  18.540457  216.58.220.100  IP.IP.IP.10 TCP 74  [TCP Spurious Retransmission] 80?55643 [SYN, ACK] Seq=0 Ack=1 Win=42540 Len=0 MSS=1402 SACK_PERM=1 TSval=1347891098 TSecr=19536021 WS=128<br />
but whenever I try to use something like wget the request fails.<br />
$ wget -T60 google.com<br />
–2015-09-03 11:28:31--  http://google.com/<br />
Resolving google.com (google.com)... 216.58.220.110, 2404:6800:4006:801::200e<br />
Connecting to google.com (google.com)|216.58.220.110|:80... connected.<br />
HTTP request sent, awaiting response... Read error (Connection timed out) in headers.<br />
Retrying.<br />
I'm also getting a strange traceroute response<br />
$ traceroute to google.com (216.58.220.110), 30 hops max, 60 byte packets<br />
1  Firewall.domain.lan (Removed)  1.002 ms  0.994 ms  0.973 ms<br />
2  192.168.1.1 (192.168.1.1)  2.018 ms  2.010 ms  1.991 ms<br />
3  * * *<br />
4  te1-1-6.sydgscore1.wireline.com.au (103.19.172.61)  103.634 ms  107.541 ms                                    109.968 ms<br />
5  ge1-1-2.sydgsbdr2.wireline.com.au (103.19.172.34)  111.886 ms  115.329 ms  1                                  17.046 ms<br />
6  as15169.nsw.ix.asn.au (218.100.52.3)  120.206 ms  121.862 ms  123.631 ms<br />
7  209.85.242.124 (209.85.242.124)  128.192 ms  147.385 ms  129.917 ms<br />
8  * * *<br />
9  * * *<br />
...<br />
29  * * *<br />
30  * * *<br />
But works fine from windows<br />
$ tracert google.com<br />
Tracing route to google.com [216.58.220.110] over a maximum of 30 hops:</p>
<p dir="auto">1    1 ms    2 ms    2 ms  Firewall.domain.lan [Removed]<br />
  2    2 ms    2 ms    2 ms  192.168.1.1<br />
  3    63 ms    62 ms    67 ms  1.1.1.1<br />
  4    99 ms    74 ms    55 ms  te1-1-6.sydgscore1.wireline.com.au [103.19.172.61]<br />
  5    63 ms    51 ms    51 ms  ge1-1-2.sydgsbdr2.wireline.com.au [103.19.172.34]<br />
  6    50 ms    55 ms    52 ms  as15169.nsw.ix.asn.au [218.100.52.3]<br />
  7    51 ms    52 ms    62 ms  209.85.242.124<br />
  8    51 ms    51 ms    52 ms  209.85.142.11<br />
  9    52 ms    52 ms    64 ms  syd10s01-in-f14.1e100.net [216.58.220.110]</p>
<p dir="auto">Trace complete.</p>
<p dir="auto">I have an internet connection issue with several computers on a KVM serer, which is also having the same issue. The internet connection on Windows guests works fine. This is happening on multiple machines. The gateway is a pfsense firewall with all LAN side traffic allowed as per its default configuration, the 192.168.1.1 router uses its DMZ to push all traffic to the firewall.<br />
I've tested connectivity with ping.</p>
<p dir="auto">$ ping 216.58.220.100<br />
PING 216.58.220.100 (216.58.220.100) 56(84) bytes of data.<br />
64 bytes from 216.58.220.100: icmp_seq=1 ttl=56 time=49.3 ms<br />
64 bytes from 216.58.220.100: icmp_seq=2 ttl=56 time=51.5 ms<br />
64 bytes from 216.58.220.100: icmp_seq=3 ttl=56 time=49.8 ms<br />
64 bytes from 216.58.220.100: icmp_seq=4 ttl=56 time=84.2 ms<br />
64 bytes from 216.58.220.100: icmp_seq=5 ttl=56 time=49.1 ms<br />
^C<br />
–- 216.58.220.100 ping statistics ---<br />
5 packets transmitted, 5 received, 0% packet loss, time 4006ms<br />
rtt min/avg/max/mdev = 49.139/56.820/84.288/13.762 ms<br />
Nslookup works fine<br />
$ nslookup google.com<br />
Server:        10.0.100.1<br />
Address:        10.0.100.1#53</p>
<p dir="auto">Non-authoritative answer:<br />
Name:  google.com<br />
Address: 216.58.220.110<br />
I can telnet on port 80<br />
$ telnet google.com 80<br />
Trying 216.58.220.110...<br />
Connected to google.com.<br />
Escape character is '^]'.</p>
<p dir="auto">However if I try to send a command, such as GET / HTTP/1.0 to see if it would return the HTTP header, nothing happens.</p>
<p dir="auto">I ran a packet capture on the firewall against the sevrers IP as I was trying the HTTP GET command and cam eup with this, but I'm not too sure what to make of it.</p>
<p dir="auto">1  0.000000    IntelCor_93:8f:4b  Broadcast  ARP 60  Who has IP.IP.IP.10?  Tell IP.IP.IP.200<br />
2  2.130120    IP.IP.IP.10 216.58.220.100  TCP 66  55642?80 [FIN, ACK] Seq=1 Ack=1 Win=229 Len=0 TSval=19535544 TSecr=1347772624<br />
3  3.816772    IP.IP.IP.10 IP.IP.IP.1  DNS 74  Standard query 0x13ec  A www.google.com<br />
4  3.816839    IP.IP.IP.10 IP.IP.IP.1  DNS 74  Standard query 0xf326  AAAA www.google.com<br />
5  4.003369    IP.IP.IP.1  IP.IP.IP.10 DNS 102 Standard query response 0xf326  AAAA 2404:6800:4006:801::2004<br />
6  4.035623    IP.IP.IP.1  IP.IP.IP.10 DNS 90  Standard query response 0x13ec  A 216.58.220.100<br />
7  4.036683    IP.IP.IP.10 216.58.220.100  TCP 74  55643?80 [SYN] Seq=0 Win=29200 Len=0 MSS=1460 SACK_PERM=1 TSval=19536021 TSecr=0 WS=128<br />
8  4.086164    216.58.220.100  IP.IP.IP.10 TCP 74  80?55643 [SYN, ACK] Seq=0 Ack=1 Win=42540 Len=0 MSS=1402 SACK_PERM=1 TSval=1347876636 TSecr=19536021 WS=128<br />
9  4.086474    IP.IP.IP.10 216.58.220.100  TCP 66  55643?80 [ACK] Seq=1 Ack=1 Win=29312 Len=0 TSval=19536033 TSecr=1347876636<br />
10  4.548559    216.58.220.100  IP.IP.IP.10 TCP 74  [TCP Spurious Retransmission] 80?55643 [SYN, ACK] Seq=0 Ack=1 Win=42540 Len=0 MSS=1402 SACK_PERM=1 TSval=1347877098 TSecr=19536021 WS=128<br />
11  4.548808    IP.IP.IP.10 216.58.220.100  TCP 66  [TCP Dup ACK 9#1] 55643?80 [ACK] Seq=1 Ack=1 Win=29312 Len=0 TSval=19536149 TSecr=1347876636<br />
12  6.547488    216.58.220.100  IP.IP.IP.10 TCP 74  [TCP Spurious Retransmission] 80?55643 [SYN, ACK] Seq=0 Ack=1 Win=42540 Len=0 MSS=1402 SACK_PERM=1 TSval=1347879098 TSecr=19536021 WS=128<br />
13  6.547774    IP.IP.IP.10 216.58.220.100  TCP 66  [TCP Dup ACK 9#2] 55643?80 [ACK] Seq=1 Ack=1 Win=29312 Len=0 TSval=19536649 TSecr=1347876636<br />
14  8.532081    IP.IP.IP.10 216.58.220.100  TCP 82  [TCP segment of a reassembled PDU]<br />
15  8.781690    IP.IP.IP.10 216.58.220.100  TCP 82  [TCP Retransmission] 55643?80 [PSH, ACK] Seq=1 Ack=1 Win=29312 Len=16 TSval=19537208 TSecr=1347876636<br />
16  9.033636    IP.IP.IP.10 216.58.220.100  TCP 82  [TCP Retransmission] 55643?80 [PSH, ACK] Seq=1 Ack=1 Win=29312 Len=16 TSval=19537271 TSecr=1347876636<br />
17  9.453382    IP.IP.IP.10 216.58.220.100  TCP 82  [TCP Retransmission] [TCP segment of a reassembled PDU]<br />
18  9.537284    IP.IP.IP.10 216.58.220.100  TCP 82  [TCP Retransmission] 55643?80 [PSH, ACK] Seq=1 Ack=1 Win=29312 Len=16 TSval=19537397 TSecr=1347876636<br />
19  10.544897  IP.IP.IP.10 216.58.220.100  TCP 82  [TCP Retransmission] 55643?80 [PSH, ACK] Seq=1 Ack=1 Win=29312 Len=16 TSval=19537649 TSecr=1347876636<br />
20  10.545286  216.58.220.100  IP.IP.IP.10 TCP 74  [TCP Spurious Retransmission] 80?55643 [SYN, ACK] Seq=0 Ack=1 Win=42540 Len=0 MSS=1402 SACK_PERM=1 TSval=1347883098 TSecr=19536021 WS=128<br />
21  10.545542  IP.IP.IP.10 216.58.220.100  TCP 66  [TCP Dup ACK 19#1] 55643?80 [ACK] Seq=17 Ack=1 Win=29312 Len=0 TSval=19537649 TSecr=1347876636<br />
22  12.563760  IP.IP.IP.10 216.58.220.100  TCP 82  [TCP Retransmission] 55643?80 [PSH, ACK] Seq=1 Ack=1 Win=29312 Len=16 TSval=19538154 TSecr=1347876636<br />
23  16.601741  IP.IP.IP.10 216.58.220.100  TCP 82  [TCP Retransmission] 55643?80 [PSH, ACK] Seq=1 Ack=1 Win=29312 Len=16 TSval=19539164 TSecr=1347876636<br />
24  18.540457  216.58.220.100  IP.IP.IP.10 TCP 74  [TCP Spurious Retransmission] 80?55643 [SYN, ACK] Seq=0 Ack=1 Win=42540 Len=0 MSS=1402 SACK_PERM=1 TSval=1347891098 TSecr=19536021 WS=128</p>
<p dir="auto">but whenever I try to use something like wget the request fails.</p>
<p dir="auto">$ wget -T60 google.com</p>
<p dir="auto">–2015-09-03 11:28:31--  http://google.com/<br />
Resolving google.com (google.com)... 216.58.220.110, 2404:6800:4006:801::200e<br />
Connecting to google.com (google.com)|216.58.220.110|:80... connected.<br />
HTTP request sent, awaiting response... Read error (Connection timed out) in headers.<br />
Retrying.<br />
I'm also getting a strange traceroute response<br />
$ traceroute to google.com (216.58.220.110), 30 hops max, 60 byte packets<br />
1  Firewall.domain.lan (Removed)  1.002 ms  0.994 ms  0.973 ms<br />
2  192.168.1.1 (192.168.1.1)  2.018 ms  2.010 ms  1.991 ms<br />
3  * * *<br />
4  te1-1-6.sydgscore1.wireline.com.au (103.19.172.61)  103.634 ms  107.541 ms                                    109.968 ms<br />
5  ge1-1-2.sydgsbdr2.wireline.com.au (103.19.172.34)  111.886 ms  115.329 ms  1                                  17.046 ms<br />
6  as15169.nsw.ix.asn.au (218.100.52.3)  120.206 ms  121.862 ms  123.631 ms<br />
7  209.85.242.124 (209.85.242.124)  128.192 ms  147.385 ms  129.917 ms<br />
8  * * *<br />
9  * * *<br />
...<br />
29  * * *<br />
30  * * *</p>
<p dir="auto">But works fine from windows</p>
<p dir="auto">$ tracert google.com<br />
Tracing route to google.com [216.58.220.110] over a maximum of 30 hops:</p>
<p dir="auto">1    1 ms    2 ms    2 ms  Firewall.domain.lan [Removed]<br />
  2    2 ms    2 ms    2 ms  192.168.1.1<br />
  3    63 ms    62 ms    67 ms  1.1.1.1<br />
  4    99 ms    74 ms    55 ms  te1-1-6.sydgscore1.wireline.com.au [103.19.172.61]<br />
  5    63 ms    51 ms    51 ms  ge1-1-2.sydgsbdr2.wireline.com.au [103.19.172.34]<br />
  6    50 ms    55 ms    52 ms  as15169.nsw.ix.asn.au [218.100.52.3]<br />
  7    51 ms    52 ms    62 ms  209.85.242.124<br />
  8    51 ms    51 ms    52 ms  209.85.142.11<br />
  9    52 ms    52 ms    64 ms  syd10s01-in-f14.1e100.net [216.58.220.110]</p>
<p dir="auto">Trace complete.<br />
export | grep -i proxy returns nothing as I dont have a proxy configured<br />
IPTables configuration on KVM host.<br />
$ iptables -L -n<br />
Chain INPUT (policy ACCEPT)<br />
target    prot opt source              destination<br />
ACCEPT    all  –  0.0.0.0/0            0.0.0.0/0</p>
<p dir="auto">Chain FORWARD (policy ACCEPT)<br />
target    prot opt source              destination</p>
<p dir="auto">Chain OUTPUT (policy ACCEPT)<br />
target    prot opt source              destination</p>
]]></description><link>https://forum.netgate.com/topic/88709/linux-clients-with-static-ip-have-limited-connectivity</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 11:26:26 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/88709.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 05 Sep 2015 06:33:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Linux clients with static IP have limited connectivity on Sat, 05 Sep 2015 11:49:38 GMT]]></title><description><![CDATA[<p dir="auto">Thankyou for that! It fixed the problem instantly. It was the TX offloading from the virtIO interface.</p>
]]></description><link>https://forum.netgate.com/post/568808</link><guid isPermaLink="true">https://forum.netgate.com/post/568808</guid><dc:creator><![CDATA[smithjoe1]]></dc:creator><pubDate>Sat, 05 Sep 2015 11:49:38 GMT</pubDate></item><item><title><![CDATA[Reply to Linux clients with static IP have limited connectivity on Sat, 05 Sep 2015 11:40:27 GMT]]></title><description><![CDATA[<p dir="auto">Do you also use Snort? If so, its worth checking the KVM guests/virtual machines havent been blocked by Snort.</p>
<p dir="auto">Do you log your firewall rules and if so what do you see going on in there, can you also post your fw rules?</p>
]]></description><link>https://forum.netgate.com/post/568806</link><guid isPermaLink="true">https://forum.netgate.com/post/568806</guid><dc:creator><![CDATA[firewalluser]]></dc:creator><pubDate>Sat, 05 Sep 2015 11:40:27 GMT</pubDate></item><item><title><![CDATA[Reply to Linux clients with static IP have limited connectivity on Sat, 05 Sep 2015 06:42:10 GMT]]></title><description><![CDATA[<p dir="auto">You have a problem with your kvm host if you ask me..  Your sniff on your lan inteface of pfsense and your seeing retrans..</p>
<p dir="auto">There are lots of known issues with KVM.. its sticky all over the board<br />
https://forum.pfsense.org/index.php?topic=88467.0<br />
IMPORTANT: Xen/KVM networking will not work on 2.2 using default hypervisor settings!</p>
]]></description><link>https://forum.netgate.com/post/568788</link><guid isPermaLink="true">https://forum.netgate.com/post/568788</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Sat, 05 Sep 2015 06:42:10 GMT</pubDate></item></channel></rss>