亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫
12下一頁
最近訪問板塊 發(fā)新帖
查看: 6696 | 回復(fù): 12
打印 上一主題 下一主題

freebsd 8.1 pppoe死活連不上網(wǎng) [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2011-05-14 16:56 |只看該作者 |倒序?yàn)g覽
新安裝的freebsd 8.1,但是pppoe死活連不上網(wǎng),特來請(qǐng)教大家

以太網(wǎng)卡標(biāo)識(shí)是em0,dhcp獲取ip,以下是/etc/ppp/ppp.conf配置
default:
   set log Phase tun command
   set device PPPoe:em0
   set speed sync
   set mru 1492
   set mtu 1492
   set ctsrts off
   set timeout 30
   disable lqr
   deny lqr
   add default HISADDR
   enable dns
adsl:
   set authname xxx
   set authkey xxx
   set dial
   set login
   set ifaddr 10.0.0.1/0 10.0.0.2/0
   nat enable yes
下面這個(gè)簡(jiǎn)單些的配置也試過,同樣不行

default:
   set log Phase tun command
adsl:
   set device PPPoE:em0:pppoe-in
   set authname xxx
   set authkey xxx
   set dial
   set login
   enable dns
   add default HISADDR

ppp -ddial adsl
下面是winXP下的網(wǎng)絡(luò)信息:
Ethernet adapter 本地連接:
        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : Intel(R) 82566MM Gigabit Network Co
nection
        Dhcp Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 172.168.168.109
        Subnet Mask . . . . . . . . . . . : 255.255.254.0
        Default Gateway . . . . . . . . . : 172.168.168.1
        DHCP Server . . . . . . . . . . . : 172.168.168.1
        DNS Servers . . . . . . . . . . . : 176.168.168.1
        Lease Obtained. . . . . . . . . . : 2011年5月14日 16:20:32
        Lease Expires . . . . . . . . . . : 2011年5月14日 17:20:32
PPP adapter 寬帶連接:
        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface
        Dhcp Enabled. . . . . . . . . . . : No
        IP Address. . . . . . . . . . . . : 12.12.12.167
        Subnet Mask . . . . . . . . . . . : 255.255.255.255
        Default Gateway . . . . . . . . . : 12.12.12.167
        DNS Servers . . . . . . . . . . . : 12.12.12.1
                                            12.12.12.1
        NetBIOS over Tcpip. . . . . . . . : Disabled

論壇徽章:
1
寅虎
日期:2013-09-29 23:15:15
2 [報(bào)告]
發(fā)表于 2011-05-14 17:00 |只看該作者
rc.conf:

  1. ppp_enable="YES"
  2. ppp_mode="ddial"
  3. ppp_nat="YES"
  4. ppp_profile="gzDSL"
復(fù)制代碼
ppp.conf:

  1. default:
  2.         set log Phase tun command
  3.         set ifaddr 10.0.0.1/0 10.0.0.2/0
  4. gzDSL:
  5.         set device PPPoE:bge1
  6.         set authname XXXXXX
  7.         set authkey 123456
  8.         set dial
  9.         set login
  10.         add default HISADDR
復(fù)制代碼

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2011-05-14 17:41 |只看該作者
請(qǐng)問congli,bge1是你以太網(wǎng)卡的標(biāo)識(shí)嗎

論壇徽章:
0
4 [報(bào)告]
發(fā)表于 2011-05-14 17:42 |只看該作者
請(qǐng)問congli,bge1是你以太網(wǎng)卡的標(biāo)識(shí)嗎

論壇徽章:
1
寅虎
日期:2013-09-29 23:15:15
5 [報(bào)告]
發(fā)表于 2011-05-14 17:48 |只看該作者
是的,是網(wǎng)卡.接ADSL貓的

論壇徽章:
0
6 [報(bào)告]
發(fā)表于 2011-05-14 18:02 |只看該作者
我照你這樣設(shè)置了,還是無法連上,愁啊

論壇徽章:
0
7 [報(bào)告]
發(fā)表于 2011-05-14 21:15 |只看該作者
原來我的也是邊不上,是因?yàn)镸AC設(shè)置的問題。不知道你的是什么問題,貼/var/log/ppp.log看看

論壇徽章:
0
8 [報(bào)告]
發(fā)表于 2011-05-14 22:29 |只看該作者
連不上網(wǎng),那日志也貼不出來呀

論壇徽章:
0
9 [報(bào)告]
發(fā)表于 2011-05-15 14:04 |只看該作者
本帖最后由 unidos 于 2011-05-15 14:05 編輯

四、網(wǎng)卡設(shè)置
1、用sysinstall命令進(jìn)入Configure菜單的[Networking/Interfaces]設(shè)置網(wǎng)絡(luò)并喚醒網(wǎng)卡,[Name server]一項(xiàng)留空就行,撥號(hào)時(shí)會(huì)自動(dòng)獲取添加;
2、設(shè)置 PPPoE
2-1-配置文件
#ee /etc/ppp/ppp.conf 修改其內(nèi)容為:
【。!注意:default和pppoe行都頂格;其他行行首都有空格,如果也頂格,系統(tǒng)會(huì)提示少了colon繼而撥號(hào)失敗,莫非原先用過冒號(hào)?】
【網(wǎng)絡(luò)是非常重要的,如果在這一關(guān)卡了,估計(jì)新手都會(huì)發(fā)瘋的】
default:
set log Phase tun command
enable dns【動(dòng)態(tài)獲取外網(wǎng)域名服務(wù)器地址】
pppoe:
set device PPPoE:em0:pppoe-in【em0是網(wǎng)卡設(shè)備名,可用ifconfig查得】
set authname ****【用戶名】
set authkey ****【撥號(hào)密碼;FB的密碼竟然還是明碼,不過這個(gè)似乎也不是很重要吧】
set dial
set login
set redial 0 0
set ifaddr 10.0.0.1/0 10.0.0.2/0【auto方式撥號(hào)必須寫的】
add default HISADDR【加入默認(rèn)路由,保存在/etc/resolv.conf文件里】

#ppp -ddial pppoe 【手動(dòng)撥號(hào)先】
2-2-開機(jī)自動(dòng)撥號(hào)設(shè)置
#ee /etc/rc.conf 添加:
ppp_enable="YES"
ppp_mode="ddial"
ppp_profile="pppoe"

論壇徽章:
0
10 [報(bào)告]
發(fā)表于 2011-05-15 14:17 |只看該作者
之前這樣設(shè)置過仍然無法聯(lián)網(wǎng)。我用U盤從FreeBSD中拷貝出了日志文件,請(qǐng)大家?guī)兔纯?br />
May 15 14:00:00  newsyslog[1614]: logfile turned over due to size>100K
May 15 14:00:01  ppp[379]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "PPPOE")
May 15 14:00:01  ppp[379]: tun0: Phase: Received NGM_PPPOE_SESSIONID
May 15 14:00:01  ppp[379]: tun0: Phase: Received NGM_PPPOE_SUCCESS
May 15 14:00:01  ppp[379]: tun0: Phase: deflink: carrier -> login
May 15 14:00:01  ppp[379]: tun0: Phase: deflink: login -> lcp
May 15 14:00:01  ppp[379]: tun0: LCP: FSM: Using "deflink" as a transport
May 15 14:00:01  ppp[379]: tun0: LCP: deflink: State change Initial --> Closed
May 15 14:00:01  ppp[379]: tun0: LCP: deflink: State change Closed --> Stopped
May 15 14:00:01  ppp[379]: tun0: LCP: deflink: RecvConfigReq(1) state = Stopped
May 15 14:00:01  ppp[379]: tun0: LCP:  AUTHPROTO[4] 0xc023 (PAP)
May 15 14:00:01  ppp[379]: tun0: LCP:  MAGICNUM[6] 0x344242dc
May 15 14:00:01  ppp[379]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
May 15 14:00:01  ppp[379]: tun0: LCP: deflink: SendConfigReq(53) state = Stopped
May 15 14:00:01  ppp[379]: tun0: LCP:  ACFCOMP[2]
May 15 14:00:01  ppp[379]: tun0: LCP:  PROTOCOMP[2]
May 15 14:00:01  ppp[379]: tun0: LCP:  ACCMAP[6] 0x00000000
May 15 14:00:01  ppp[379]: tun0: LCP:  MRU[4] 1492
May 15 14:00:01  ppp[379]: tun0: LCP:  MAGICNUM[6] 0x40277c04
May 15 14:00:01  ppp[379]: tun0: LCP: deflink: SendConfigNak(1) state = Stopped
May 15 14:00:01  ppp[379]: tun0: LCP:  MRU[4] 1492
May 15 14:00:01  ppp[379]: tun0: LCP: deflink: LayerStart
May 15 14:00:01  ppp[379]: tun0: LCP: deflink: State change Stopped --> Req-Sent
May 15 14:00:01  ppp[379]: tun0: LCP: deflink: RecvConfigReq(2) state = Req-Sent
May 15 14:00:01  ppp[379]: tun0: LCP:  AUTHPROTO[4] 0xc023 (PAP)
May 15 14:00:01  ppp[379]: tun0: LCP:  MAGICNUM[6] 0x344242dc
May 15 14:00:01  ppp[379]: tun0: LCP: deflink: SendConfigNak(2) state = Req-Sent
May 15 14:00:01  ppp[379]: tun0: LCP:  MRU[4] 1492
May 15 14:00:01  ppp[379]: tun0: LCP: deflink: RecvConfigAck(53) state = Req-Sent
May 15 14:00:01  ppp[379]: tun0: LCP:  MRU[4] 1492
May 15 14:00:01  ppp[379]: tun0: LCP:  MAGICNUM[6] 0xb9baeceb
May 15 14:00:01  ppp[379]: tun0: LCP: deflink: State change Req-Sent --> Ack-Rcvd
May 15 14:00:01  ppp[379]: tun0: Phase: Received NGM_PPPOE_CLOSE
May 15 14:00:01  ppp[379]: tun0: Phase: deflink: Device disconnected
May 15 14:00:01  ppp[379]: tun0: LCP: deflink: State change Ack-Rcvd --> Starting
May 15 14:00:01  ppp[379]: tun0: LCP: deflink: LayerFinish
May 15 14:00:01  ppp[379]: tun0: LCP: deflink: State change Starting --> Initial
May 15 14:00:01  ppp[379]: tun0: Phase: deflink: Disconnected!
May 15 14:00:01  ppp[379]: tun0: Phase: deflink: lcp -> logout
May 15 14:00:01  ppp[379]: tun0: Phase: deflink: Disconnected!
May 15 14:00:01  ppp[379]: tun0: Phase: deflink: logout -> hangup
May 15 14:00:01  ppp[379]: tun0: Phase: deflink: Connect time: 1 secs: 48 octets in, 46 octets out
May 15 14:00:01  ppp[379]: tun0: Phase: deflink: 165 packets in, 233 packets out
May 15 14:00:01  ppp[379]: tun0: Phase:  total 94 bytes/sec, peak 0 bytes/sec on Sun May 15 14:00:00 2011
May 15 14:00:01  ppp[379]: tun0: Phase: deflink: hangup -> opening
May 15 14:00:01  ppp[379]: tun0: Phase: deflink: Enter pause (3) for redialing.
May 15 14:00:01  ppp[379]: tun0: Chat: deflink: Reconnect try 54 of 0
May 15 14:00:04  ppp[379]: tun0: Chat: deflink: Redial timer expired.
May 15 14:00:04  ppp[379]: tun0: Phase: deflink: Connected!
May 15 14:00:04  ppp[379]: tun0: Phase: deflink: opening -> dial
May 15 14:00:04  ppp[379]: tun0: Phase: deflink: dial -> carrier
May 15 14:00:05  ppp[379]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "PPPOE")
May 15 14:00:05  ppp[379]: tun0: Phase: Received NGM_PPPOE_SESSIONID
May 15 14:00:05  ppp[379]: tun0: Phase: Received NGM_PPPOE_SUCCESS
May 15 14:00:05  ppp[379]: tun0: Phase: deflink: carrier -> login
May 15 14:00:05  ppp[379]: tun0: Phase: deflink: login -> lcp
May 15 14:00:05  ppp[379]: tun0: LCP: FSM: Using "deflink" as a transport
May 15 14:00:05  ppp[379]: tun0: LCP: deflink: State change Initial --> Closed
May 15 14:00:05  ppp[379]: tun0: LCP: deflink: State change Closed --> Stopped
May 15 14:00:05  ppp[379]: tun0: LCP: deflink: RecvConfigReq(1) state = Stopped
May 15 14:00:05  ppp[379]: tun0: LCP:  AUTHPROTO[4] 0xc023 (PAP)
May 15 14:00:05  ppp[379]: tun0: LCP:  MAGICNUM[6] 0x344242dc
May 15 14:00:05  ppp[379]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
May 15 14:00:05  ppp[379]: tun0: LCP: deflink: SendConfigReq(54) state = Stopped
May 15 14:00:05  ppp[379]: tun0: LCP:  ACFCOMP[2]
May 15 14:00:05  ppp[379]: tun0: LCP:  PROTOCOMP[2]
May 15 14:00:05  ppp[379]: tun0: LCP:  ACCMAP[6] 0x00000000
May 15 14:00:05  ppp[379]: tun0: LCP:  MRU[4] 1492
May 15 14:00:05  ppp[379]: tun0: LCP:  MAGICNUM[6] 0xa2bbda3d
May 15 14:00:05  ppp[379]: tun0: LCP: deflink: SendConfigNak(1) state = Stopped
May 15 14:00:05  ppp[379]: tun0: LCP:  MRU[4] 1492
May 15 14:00:05  ppp[379]: tun0: LCP: deflink: LayerStart
May 15 14:00:05  ppp[379]: tun0: LCP: deflink: State change Stopped --> Req-Sent
May 15 14:00:05  ppp[379]: tun0: LCP: deflink: RecvConfigReq(2) state = Req-Sent
May 15 14:00:05  ppp[379]: tun0: LCP:  AUTHPROTO[4] 0xc023 (PAP)
May 15 14:00:05  ppp[379]: tun0: LCP:  MAGICNUM[6] 0x344242dc
May 15 14:00:05  ppp[379]: tun0: LCP: deflink: SendConfigNak(2) state = Req-Sent
May 15 14:00:05  ppp[379]: tun0: LCP:  MRU[4] 1492
May 15 14:00:05  ppp[379]: tun0: LCP: deflink: RecvConfigRej(54) state = Req-Sent
May 15 14:00:05  ppp[379]: tun0: LCP: deflink: SendIdent(35) state = Req-Sent
May 15 14:00:05  ppp[379]: tun0: LCP:  MAGICNUM a2bbda3d
May 15 14:00:05  ppp[379]: tun0: LCP:  TEXT user-ppp 3.4.2
May 15 14:00:05  ppp[379]: tun0: LCP:  ACFCOMP[2]
May 15 14:00:05  ppp[379]: tun0: LCP:  PROTOCOMP[2]
May 15 14:00:05  ppp[379]: tun0: LCP:  ACCMAP[6] 0x00000000
May 15 14:00:05  ppp[379]: tun0: LCP: deflink: SendConfigReq(55) state = Req-Sent
May 15 14:00:05  ppp[379]: tun0: LCP:  MRU[4] 1492
May 15 14:00:05  ppp[379]: tun0: LCP:  MAGICNUM[6] 0xa2bbda3d
May 15 14:00:05  ppp[379]: tun0: Phase: Received NGM_PPPOE_CLOSE
May 15 14:00:05  ppp[379]: tun0: Phase: deflink: Device disconnected
May 15 14:00:05  ppp[379]: tun0: LCP: deflink: State change Req-Sent --> Starting
May 15 14:00:05  ppp[379]: tun0: LCP: deflink: LayerFinish
May 15 14:00:05  ppp[379]: tun0: LCP: deflink: State change Starting --> Initial
May 15 14:00:05  ppp[379]: tun0: Phase: deflink: Disconnected!
May 15 14:00:05  ppp[379]: tun0: Phase: deflink: lcp -> logout
May 15 14:00:05  ppp[379]: tun0: Phase: deflink: Disconnected!
May 15 14:00:05  ppp[379]: tun0: Phase: deflink: logout -> hangup
May 15 14:00:05  ppp[379]: tun0: Phase: deflink: Connect time: 1 secs: 48 octets in, 86 octets out
May 15 14:00:05  ppp[379]: tun0: Phase: deflink: 168 packets in, 238 packets out
May 15 14:00:05  ppp[379]: tun0: Phase:  total 134 bytes/sec, peak 0 bytes/sec on Sun May 15 14:00:04 2011
May 15 14:00:05  ppp[379]: tun0: Phase: deflink: hangup -> opening
May 15 14:00:05  ppp[379]: tun0: Phase: deflink: Enter pause (3) for redialing.
May 15 14:00:05  ppp[379]: tun0: Chat: deflink: Reconnect try 55 of 0
May 15 14:00:08  ppp[379]: tun0: Chat: deflink: Redial timer expired.
May 15 14:00:08  ppp[379]: tun0: Phase: deflink: Connected!
May 15 14:00:08  ppp[379]: tun0: Phase: deflink: opening -> dial
May 15 14:00:08  ppp[379]: tun0: Phase: deflink: dial -> carrier
May 15 14:00:09  ppp[379]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "PPPOE")
May 15 14:00:09  ppp[379]: tun0: Phase: Received NGM_PPPOE_SESSIONID
May 15 14:00:09  ppp[379]: tun0: Phase: Received NGM_PPPOE_SUCCESS
May 15 14:00:09  ppp[379]: tun0: Phase: deflink: carrier -> login
May 15 14:00:09  ppp[379]: tun0: Phase: deflink: login -> lcp
May 15 14:00:09  ppp[379]: tun0: LCP: FSM: Using "deflink" as a transport
May 15 14:00:09  ppp[379]: tun0: LCP: deflink: State change Initial --> Closed
May 15 14:00:09  ppp[379]: tun0: LCP: deflink: State change Closed --> Stopped
May 15 14:00:09  ppp[379]: tun0: LCP: deflink: RecvConfigReq(1) state = Stopped
May 15 14:00:09  ppp[379]: tun0: LCP:  AUTHPROTO[4] 0xc023 (PAP)
May 15 14:00:09  ppp[379]: tun0: LCP:  MAGICNUM[6] 0x344242dc
May 15 14:00:09  ppp[379]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
May 15 14:00:09  ppp[379]: tun0: LCP: deflink: SendConfigReq(55) state = Stopped
May 15 14:00:09  ppp[379]: tun0: LCP:  ACFCOMP[2]
May 15 14:00:09  ppp[379]: tun0: LCP:  PROTOCOMP[2]
May 15 14:00:09  ppp[379]: tun0: LCP:  ACCMAP[6] 0x00000000
May 15 14:00:09  ppp[379]: tun0: LCP:  MRU[4] 1492
May 15 14:00:09  ppp[379]: tun0: LCP:  MAGICNUM[6] 0x62a72555
May 15 14:00:09  ppp[379]: tun0: LCP: deflink: SendConfigNak(1) state = Stopped
May 15 14:00:09  ppp[379]: tun0: LCP:  MRU[4] 1492
May 15 14:00:09  ppp[379]: tun0: LCP: deflink: LayerStart
May 15 14:00:09  ppp[379]: tun0: LCP: deflink: State change Stopped --> Req-Sent
May 15 14:00:09  ppp[379]: tun0: LCP: deflink: RecvConfigReq(2) state = Req-Sent
May 15 14:00:09  ppp[379]: tun0: LCP:  AUTHPROTO[4] 0xc023 (PAP)
May 15 14:00:09  ppp[379]: tun0: LCP:  MAGICNUM[6] 0x344242dc
May 15 14:00:09  ppp[379]: tun0: LCP: deflink: SendConfigNak(2) state = Req-Sent
May 15 14:00:09  ppp[379]: tun0: LCP:  MRU[4] 1492
May 15 14:00:09  ppp[379]: tun0: LCP: deflink: RecvConfigAck(55) state = Req-Sent
May 15 14:00:09  ppp[379]: tun0: LCP:  MRU[4] 1492
May 15 14:00:09  ppp[379]: tun0: LCP:  MAGICNUM[6] 0xa2bbda3d
May 15 14:00:09  ppp[379]: tun0: LCP: deflink: State change Req-Sent --> Ack-Rcvd
May 15 14:00:09  ppp[379]: tun0: LCP: deflink: RecvConfigRej(55), dropped (expected 56)
May 15 14:00:09  ppp[379]: tun0: Phase: Received NGM_PPPOE_CLOSE
May 15 14:00:09  ppp[379]: tun0: Phase: deflink: Device disconnected
May 15 14:00:09  ppp[379]: tun0: LCP: deflink: State change Ack-Rcvd --> Starting
May 15 14:00:09  ppp[379]: tun0: LCP: deflink: LayerFinish
May 15 14:00:09  ppp[379]: tun0: LCP: deflink: State change Starting --> Initial
May 15 14:00:09  ppp[379]: tun0: Phase: deflink: Disconnected!
May 15 14:00:09  ppp[379]: tun0: Phase: deflink: lcp -> logout
May 15 14:00:09  ppp[379]: tun0: Phase: deflink: Disconnected!
May 15 14:00:09  ppp[379]: tun0: Phase: deflink: logout -> hangup
May 15 14:00:09  ppp[379]: tun0: Phase: deflink: Connect time: 1 secs: 64 octets in, 46 octets out
May 15 14:00:09  ppp[379]: tun0: Phase: deflink: 172 packets in, 241 packets out
May 15 14:00:09  ppp[379]: tun0: Phase:  total 110 bytes/sec, peak 0 bytes/sec on Sun May 15 14:00:08 2011
May 15 14:00:09  ppp[379]: tun0: Phase: deflink: hangup -> opening
May 15 14:00:09  ppp[379]: tun0: Phase: deflink: Enter pause (3) for redialing.
May 15 14:00:09  ppp[379]: tun0: Chat: deflink: Reconnect try 56 of 0
May 15 14:00:12  ppp[379]: tun0: Chat: deflink: Redial timer expired.
May 15 14:00:12  ppp[379]: tun0: Phase: deflink: Connected!
May 15 14:00:12  ppp[379]: tun0: Phase: deflink: opening -> dial
May 15 14:00:12  ppp[379]: tun0: Phase: deflink: dial -> carrier
May 15 14:00:13  ppp[379]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "PPPOE")
May 15 14:00:13  ppp[379]: tun0: Phase: Received NGM_PPPOE_SESSIONID
May 15 14:00:13  ppp[379]: tun0: Phase: Received NGM_PPPOE_SUCCESS
May 15 14:00:13  ppp[379]: tun0: Phase: deflink: carrier -> login
May 15 14:00:13  ppp[379]: tun0: Phase: deflink: login -> lcp
May 15 14:00:13  ppp[379]: tun0: LCP: FSM: Using "deflink" as a transport
May 15 14:00:13  ppp[379]: tun0: LCP: deflink: State change Initial --> Closed
May 15 14:00:13  ppp[379]: tun0: LCP: deflink: State change Closed --> Stopped
May 15 14:00:13  ppp[379]: tun0: LCP: deflink: RecvConfigReq(1) state = Stopped
May 15 14:00:13  ppp[379]: tun0: LCP:  AUTHPROTO[4] 0xc023 (PAP)
May 15 14:00:13  ppp[379]: tun0: LCP:  MAGICNUM[6] 0x980702dc
May 15 14:00:13  ppp[379]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
May 15 14:00:13  ppp[379]: tun0: LCP: deflink: SendConfigReq(56) state = Stopped
May 15 14:00:13  ppp[379]: tun0: LCP:  ACFCOMP[2]
May 15 14:00:13  ppp[379]: tun0: LCP:  PROTOCOMP[2]
May 15 14:00:13  ppp[379]: tun0: LCP:  ACCMAP[6] 0x00000000
May 15 14:00:13  ppp[379]: tun0: LCP:  MRU[4] 1492
May 15 14:00:13  ppp[379]: tun0: LCP:  MAGICNUM[6] 0x7e6ac7a5
May 15 14:00:13  ppp[379]: tun0: LCP: deflink: SendConfigNak(1) state = Stopped
May 15 14:00:13  ppp[379]: tun0: LCP:  MRU[4] 1492
May 15 14:00:13  ppp[379]: tun0: LCP: deflink: LayerStart
May 15 14:00:13  ppp[379]: tun0: LCP: deflink: State change Stopped --> Req-Sent
May 15 14:00:13  ppp[379]: tun0: LCP: deflink: RecvConfigRej(56) state = Req-Sent
May 15 14:00:13  ppp[379]: tun0: LCP: deflink: SendIdent(36) state = Req-Sent
May 15 14:00:13  ppp[379]: tun0: LCP:  MAGICNUM 7e6ac7a5
May 15 14:00:13  ppp[379]: tun0: LCP:  TEXT user-ppp 3.4.2
May 15 14:00:13  ppp[379]: tun0: LCP:  ACFCOMP[2]
May 15 14:00:13  ppp[379]: tun0: LCP:  PROTOCOMP[2]
May 15 14:00:13  ppp[379]: tun0: LCP:  ACCMAP[6] 0x00000000
May 15 14:00:13  ppp[379]: tun0: LCP: deflink: SendConfigReq(57) state = Req-Sent
May 15 14:00:13  ppp[379]: tun0: LCP:  MRU[4] 1492
May 15 14:00:13  ppp[379]: tun0: LCP:  MAGICNUM[6] 0x7e6ac7a5
May 15 14:00:13  ppp[379]: tun0: LCP: deflink: RecvTerminateReq(2) state = Req-Sent
May 15 14:00:13  ppp[379]: tun0: LCP: deflink: SendTerminateAck(2) state = Req-Sent
May 15 14:00:13  ppp[379]: tun0: Phase: Received NGM_PPPOE_CLOSE
May 15 14:00:13  ppp[379]: tun0: Phase: deflink: Device disconnected
May 15 14:00:13  ppp[379]: tun0: LCP: deflink: State change Req-Sent --> Starting
May 15 14:00:13  ppp[379]: tun0: LCP: deflink: LayerFinish
May 15 14:00:13  ppp[379]: tun0: LCP: deflink: State change Starting --> Initial
May 15 14:00:13  ppp[379]: tun0: Phase: deflink: Disconnected!

這是日志文件的附件 ppp.rar (12.84 KB, 下載次數(shù): 28)
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP