/dev/null 2>&1 debian:~# pppoe-s" />
红联Linux门户
Linux帮助

关于jerry在做pppoe服务器时,遇到的若干问题

发布时间:2008-09-06 00:02:43来源:红联作者:jerry27763
本人想做一下pppoe服务器,遇到目前问题,希望会的朋友帮助一下!谢谢
debian:~# pppoe-start
................TIMED OUT
/usr/sbin/pppoe-start: line 191: 478 Terminated $CONNECT "$@" >/dev/null 2>&1
debian:~# pppoe-status
pppoe-status: Link is down (can't read pppoe PID file /var/run/pppoe.conf-pppoe.pid.pppoe)
debian:/# ifconfig
eth0 Link encap:Ethernet HWaddr 00:30:1B:1D:36:2C
inet6 addr: fe80::230:1bff:fe1d:362c/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:106 errors:0 dropped:0 overruns:0 frame:0
TX packets:137 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6720 (6.5 KiB) TX bytes:11898 (11.6 KiB)
Interrupt:201 Base address:0xc400

eth1 Link encap:Ethernet HWaddr 00:E0:4C:38:D4:21
inet addr:192.168.0.3 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::2e0:4cff:fe38:d421/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3194 errors:0 dropped:0 overruns:0 frame:0
TX packets:2867 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:272710 (266.3 KiB) TX bytes:324473 (316.8 KiB)
Interrupt:177 Base address:0xc000
debian:/# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet static
address 192.168.0.3
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
#gateway 192.168.0.4
--
文章评论

共有 0 条评论