Posted: Wed May 04, 2022 23:25 Post subject: DD-WRT r48607 Firewall Command Causing Problem
The command I was using worked until Nordvpn took down the server I was connected to, the command did work
if [ "$(nvram get wan_proto)" == "pppoe" ]; then
WAN_IF="$(nvram get pppoe_ifname)"
elif [ "$(nvram get wan_proto)" == "pptp" ]; then
WAN_IF="$(nvram get pptp_ifname)"
else
WAN_IF="$(nvram get wan_ifname)"
fi
Posted: Thu May 05, 2022 15:41 Post subject: R48567 Problem - Not showing correct status release
I saw the Killswitch option but was unsure if it worked. Possible, if I have the kill switch checked, and also have a firewall command saved it may cause me problems?