von LordGogi » So 12 Jan, 2003 20:22
<HTML>Ja im Expertmodus is die Firewall aktiviert also muĂź du die ports freischalten!!
1) Start a Telnet session to the modem.
Choose"Start" -"Run"
Type: "telnet 10.0.0.138" (always without the double quotes)
2) Login into the modem
Press enter and enter the username "User" (unless you changed username and/or password).
3) Go to NAT and set a port
Type "nat" and press ENTER,
The NAT-prompt appears: "[nat]=>"
Type "create" and press ENTER.
The first question appears: "protocol =", type "tcp" and press ENTER.
The next question appears: "inside_addr =", now enter the IP-address of your server (10.0.0.150) and press.
The next question appears: "[inside_port] =", type "80" and press ENTER.
The next question appears: "outside_addr =", type "0" and press ENTER.
The final question appears: "[outside_port] =", type "80" and press ENTER, you're now back to the "[nat]=>" prompt.
You can enter this all by typing one single line:
"create protocol=tcp inside_addr=10.0.0.150:80 outside_addr=0:80"
</HTML>