Results 1 to 2 of 2
Hi
I would like to install Debian 3.1 on my comp but I have a problem
I inserted the netinstall CD, installed base system. Restarted computer. Then when I come ...
- 08-12-2006 #1Just Joined!
- Join Date
- Aug 2006
- Posts
- 5
Desperately need help!!
Hi
I would like to install Debian 3.1 on my comp but I have a problem
I inserted the netinstall CD, installed base system. Restarted computer. Then when I come to the Apt configuration I prassed ctrl+alt+f2 loged in and run pppoeconf.
Now I choose apt method ftp, and gives me
>> Temporary failure resolving ftp.debian.org <<
plog gives me:
date time localhost pppd[1658]: Couldn`t increse MRU to 1500
date time localhost pppd[1658]: CHAP authentication succeeded
date time localhost pppd[1658]: peer from calling number 00:15:56:25:65:44 authorized
date time localhost pppd[1658]: not replacing default route to eth0 [192.168.2.1]
date time localhost pppd[1658]: Cannot determine ethernet address for proxy ARP
date time localhost pppd[1658]: local IP address 193.77.50.107
date time localhost pppd[1658]: local IP address 213.250.19.90
date time localhost pppd[1658]: primary DNS address 193.189.160.23
date time localhost pppd[1658]: secondary DNS address 193.189.160.13
ifconfig:
eth0
inet addr:12.168.2.11 Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:616 errors:0 dropped:0 overruns:0 frame:0
TX packets:167 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:79026 (77.1 KiB) TX bytes:8750 (8.5 Kib)
interrupt:10 Base address:0xe480
ppp0
inet addr:193.77.50.107 P-t-P:213.250.19.90 Mask:255.255.255.0
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metrix:1
RX packets:496 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:58106 (56.7 KiB) TX bytes:306 (306.0 b)
I would really appreciate some advice cause I'm totally lost. Thanx a lot!
- 08-12-2006 #2
What kind of internet connection do you have? Cable modem? DSL modem? Dial-up over a phone?
Are you sure you need pppoe (PPP over Ethernet)? Even if your DSL provider uses it, it's probably transparent to you.
But if you do need pppoe, notice a couple things from the log:
- CHAP authentication succeeded - apparently you got logged in
- not replacing default route to eth0 [192.168.2.1] - your default route isn't ppp0
You can experiment with these commands (replace the IP address with the one your PPPoE link is connected to):Code:route del default route add default gw 213.250.19.90


Reply With Quote
