I'm having an issue with my 0810 setup that makes no sense whatsover and is yet again driving me crazy.
I installed 0810 successfully in the network configuration cable modem->router->core->internal network. In this configuration, everything seems to be working OK.
However, I tried removing the router to give me: cable modem->core->internal network. In this configuration, I can access the net from the core without a problem, but I can't access http at all from any PCs on the internal network. I can ping lmce.org without a problem, however. Switching back to the 1st configuration fixes things consistently. Switching back to the second configuration breaks things consistently.
I captured some data with wireshark. This is a request for linuxmce.org from firefox on a windows PC on the internal network
looking at the external NIC (IP: 192.168.1.108):
No. Time Source Destination Protocol Info
1 0.000000 192.168.1.108 193.200.113.133 TCP 49281 > http [SYN] Seq=0 Win=8192 Len=0 MSS=1456 WS=2
2 0.175891 193.200.113.133 192.168.1.108 TCP http > 49281 [SYN, ACK] Seq=0 Ack=1 Win=5840 Len=0 MSS=1460 WS=7
3 0.176709 192.168.1.108 193.200.113.133 TCP 49281 > http [ACK] Seq=1 Ack=1 Win=66976 Len=0
now the http get call
4 0.177002 192.168.1.108 193.200.113.133 HTTP GET / HTTP/1.1
the ack
5 0.356041 193.200.113.133 192.168.1.108 TCP http > 49281 [ACK] Seq=1 Ack=420 Win=6912 Len=0
and data...
6 0.369530 193.200.113.133 192.168.1.108 TCP [TCP segment of a reassembled PDU]
7 0.369780 193.200.113.133 192.168.1.108 TCP [TCP segment of a reassembled PDU]
....
I see this correct behavior when I use wireshark on eth1 (internal NIC) as well.
But when I connect the core directly to the modem, I get a new IP address of 76.83.118.XX
same request: (XX is the last byte of my IP address)
No. Time Source Destination Protocol Info
1 0.000000 76.83.118.XX 193.200.113.133 TCP 49173 > http [FIN, ACK] Seq=1 Ack=1 Win=16744 Len=0
2 0.066986 76.83.118.XX 193.200.113.133 TCP 49176 > http [SYN] Seq=0 Win=8192 Len=0 MSS=1456 WS=2
3 0.215705 193.200.113.133 76.83.118.XX TCP http > 49173 [ACK] Seq=2913 Ack=2 Win=54 Len=0
4 0.244939 193.200.113.133 76.83.118.XX TCP http > 49176 [SYN, ACK] Seq=0 Ack=1 Win=5840 Len=0 MSS=1460 WS=7
5 0.245589 76.83.118.XX 193.200.113.133 TCP 49176 > http [ACK] Seq=1 Ack=1 Win=66976 Len=0
now the http get
6 0.246035 76.83.118.XX 193.200.113.133 HTTP GET / HTTP/1.1
and the ack
7 0.428837 193.200.113.133 76.83.118.XX TCP http > 49176 [ACK] Seq=1 Ack=369 Win=6912 Len=0
...and then nothing, no data. Firefox is stuck at 'Waiting for reply.' This happens with any website I try. Does anyone have any idea what might be going on? Could this be an issue with my provider? Any help would be greatly appreciated as the WAF is quickly decreasing and I have a lot of work on this that I want to do.