Sushiglobster
Regular Contributor
Thanks for this one. Fixed issues I was having with Xbox Live and Facebook. Here is the command I used:
ip6tables -I FORWARD -o INTERFACE -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1420
Where do I type in that command within the firmware? Sorry, I'm not super versed in this stuff. What should I be using for "INTERFACE?"
EDIT: I'm trying to learn here, do I enable SSH and use something like PuTTY to send these commands to the RT-N66U?
EDIT: OK, so I have PuTTY running and I'm connected to the my RT-N66U via SSH. I have the prompt window open and I'm sitting at /tmp/home/root#.
How do I get to where I need to be in order to input:
ip6tables -I FORWARD -o INTERFACE -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1420
EDIT: Do I find my INTERFACE be looking at the routing table? Under "Iface" I see WAN and LAN. Nothing else. LAN appears only once while WAN appears 3 times.
EDIT: Oh I see. Yes, I need to reference the routing table. I see lots of "interfaces" though under "Iface." I see: 6rd, br0, eth0, eth1, eth2, lo, and vlan1. I'm not sure which one to use.
EDIT: Alright. So I set the command: ip6tables -I FORWARD -o vlan1 -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1420
I just typed the command and pressed enter. So hopefully the world doesn't blow up. I have no idea what this does.
Last edited: