EKI-1121L/1122L/1124L User Manual
34
Secondly, user must open and modify /var/other1/ppp-on-dialer.
Please replace 'NUMBER' with the telephone number.
Use the following command to launch the ppp connection.
After the connection is built, a new Ethernet interface ppp will attach to system.
3.2.12
PPPoE client
Before use it, user must open and modify /var/other1/pppoe-on firstly.
Please replace 'USERNAME' with correct user name.
Secondly, user must open and modify /var/other1/pppoe-dialer.
#!/bin/sh
TELEPHONE=NUMBER
HANGUP=ATH0
RESET_MODEM=ATZ
INIT_MODEM=ATL1M1V1S11=55S7=75
DIAL=ATDT$TELEPHONE
chat ABORT 'ERROR' ABORT 'BUSY' ABORT 'NO ANSWER' ABORT 'RING\r\n\r\nRING' ''
AT 'OK-+++\c-OK' $HANGUP OK $RESET_MODEM OK $INIT_MODEM TIMEOUT 30 OK
$DIAL CONNECT ''
/>/var/other1/ppp-on &
#!/bin/sh
USER=USERNAME
pppd debug lock usepeerdns noipdefault noauth defaultroute local name $USER pty /var/
other1/pppoe-dialer
#!/bin/sh
ifconfig eth0 up
pppoe -p /var/run/adsl.pid -I eth0 1412
Please replace 'eth0' with correct interface of Ethernet.
Thirdly, user must open and modify /var/other1/pppoe.conf.
ETH=eth0
USER=USERNAME
DEMAND=no
USEPEERDNS=yes
CONNECT_TIMEOUT=60
CONNECT_POLL=6
PING="."
PIDFILE=/var/run/adsl.pid
SYNCHRONOUS=no
CLAMPMSS=1412
LCP_INTERVAL=20
LCP_FAILURE=3
PPPOE_TIMEOUT=80
FIREWALL=NONE
PPPOE_EXTRA=""
Summary of Contents for EKI-1121L
Page 1: ...User Manual EKI 1121L EKI 1122L EKI 1124L 1 2 4 port Programmable Serial Device Servers...
Page 7: ...Chapter 1 1 Introduction...
Page 10: ...EKI 1121L 1122L 1124L User Manual 4...
Page 11: ...Chapter 2 2 Getting Started...
Page 23: ...Chapter 3 3 Installation and Configuration...
Page 42: ...EKI 1121L 1122L 1124L User Manual 36...
Page 43: ...Chapter 4 4 Development Guide...
Page 48: ...EKI 1121L 1122L 1124L User Manual 42...
Page 49: ...Chapter 5 5 Troubleshooting...
Page 51: ...Appendix A A Restore the Platform Kernel...
Page 53: ...Appendix B B Erase JFFS2 File System...
Page 55: ...Appendix C C Command Collection...
Page 59: ...53 EKI 1121L 1122L 1124L User Manual Appendix C Command Collection...