Vinh
New Around Here
Recently I was not able to access some websites and think it has to do with the router MTU so I put a wan-start script in JFFS but still not able to access sites with high MTU.
I have an RT-AC66u using merlin's 3.0.0.4.374.32 firmware.
Would appreciate confirmation that I did this correctly (or maybe I need to do something different altogether):
1) enabled JFFS, formatted it
2) SCP wan-start to jffs/scripts
3) changed its property to a,x
4) reboot
The contents of wan-start are as follows:
"#!/bin/sh
ifconfig eth0 mtu 1400"
If correct, what else can I be doing? Thanks ahead
I have an RT-AC66u using merlin's 3.0.0.4.374.32 firmware.
Would appreciate confirmation that I did this correctly (or maybe I need to do something different altogether):
1) enabled JFFS, formatted it
2) SCP wan-start to jffs/scripts
3) changed its property to a,x
4) reboot
The contents of wan-start are as follows:
"#!/bin/sh
ifconfig eth0 mtu 1400"
If correct, what else can I be doing? Thanks ahead