Linux下pppoe客户端拔号--pppoe-setup
Linux下pppoe客戶端拔號--pppoe-setup
root@jlive:~#pppoe-setup
Welcome to the PPPoE client setup. First, I will
run some checks on
your system to make sure the PPPoE client is installed
properly...
The following DSL config was found on your system:
Device:
Name:
ppp0
DSLppp0
Please enter the device if you want to configure the present DSL
config
(default ppp0) or enter 'n' if you want to create a new
one:
#拔號接口名
LOGIN NAME
Enter your Login Name (default 8280):
#ISP(電信,長城等)提供的用戶名
INTERFACE
Enter the Ethernet interface connected to the PPPoE modem
For Solaris, this is likely to be something like /dev/hme0.
For Linux, it will be ethX, where 'X' is a number.
(default br0):
#連接到PPPoE調(diào)制解調(diào)器的接口,我這里配置了橋接,所以用的br0
Do you want the link to come up on demand, or stay up
continuously?
If you want it to come up on demand, enter the idle time in
seconds
after which the link should be dropped. If you
want the link to
stay up permanently, enter 'no' (two letters, lower-case.)
NOTE: Demand-activated links do not interact well with dynamic
IP
addresses. You may have some problems with
demand-activated links.
Enter the demand value (default no):
#按需連接還是持續(xù)連接,no為持續(xù)連接
DNS
Please enter the IP address of your ISP's primary DNS server.
If your ISP claims that 'the server will provide dynamic DNS
addresses',
enter 'server' (all lower-case) here.
If you just press enter, I will assume you know what you are
doing and not modify your DNS setup.
Enter the DNS information here:
#DNS設(shè)置,為空則使用ISP提供的DNS
PASSWORD
Please enter your Password:
Please re-enter your Password:
#拔號密碼
USERCTRL
Please enter 'yes' (three letters, lower-case.) if you want to
allow
normal user to start or stop DSL connection (default
yes):
#是否允許普通用戶拔號
FIREWALLING
Please choose the firewall rules to use. Note
that these rules are
very basic. You are strongly encouraged to use a
more sophisticated
firewall setup; however, these will provide basic
security. If you
are running any servers on your machine, you must choose 'NONE'
and
set up firewalling yourself. Otherwise, the
firewall rules will deny
access to all standard servers like Web, e-mail, ftp,
etc. If you
are using SSH, the rules will block outgoing SSH connections
which
allocate a privileged source port.
The firewall choices are:
0 - NONE: This script will not set any firewall
rules. You are responsible
for ensuring the security of your machine. You
are STRONGLY
recommended to use some kind of firewall rules.
1 - STANDALONE: Appropriate for a basic stand-alone web-surfing
workstation
2 - MASQUERADE: Appropriate for a machine acting as an Internet
gateway
for a LAN
Choose a type of firewall (0-2): 0
#防火墻配置
Start this connection at boot time
Do you want to start this connection at boot time?
Please enter no or yes (default no):
** Summary of what you entered **
Ethernet Interface: br0
User
name:
8280
Activate-on-demand: No
DNS:
Do not adjust
Firewalling:
NONE
User
Control:
yes
Accept these settings and adjust configuration files (y/n)?
root@jlive:~#ifconfig ppp0
ppp0: flags=4305 mtu 1492
inet 10.0.0.37 netmask
255.255.255.255 destination 10.0.0.1
ppp txqueuelen 3
(Point-to-Point Protocol)
RX packets 2767 bytes 1243954 (1.1 MiB)
RX errors 0 dropped 0 overruns
0 frame 0
TX packets 3885 bytes 773951 (755.8 KiB)
TX errors 0 dropped 0 overruns
0 carrier 0 collisions 0
root@jlive:~#pppoe-status
pppoe-status: Link is up and running on interface ppp0
8: ppp0: mtu 1492 qdisc pfifo_fast state UNKNOWN qlen 3
link/ppp
inet
10.0.0.37 peer 10.0.0.1/32 scope global ppp0
valid_lft forever preferred_lft forever
注:沒有設(shè)置開機(jī)自動拔號的話,每次啟動系統(tǒng)后都要手動拔一次ifup ppp0或pppoe-start
總結(jié)
以上是生活随笔為你收集整理的Linux下pppoe客户端拔号--pppoe-setup的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 商城数据库表设计介绍
- 下一篇: redis教程(Mac)