mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-30 02:16:59 +08:00
4 lines
142 B
Plaintext
Executable File
4 lines
142 B
Plaintext
Executable File
iptables -A forwarding_rule -i ppp+ -j ACCEPT
|
|
iptables -A forwarding_rule -o ppp+ -j ACCEPT
|
|
echo 1 > /proc/sys/net/ipv4/conf/br-lan/proxy_arp
|