저도 초보지만.. 약간의 도움이 되길바라며...
내용중에 lsmod했을때, pppox가 로딩돼어져 있어야 인터넷이 됩니다.
그리고, 게이트웨이는 설정 안해도 됩니다.
#modprobe pppox (pppoe 설치하면 됩니다.)
#lsmod
::
pppox..어쩌구저쩌구.
::
그 다음에는,
#pppoed start -- 인터넷 연결
#ifconfig
eh0 xxxxxxxxxxx
lo xxxxxxxxxxxx
pppd xxxxxxxxxx
-끝-
: 아무리 해봐도 무엇이 문제인지 모르겠습니다.
: 도와주세요 -.-;;
:
: 아래는 제가 커널컴파일하고 pppoed 컴파일하고
: modprobe ne2k-pci하고 ifconfig eth0 up 후에 pppoed -I eth0 을
: 했는데 안되서 나오는것들을 그대로 옮겨 봤습니다.
: 여기보시고 모가 문제인지좀 알려주세요~~
:
:
: 커널 2.2.12-kr 알짜리눅스 6.1 pppoed-0.47
:
: [root@localhost /root]# ifconfig
: eth0 Link encap:Ethernet HWaddr 00:C0:26:E0:2D:73
: UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
: RX packets:5 errors:0 dropped:0 overruns:0 frame:0
: TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
: collisions:0 txqueuelen:100
: Interrupt:10 Base address:0x9400
:
: lo Link encap:Local Loopback
: inet addr:127.0.0.1 Mask:255.0.0.0
: UP LOOPBACK RUNNING MTU:3924 Metric:1
: RX packets:0 errors:0 dropped:0 overruns:0 frame:0
: TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
: collisions:0 txqueuelen:0
:
:
: [root@localhost /root]# lsmod
: Module Size Used by
: ne2k-pci 4448 1
: 8390 5920 0 [ne2k-pci]
: snd-card-trident 2524 0 (autoclean)
: snd-trident 14548 0 (autoclean) [snd-card-trident]
: snd-pcm 29784 0 (autoclean) [snd-trident]
: snd-timer 8448 0 (autoclean) [snd-pcm]
: snd-ac97-codec 22752 0 (autoclean) [snd-trident]
: snd-mixer 27056 0 (autoclean) [snd-trident snd-ac97-codec]
: nls_euc-kr 141796 2 (autoclean)
: nls_cp949 3812 2 (autoclean)
: snd-mpu401-uart 1916 0 (autoclean) [snd-card-trident snd-trident]
: snd-rawmidi 9432 0 (autoclean) [snd-mpu401-uart]
: snd-seq-device 3080 0 (autoclean) [snd-trident snd-rawmidi]
: snd 35692 1 (autoclean) [snd-card-trident snd-trident snd-pcm snd-timer snd-ac97-cod
: ec snd-mixer snd-mpu401-uart snd-rawmidi snd-seq-device] soundcore 2372 2 (autoclean) [snd]
:
:
: [root@localhost /etc]# cat /etc/hosts
: 127.0.0.1 localhost.localdomain localhost
:
:
: [root@localhost /etc]# cat /etc/resolv.conf
: nameserver 168.126.63.1
:
: [root@localhost sysconfig]# cat /etc/sysconfig/network
: NETWORKING=yes
: FORWARD_IPV4=false
: HOSTNAME=localhost.localdomain
: GATEWAY=
:
: [root@localhost network-scripts]# ls /etc/sysconfig/network-scripts
: ifcfg-lo* ifdown@ ifup@ ifup-post* network-functions
: ifcfg-lo.bak* ifdown-post* ifup-aliases* ifup-ppp*
: ifcfg-ppp0 ifdown-ppp* ifup-ipx* ifup-routes*
: ifcfg-ppp1 ifdown-sl* ifup-plip* ifup-sl*
:
: [root@localhost network-scripts]# cat /etc/sysconfig/network-scripts/ifcfg-lo
: DEVICE=lo
: IPADDR=192.168.1.1
: NETMASK=255.0.0.0
: NETWORK=192.168.1.0
: # If you're having problems with gated making 127.0.0.0/8 a martian,
: # you can change this to something else (255.255.255.255, for example)
: BROADCAST=192.255.255.255
: ONBOOT=yes
: NAME=loopback
:
: --
: 이 곳에 서명을 적어주십시오.
: 인터넷좀 하구파...