pppoe on pure64 sid
I just got done installing pure64 on my new box, kde3.3, mozilla,
everything works smooth, except that I can't get on the internet,
which is strange because I did a netinstall. During the install I was
able to set up pppoe, and then that's how I downloaded the whole
system. Let aptitude run all night basically.
Well, after a couple of reboots, it won't work anymore. More precisely
after I do pon dsl-provider here is what ifconfig says.
eth1 Lien encap:Ethernet HWaddr 00:11:09:7C:9D:A5
adr inet6: fe80::211:9ff:fe7c:9da5/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5256 errors:0 dropped:0 overruns:0 frame:0
TX packets:2884 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:358232 (349.8 KiB) TX bytes:101777 (99.3 KiB)
Interruption:10 Adresse de base:0x7000
lo Lien encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:678 errors:0 dropped:0 overruns:0 frame:0
TX packets:678 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:45068 (44.0 KiB) TX bytes:45068 (44.0 KiB)
ppp0 Lien encap:Protocole Point-à-Point
inet adr:83.113.225.163 P-t-P:193.253.160.3 Masque:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:7 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:3
RX bytes:246 (246.0 b) TX bytes:54 (54.0 b)
Here's what route gives
Table de routage IP du noyau
Destination Passerelle Genmask Indic Metric Ref Use Iface
193.253.160.3 * 255.255.255.255 UH 0 0 0 ppp0
default 193.253.160.3 0.0.0.0 UG 0 0 0 ppp0
Here's what ps aux | grep ppp gives
root 13928 0.0 0.3 14984 1592 ? Ss 17:16 0:00
/usr/sbin/pppd call dsl-provider
root 14250 0.0 0.1 5152 836 pts/1 R+ 17:18 0:00 grep ppp
Here's what plog gives
Nov 19 17:19:08 localhost pppd[14302]: Couldn't increase MRU to 1500
Nov 19 17:19:08 localhost pppd[14302]: Couldn't increase MRU to 1500
Nov 19 17:19:08 localhost pppd[14302]: CHAP authentication succeeded
Nov 19 17:19:08 localhost pppd[14302]: peer from calling number
00:90:1A:41:04:2E authorized
Nov 19 17:19:08 localhost pppd[14302]: Cannot determine ethernet
address for proxy ARP
Nov 19 17:19:08 localhost pppd[14302]: local IP address 81.251.89.62
Nov 19 17:19:08 localhost pppd[14302]: remote IP address 193.253.160.3
Nov 19 17:19:08 localhost pppd[14302]: primary DNS address 80.10.246.130
Nov 19 17:19:08 localhost pppd[14302]: secondary DNS address 80.10.246.3
What is very strange is that I can ping stuff, but only by IP address.
For example ping www.google.com doesn't work. Also kmail and mozilla
won't connect to anything.
Here's my interfaces file
# The loopback network interface
auto lo
iface lo inet loopback
Here is my /etc/ppp/peers/dsl-provider file
# Configuration file for PPP, using PPP over Ethernet
# to connect to a DSL provider.
#
# See the manual page pppd(8) for information on all the options.
##
# Section 1
#
# Stuff to configure...
# MUST CHANGE: Uncomment the following line, replacing the user@provider.net
# by the DSL user name given to your by your DSL provider.
# (There should be a matching entry in /etc/ppp/pap-secrets with the password.)
#user myusername@myprovider.net
# Use the pppoe program to send the ppp packets over the Ethernet link
# This line should work fine if this computer is the only one accessing
# the Internet through this DSL connection. This is the right line to use
# for most people.
#pty "/usr/sbin/pppoe -I eth1 -T 80 -m 1452"
# An even more conservative version of the previous line, if things
# don't work using -m 1452...
pty "/usr/sbin/pppoe -I eth1 -T 80 -m 1412"
# If the computer connected to the Internet using pppoe is not being used
# by other computers as a gateway to the Internet, you can try the following
# line instead, for a small gain in speed:
#pty "/usr/sbin/pppoe -I eth0 -T 80"
# The following two options should work fine for most DSL users.
# Assumes that your IP address is allocated dynamically
# by your DSL provider...
noipdefault
# Try to get the name server addresses from the ISP.
usepeerdns
# Use this connection as the default route.
# Comment out if you already have the correct default route installed.
defaultroute
##
# Section 2
#
# Uncomment if your DSL provider charges by minute connected
# and you want to use demand-dialing.
#
# Disconnect after 300 seconds (5 minutes) of idle time.
#demand
#idle 300
##
# Section 3
#
# You shouldn't need to change these options...
hide-password
lcp-echo-interval 20
lcp-echo-failure 3
# Override any connect script that may have been set in /etc/ppp/options.
connect /bin/true
noauth
persist
mtu 1492
# RFC 2516, paragraph 7 mandates that the following options MUST NOT be
# requested and MUST be rejected if requested by the peer:
# Address-and-Control-Field-Compression (ACFC)
noaccomp
# Asynchronous-Control-Character-Map (ACCM)
default-asyncmap
plugin rp-pppoe.so eth1
user "fti/q9tdaep@fti"
I am stumped. Please help.
Alex Cabuz.
Reply to: