Ethernet - Pppoe - LG LDK24 ADSL Router User Manual

Hide thumbs Also See for LDK24 ADSL Router:
Table of Contents

Advertisement

-->
pppoa set transport {<name>|<number>} password <password>
example)
- -> pppoa add transport ppp1 dialout pvc 1 a1 0 800
- -> ip add interface ip2
- -> ip attach ip2 ppp1
- -> pppoa set transport ppp1 welogin chap
- -> pppoa set transport ppp1 username fred
- -> pppoa set transport ppp1 password password

2.3.4 Ethernet - PPPoE

Clear any existing IP interfaces and transports, and update the DHCP client configuration.
1.
- -> ip clear interfaces
- -> transports clear
Add the Ethernet device to the router.
2.
- -> ethernet add transport <name> [<port>]
- -> ip add interface <name> [<ipaddress> [<netmask>]]
- -> ip attach {<name>|<number>} <transport>
Example)
- -> ethernet add transport eth1 ethernet
- - > ip add interface ip1 192.168.101.2 255.255.255.0
- - > ip attach ip1 eth1
The PPPoE BUN driver uses functionality provided by the PPP module. Configure a PPP
3.
channel for an outgoing PPPoE connection to the remote AC using PVC.
The PPPoE AC utilizes CHAP authentication or PAP authentication. If no authentication is
used, simply omit the welogin command.
Since the PPP module supports multiple, simultaneous connections,
we can be using PPP device 1 and Interface 1. PPP is able to automatically configure the IP
address of the router interface, and add a default route when the connection is made. This is the
reason the IP address of the router interface is not specified in the command:
- -> ip add interface <name> [<ipaddress> [<netmask>]]
- -> pppoe add transport <name> dialout pvc <interface> <port> <vpi> <vci>
[accessconcentrator <concentrator>] [servicename <servicename>]
- -> ip attach {<name>|<number>} <transport>
- -> pppoe set transport {<name>|<number>} welogin {none|auto|pap|chap}
- -> pppoe set transport {<name>|<number>} username <username>
LDK24 ADSL Router User's Manual
Version 1.0D
Copyright© 2002 LG Electronics Inc., LTD.
Page 12 of 67

Advertisement

Table of Contents
loading

Table of Contents