A guide to port forwarding on Airtel's Yozan Web Distributor 2 Ethernet Modem

Udit

Guide
I tried port forwarding in the Yozan DSL modem the following way:

1. Open Run

2. Type telnet 192.168.1.1

login and password "admin"

on the --> prompt

type

---> console enable

now the prompt becomes

192.168.1.1>

at this prompt

try

192.168.1.1> nat inbound add yoon-0 6881/tcp 192.168.1.2

replace yoon-0 with your wan link, 6881 with port # you wanna forward, tcp or udp and 192.168.1.2 with ip of your computer.

You can add any number of port to be forwarded in this manner.

There are delete commands also, but haven't tried them.

To see what you configured:

192.168.1.1> nat inbound list

To save the config try

192.168.1.1> config save

Sometimes, it gives "no such command" for valid commands too. Just do exit and console enable and try again

logout from telnet seesion; i do escape and quit.

A manual is also available for ATMOS used in the modem, try the link

http://www.solwiseforum.co.uk/downloads/files/isos70_to_80_console.pdf
 
Back
Top