von Hufi26 » Di 07 Jan, 2003 16:33
Muss ich das im Telnet eingeben oder wie geht das?
The Alcatel manuals discuss this in NAT and PAT sections or NA(P)T as they refer to it sometimes. For quick and simple examples:
nat create protocol=tcp inside_addr=10.0.0.1 inside_port=80 outside_addr=0 outside_port=80
will forward all port 80 requests from the outside world to a machine with IP 10.0.0.1 on your internal network.
nat defserver addr 10.0.0.1
will forward ALL ports from the outside world to a single machine - word of warning - this would expose the machine to potential exploits, since all ports would be accessible, so should be used with care.
Mfg Hufi26