日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 综合教程 >内容正文

综合教程

Linux下pppoe客户端拔号--pppoe-setup

發布時間:2024/6/21 综合教程 40 生活家
生活随笔 收集整理的這篇文章主要介紹了 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調制解調器的接口,我這里配置了橋接,所以用的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):
#按需連接還是持續連接,no為持續連接

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設置,為空則使用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

注:沒有設置開機自動拔號的話,每次啟動系統后都要手動拔一次ifup ppp0或pppoe-start

總結

以上是生活随笔為你收集整理的Linux下pppoe客户端拔号--pppoe-setup的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。