hey,
I recently got a block of static ip addresses from att. I would like to set them up behind my ac68u router. I am guesing that one to one NAT is what I need. I would LOVE to get it up and running but am hitting a wall. I have tried following guides on both dd-wrt and asuswrt. Between both firmware's I am getting no internet conection on the forwarded ip address.
here is the config I am using
After doing this I get no internet if I am on 192.168.100 on my pc. PLEASE HELP
I recently got a block of static ip addresses from att. I would like to set them up behind my ac68u router. I am guesing that one to one NAT is what I need. I would LOVE to get it up and running but am hitting a wall. I have tried following guides on both dd-wrt and asuswrt. Between both firmware's I am getting no internet conection on the forwarded ip address.
here is the config I am using
#!/bin/sh
ifconfig eth0:0 (WAN IP) netmask (WAN SUBNET) up
iptables -t nat -A PREROUTING -i eth0 -d (WAN IP) -j DNAT --to-destination 192.168.1.100
iptables -t nat -I POSTROUTING -s 192.168.1.100 -j SNAT --to (WAN IP)
After doing this I get no internet if I am on 192.168.100 on my pc. PLEASE HELP
Last edited: