30
Network Feature | Korenix
NOTE
If WAN interface use PPPOE to connect to ISP, use
ppp0
interface
instead of WAN port.
To save current setting of iptables to a file, use the following command:
iptables-save > /etc/iptables-rules
To restore the previous saved file, use the following command:
iptables-restore /etc/iptables-rules
4-8
Dail-up Service
Service name
pppd
Description
Point-to-Point Protocol Daemon
Config files
/etc/options
/etc/pap-secrets
/etc/chap-secrets
Start file
Start command
Stop command
Support command
pppd
chat
pppdump
Default
down
PPP (Point to Point Protocol) is used to run IP (Internet Protocol) and other network protocols
over a serial link. PPP can be used for direct serial connections (using a null-modem cable) over
a Telnet link, and links established using a modem over a telephone line. Usually pppd is called
by other daemon, like PPPoE, PPTP, and Wvdial.
4-9
PPPoE
Service name
pppoe
Description
Point-to-Point Protocol over ethernet
Config files
/etc/ppp/pppoe.conf
Start file