Speedtouch Support Forum NZ – Open DMZ or disable NAT on 546 v6
K, problem fixed with the help of our Internet Provider. Some steps where missing.
Here are what needs to be done in order to deactivate NAT on our speedtouch.
For example:
Public IP addess of our Router: 12.34.56.78
Public IP addresses availables for our company: 12.34.56.70 to 12.23.56.77
I will set the router address to 12.34.56.78 and our Linux server (Https, mail etc..) to 12.34.56.70 (mask 255.255.255.248 or /28)
– set Up the router like the usual way. Make sure it works.
– unplug DSL cable
– ppp ifdetach intf=Internet
– nat ifconfig intf=Internet translation=disabled
– ppp ifconfig intf=Internet unnumbered=enabled
– ip ipadd intf=LocalNetwork addr=12.34.56.78@28 addroute=enabled
– ppp ifattach intf=Internet
– saveall
– exit than reboot speedtouch.
On our Linux Server:
ifconfig eth2 12.34.56.70 netmask 255.255.255.248
route add default gw 12.34.56.78
Then, it works.
All Internet requests will be directly assigned to our public ip address 12.34.56.70 (for example extranet.mycompany.com), and it will directly go to our linux server.
Thanks for your forum. Informations here are incredibly interesting.
regards,
Laurent Blin
viaSpeedtouch Support Forum NZ – Open DMZ or disable NAT on 546 v6.