Dear All,
I am usingfreebsd FreeBSD 7 as router, I have strange problem while accessing a site. When I try to access via browser from Windows pc behind freebsd FreeBSD kernel NAT waiting and not opening site, I can access site from other places.
I can access this site via telnet.
I added second wan (DSL) and route to site from DSL link I can access also
without problem.
When I open this file via wireshark It show lots of
When I change the outside interface mtu to 1492 I can access via Squid this
site but still can't access without Squid
I think MTU specific problem.
How can I solve this problem?
Thanks,
I am using
I can access this site via telnet.
# telnet 85.96.190.177 81
Code:
Trying 85.96.190.177...
Connected to 85.96.190.177.static.ttnet.com.tr.
Escape character is '^]'.
I added second wan (DSL) and route to site from DSL link I can access also
without problem.
tcpdump -p -s0 -w dump.bpf tcp port 81 and host 85.96.xx.x output added.When I open this file via wireshark It show lots of
Code:
Fragmented IP Protocol
(proto=TCP 6, off=0, id=cbxx)
When I change the outside interface mtu to 1492 I can access via Squid this
site but still can't access without Squid
I think MTU specific problem.
Code:
net.inet.tcp.path_mtu_discovery=1
How can I solve this problem?
Thanks,