Page 1 of 1

Editing packets with OpenWrt

Posted: Thu Sep 24, 2020 2:05 pm
by megaplow
Is it possible to edit the outbound packet data going through a router running OpenWrt? My router is in the mail and I am coming up to speed on all this.

Re: Editing packets with OpenWrt

Posted: Fri Sep 25, 2020 6:34 am
by gscheb
Hello,
Been wondering this myself haven't found an answer for it. Was wanting to know since thought maybe WiFi wold would work better on these routers with openwrt. If you don't get an answer depending on the router that is coming could flash it to Rooter or WifiX. Kind of the same thing.

Re: Editing packets with OpenWrt

Posted: Mon Sep 28, 2020 1:40 pm
by gscheb
megaplow wrote: Thu Sep 24, 2020 2:05 pm Is it possible to edit the outbound packet data going through a router running OpenWrt? My router is in the mail and I am coming up to speed on all this.
Still don't know how to do this. Got this info from someone.

To set TTL is easy, can use below command. Also you can find more details on google.
[root@5201351 ~]# echo 128 > /proc/sys/net/ipv4/ip_default_ttl

And have found this link
https://openwrt.org/docs/guide-user/fir ... og_targets

Re: Editing packets with OpenWrt

Posted: Mon Sep 28, 2020 4:37 pm
by gscheb
Please post it if you figure it out.