Jmcclure85
New Around Here
I have an rt86u that i have the latest merlin loaded. i can putty into it so ive gotten that far.
what i am trying to do is spoof the ttl number.
Here is my code that i need to enter
nano /jffs/scripts/nat-start
#!/bin/sh
sleep 10
modprobe xt_HL
modprobe xt_hl
iptables -t mangle -A POSTROUTING -j TTL --ttl-set 65
chmod a+rx /jffs/scripts/*
This was given to me and ive seen it work on another router.
Once in putty and im at the terminal how do i enter this? All at once or line by line.
i was also told to check these two boxes. i assume i check them then do the putty commands then reboot the router?
Sorry im new to this and hope i posted in the right place. Thanks
what i am trying to do is spoof the ttl number.
Here is my code that i need to enter
nano /jffs/scripts/nat-start
#!/bin/sh
sleep 10
modprobe xt_HL
modprobe xt_hl
iptables -t mangle -A POSTROUTING -j TTL --ttl-set 65
chmod a+rx /jffs/scripts/*
This was given to me and ive seen it work on another router.
Once in putty and im at the terminal how do i enter this? All at once or line by line.
i was also told to check these two boxes. i assume i check them then do the putty commands then reboot the router?
Enable JFFS custom scripts and configs | |
---|---|
Format JFFS partition at next boot |
Sorry im new to this and hope i posted in the right place. Thanks