


Thanks
With my Bubba directly connected to my cable modem I got an MTU of 576 on the eth0 (WAN) side.pa wrote:Hi David,
Currently we are fairly certain about why the traffic was dropped, but we are struggeling to reproduce your setup in order to actually verify that our solution works.
What was your setup when you got the MTU of 576 of you WAN port?
Bubba connected directly to your cable modem?
And if you connected your windows(?) PC directly did that get 1500 as MTU?
In other words bubba and your PC did not get the same MTU?
/PA
Thanks for this. I will try it this evening and report back.pa wrote:Hi David,
When you connect your bubba directly to your and get the MTU of 576, could you try to run the commands (as root):
iptables -A INPUT -p icmp -m icmp --icmp-type 3/4 -j ACCEPT
iptables -A FORWARD -p icmp -m icmp --icmp-type 3/4 -j ACCEPT
This will open up the capabilites for bubba to talk to other routers for in order to fragment tcp packets.
/PA, Excito.
By chance I had a power cut this afternoon, so my Bubba had rebooted on return of power into it's boot-up state. I ran the above 2 commands (by cut and paste) but could not access the internet from my PC.pa wrote: iptables -A INPUT -p icmp -m icmp --icmp-type 3/4 -j ACCEPT
iptables -A FORWARD -p icmp -m icmp --icmp-type 3/4 -j ACCEPT
pa wrote:
In order to ignore the MTU reported by your modem (or more accurate, not ask for it), edit the file "/etc/dhcp3/dhclient.conf" and remove from the request "interface-mtu".