So I copied and pasted your code shonk into terminal.then rebooted the routed sites still unreachable...... then same again with paul0363...WAN Start
#!/bin/sh
ifconfig `nvram get wan0_ifname`:0 192.168.2.2 netmask 255.255.255.0
NAT Start
#!/bin/sh
iptables -t nat -I POSTROUTING -o `nvram get wan0_ifname` -j MASQUERAD
So I'm sure I'm overlooking something....when I open terminal and login Mbp I get a directory temp/home/root it's here were I pasted..should I be navigating to somewhere else..if so how???? Then when it's pasted should I save....just don't seem to see an option to save just to close terminal
#!/bin/sh
ifconfig `nvram get wan0_ifname`:0 192.168.2.2 netmask 255.255.255.0
NAT Start
#!/bin/sh
iptables -t nat -I POSTROUTING -o `nvram get wan0_ifname` -j MASQUERAD
So I'm sure I'm overlooking something....when I open terminal and login Mbp I get a directory temp/home/root it's here were I pasted..should I be navigating to somewhere else..if so how???? Then when it's pasted should I save....just don't seem to see an option to save just to close terminal