23
Specify the gateway (RFC1577 on ISP/DSLAM site and Ethernet on local PC site)
> home
↵
> ip device add ethernet ether //edd 202.1.136.254
↵
> ip device add ipoa atm //atm 192.168.1.2
↵
> config save
↵
> restart
↵
Enable forwarding between router interface
> home
↵
> ip relay all
↵
> ip ipatm pvc add ipoa r1483 x/y remoteip 192.168.1.1
↵
(‘ x’ is the VPI, ‘ y’ is the VCI. Check with your service provider)
> config save
↵
> restart
↵