![Advantech EKI-1121L Скачать руководство пользователя страница 40](http://html1.mh-extra.com/html/advantech/eki-1121l/eki-1121l_user-manual_2858303040.webp)
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=""
Содержание EKI-1121L
Страница 1: ...User Manual EKI 1121L EKI 1122L EKI 1124L 1 2 4 port Programmable Serial Device Servers...
Страница 7: ...Chapter 1 1 Introduction...
Страница 10: ...EKI 1121L 1122L 1124L User Manual 4...
Страница 11: ...Chapter 2 2 Getting Started...
Страница 14: ...EKI 1121L 1122L 1124L User Manual 8 Figure 2 3 Back View of EKI 1121L Figure 2 4 Top View of EKI 1121L...
Страница 16: ...EKI 1121L 1122L 1124L User Manual 10 Figure 2 7 Back View of EKI 1122L Figure 2 8 Top View of EKI 1122L...
Страница 18: ...EKI 1121L 1122L 1124L User Manual 12 Figure 2 11 Back View of EKI 1124L Figure 2 12 Top View of EKI 1224L...
Страница 23: ...Chapter 3 3 Installation and Configuration...
Страница 42: ...EKI 1121L 1122L 1124L User Manual 36...
Страница 43: ...Chapter 4 4 Development Guide...
Страница 48: ...EKI 1121L 1122L 1124L User Manual 42...
Страница 49: ...Chapter 5 5 Troubleshooting...
Страница 51: ...Appendix A A Restore the Platform Kernel...
Страница 53: ...Appendix B B Erase JFFS2 File System...
Страница 55: ...Appendix C C Command Collection...
Страница 59: ...53 EKI 1121L 1122L 1124L User Manual Appendix C Command Collection...