:
: 설마 진짜로 nameserver 를 0.0.0.0 으로 한건 아니겠죠???
:
: 혹시나 해서.... <font color=red> 168.126.63.1, 168.126.63.2 썼어요</font>
:
:
:
:
: : 한국통신 adsl<와우리눅스 7.0을 설치>
: :
: : 1. adsl-setup으로 설정
: : 2. adsl-start 를 하면 .Connected!
: : 3. ping 168.126.63.1 을 하면
: : warning :no SO_TIMESTAMP support, falling back to SIOCGSTAMP
: : ping 168.126.63.1(168.126.63.1) from 10.0.0.2 : 56(84) bytes of data
: : 4. 그래서 ping 10.0.0.2 하면 됩니다.
: : 5. ifconfig 하면
: : eth0 Link encap:Ethernet HWaddr 00:01:01:02:df:bf
: : inet addr:10.0.0.2 Bcast:10.255.255.255 Mask:255.0.0.0
: : UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
: : RX packets:14531 errors:0 dropped:0 overruns:0 frame:0
: : TX packets:1133 errors:0 dropped:0 overruns:0 carrier:0
: : collisions:32 txqueuelen:100
: : Interrupt:10 Base address:0x300
: :
: : 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:3176 errors:0 dropped:0 overruns:0 frame:0
: : TX packets:3176 errors:0 dropped:0 overruns:0 carrier:0
: : collisions:0 txqueuelen:0
: :
: : ppp0 line encap point-to-point protocal
: : inet addr :211.107.249.192 p-t-p:211/195.28.3
: : mask 255.255.255.255
: : 생략
: :
: : 5. 네스케이프를 띄워 도메인을 써넣고 연결하면
: : 네스메이프가 서버를 찾을 수 없습니다.
: : 이 서버는 DNS 항목을 갖고 있지 않습니다.
: : URL에 있는 서버 이름을 확인한 후 다시 시도하십시오
: : 라는 메시지가 나옵니다.
: : 어떤 설정이 잘 못 되었는지 초짜로서는 답답할 따름입니다.
: :
: : <font color=blue> <jeeper님의 도움말씀></font>
: :
: : vi 편집기로 /etc/sysconfig/ network 파일을 편집합니다.
: : 위 파일중에 GATEWAY라는 항목이 있으면 그 줄을 지우세요..
: :
: : pico /etc/sysconfig/ network
: : <font color=red>networking=yes
: : hostname=localhost. localdomain 만 나옵니다.</font>
: :
: :
: : <font color=red>게이트웨이라는 항목이 없어욤</font>
: :
: : 다음 /etc/resolv.conf 파일을 편집합니다. 다음과 같이 써주세요
: :
: : pico /etc/resolv.conf
: : nameserver 168.126.63.1
: : nameserver 168.126.63.2
: :
: : pico /etc/resolv.conf 하면
: :
: : search localhost localdomain
: : nameserver 0.0.0.0
: : 위 0.0.0.0 에 쓰고 저장하고 컴 껐다 켜면 없어지고
: : search localhost localdomain
: : nameserver 0.0.0.0 와 같이 나와요
: :
: : <font color=red> 네임서버 썼어욤</font>
: :
: :
: : 저장을 하시고 /etc/rc.d/init.d
: :
: : /network restart 해서 network 를 다시 시작합니다.
: : 하면 bash: /etc/rc.d/init.dnetwork: 그런파일이나 디렉토리가 없습니다. 라고 나오네요.
: : <font color=red> 위와 같이 하고 reboot하나요 어떻게 하는지 잘 모르겠어요</font>
: : vi /etc/ppp/options 하셔서 name 또는 userid에 자신의 아이디가 맞게 써졌는지 확인하십시요.
: : <font color=red> vi /etc/ppp/options 하면
: : lock 만 나오는데 어떻게 고치나염</font>
: :
: :
: : 다음 /etc/ppp/pap-secrets
: : 파일에 자신의 아이디와 패스워드가
: : 제대로 써져있는지 확인하십시요.
: : <font color=red> 올바르게 써 있어요</font>