Kernel-mode PPPoE problem in OpenBSD 4.1 Sparc64
- From: Nigel <idont@xxxxxxx>
- Date: Sun, 13 May 2007 12:44:04 -0400
Hi,
I have some problems setting up kernel-mode PPPoE in OpenBSD 4.1
Sparc64... I haven't worked much with Unix... I tried userland pppoe
and it worked but I had huge performance problems in Azureus and
Newsleecher when I use both at the same time, I read that using
kernel-mode pppoe might solve my problem... I set up everything like
they say in the man page (man 4 pppoe) but things still don't work...
Here is the output of ifconfig:
hme0: flags=8863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST>
mtu 1500
lladdr 08:00:20:c2:fe:e4
media: Ethernet autoselect (100baseTX full-duplex)
status: active
inet6 fe80::a00:20ff:fec2:fee4%hme0 prefixlen 64 scopeid 0x1
pflog0: flags=0<> mtu 33192
enc0: flags=0<> mtu 1536
pppoe0: flags=8851<UP,POINTOPOINT,RUNNING,SIMPLEX,MULTICAST> mtu 1492
dev: hme0 state: session
sid: 0x1913 PADI retries: 0 PADR retries: 0 time: 00:36:31
sppp: phase network authproto pap authname "xxxxxxxxx"
groups: pppoe
inet6 fe80::a00:20ff:fec2:fee4%pppoe0 -> prefixlen 64 scopeid
0x6
inet 70.55.121.239 --> 0.0.0.1 netmask 0xffffffff
As you can see there is an IP address in the pppoe0: section so I
guess a connection is made, but when I try to ping the nameserver of
my ISP or open a website in Lynx it don't work... A thing I noticed is
that the pppoe0 IP address seem to change regularly, sometimes every
45 seconds sometimes every hours...
Here are my configuration files:
# cat sysctl.conf
# $OpenBSD: sysctl.conf,v 1.42 2007/02/15 20:43:33 reyk Exp $
#
# This file contains a list of sysctl options the user wants set at
# boot time. See sysctl(3) and sysctl(8) for more information on
# the many available variables.
#
net.inet.ip.forwarding=1 # 1=Permit forwarding (routing) of
IPv4 packets
# cat hostname.pppoe0
inet 0.0.0.0 255.255.255.255 NONE \
pppoedev hme0 authproto pap \
authname 'xxxxxxxx' authkey 'xxxxxxxx' up
dest 0.0.0.1
!/sbin/route add default -ifp pppoe0 0.0.0.1
#
# cat hostname.hme0
up
#
There is nothing about pppoe: in /var/log/messages ...
My machine is a Sun Ultra 10 440Mhz with 640Mo RAM.
There isn't much documentation on the internet about OpenBSD
kernel-mode pppoe so any help would be appreciated...
.
- Follow-Ups:
- Re: Kernel-mode PPPoE problem in OpenBSD 4.1 Sparc64
- From: Nigel
- Re: Kernel-mode PPPoE problem in OpenBSD 4.1 Sparc64
- From: Raphael Mazelier
- Re: Kernel-mode PPPoE problem in OpenBSD 4.1 Sparc64
- Prev by Date: Re: syslog server
- Next by Date: Re: Kernel-mode PPPoE problem in OpenBSD 4.1 Sparc64
- Previous by thread: Setting up Proxies
- Next by thread: Re: Kernel-mode PPPoE problem in OpenBSD 4.1 Sparc64
- Index(es):
Relevant Pages
|
|