Serial port
Configure PPP dial-in mode
IX10 User Guide
175
n
None
: No authentication is required.
n
Automatic
: Attempt to authenticate using CHAP first, and then PAP.
n
CHAP
: Use Challenge Handshake Authentication Protocol (CHAP) to authenticate.
n
PAP
: Use Password Authentication Protocol (PAP) to authenticate.
If Automatic, CHAP, or PAP are selected, type the
Username
and
Password
used to
authenticate the remote peer.
13. For
Metric
, set the priority of routes associated with this interface. If there are multiple active
routes that match a destination, then the route with the lowest metric will be used.
14. For
Zone
, select the firewall zone for this interface. This can be used by packet filtering rules
and access control lists to restrict network traffic on this interface.
15. (Optional) Configure the serial port to use a custom PPP configuration file:
a. Click to expand
Custom PPP configuration
.
b. Click
Enable
to enable the use of a custom PPP configuration file.
c. Click
Override
to override the default PPP configuration and only use the custom
configuration file.
If
Override
is not enabled, the custom PPP configuration file is used in addition to the
default configuration.
d. For
Configuration file
, paste or type the configuration data in the format of a pppd
options file.
16. (Optional) Configure a script that will be run to prepare the link before PPP negotiations are
started:
a. Click to expand
Connect script
.
b. Click
Enable
to enable the use of a connection script.
c. For
Connect script filename
, type the name of the script. Scripts are located in the
/etc/config/serial directory. An example script, windows_dun.sh is provided.
Example windows_dun.sh file:
#!/bin/sh
# Example connect script for connecting from a PC using a Windows
dial-up
# networking connection with built-in standard 33600 bps modem driver
and phone
# number 123.
# The shell's 'read' builtin breaks on newline, so translate incoming
carriage-
# return to newline, and outgoing newline to carriage-return-newline.
stty icrnl onlcr opost
# Read input from the serial port, one line at a time.
while read -r line; do
case "$line" in
ATDT123)
echo "CONNECT" # instruct the peer to start PPP
Содержание IX10
Страница 1: ...IX10 User Guide User Guide Firmware version 22 5 ...
Страница 444: ...Services Simple Network Management Protocol SNMP IX10 User Guide 444 The SNMP page is displayed 4 Click Download ...
Страница 740: ...Monitoring This chapter contains the following topics intelliFlow 741 Configure NetFlow Probe 748 IX10 User Guide 740 ...
Страница 823: ...Command line interface Execute a command from the web interface IX10 User Guide 823 The Admin CLI prompt appears ...
Страница 849: ...Command line interface Command line reference IX10 User Guide 849 Parameters None ...
Страница 858: ...Command line interface Command line reference IX10 User Guide 858 reboot Reboot the system Parameters None ...