What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Multiple STATIC IP One to One Nat

paulb787

Occasional Visitor
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
#!/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:
cancel that. it is working on DDWRT but not ASUSWRT . Asuswrt does what it is suppose to do when you are an the machine with the local ip address that is being forwarded a new wan ip but any other machine or ip will not work.

:(
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top