machinist
Occasional Visitor
It would help if you just posted the script as modified to PasteBin, just in case you made some sort of error.
To simplify, I just tried to reinstall completely vanilla, except for the one line from Skynet that I pasted in above yours, in firewall-start like so:
Code:
#!/bin/sh
sh /jffs/scripts/firewall start skynetloc=/tmp/mnt/usb/skynet # Skynet
set -x # comment/uncomment to disable/enable debug mode
{
/jffs/scripts/merlin-ovpn-lan2wan-by-domain.firewall
} 2>&1 | logger -t $(basename $0)[$$]
I have not even touched the config file, so by default it should just route the netflix hostnames for all internal IP's.
As soon as I reboot, outside internet access completely disconnects. Both by cable and wifi. When I uninstall per your instructions by removing those 7 files and reinstating the Skynet "firewall-start" file and reboot, connection is back.
---
I install using your installer
Code:
curl -kLs bit.ly/merlin-installer|tr -d '\r'|sh -s 9jHRA6DG
I've also tried
Code:
$script
...after that , whether needed or not. Same result.