bertthefreak
New Around Here
Hi,
Looking for some help
I have a batch of 16 ip addresses and am trying to allocate them to machines on the local network. IP range is 160 (Network) - 175 (Broadcast) with 161-174 being usable.
With thanks to a script I was given my garypower I've been able to allocate the machines with a specific IP address externally. The problem is that unless I'm using a proxy/vpn I'm unable to access the machines from within the local network.
I used to have DD-WRT running and had the line below which seemed to allow it to work:
iptables -t nat -I POSTROUTING -o br0 -s 192.168.1.0/24 -d 192.168.1.0/24 -j MASQUERADE
this doesn't seem to do anything for me can anyone help?
Cheers
Bert
Looking for some help
I have a batch of 16 ip addresses and am trying to allocate them to machines on the local network. IP range is 160 (Network) - 175 (Broadcast) with 161-174 being usable.
With thanks to a script I was given my garypower I've been able to allocate the machines with a specific IP address externally. The problem is that unless I'm using a proxy/vpn I'm unable to access the machines from within the local network.
I used to have DD-WRT running and had the line below which seemed to allow it to work:
iptables -t nat -I POSTROUTING -o br0 -s 192.168.1.0/24 -d 192.168.1.0/24 -j MASQUERADE
this doesn't seem to do anything for me can anyone help?
Cheers
Bert