Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Dec 2012 10:20:28 -0500
From:      Mike Tancsa <mike@sentex.net>
To:        Ralf Mardorf <ralf.mardorf@rocketmail.com>
Cc:        FreeBSD questions Mail List <freebsd-questions@freebsd.org>
Subject:   Re: PPPoE
Message-ID:  <50C0B7BC.40803@sentex.net>
In-Reply-To: <1354806820.2597.7.camel@q>
References:  <1354806820.2597.7.camel@q>

next in thread | previous in thread | raw e-mail | index | archive | help
On 12/6/2012 10:13 AM, Ralf Mardorf wrote:
> Hi,
> 
> how do I have to set up PPPoE?
> This doesn't work: [1]
> [rocketmouse@freebsd] /usr/home/rocketmouse# ifconfig
> re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
>         options=389b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_UCAST,WOL_MCAST,WOL_MAGIC>
>         ether 00:1e:8c:80:2a:eb
>         inet6 fe80::21e:8cff:fe80:2aeb%re0 prefixlen 64 scopeid 0x1 
>         inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255
> tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> metric 0 mtu 1492
>         options=80000<LINKSTATE>
>         inet 92.224.211.44 --> 213.191.89.25 netmask 0xffffff00 
>         Opened by PID 21614

What is not working ? you do have an IP from your provider. Is it your
default route not getting installed ?  Are you expecting nat to be working ?

After you are connected, what does
netstat -Wnra

show ?

You might also disable DHCP on re0 since its not getting an address, or
in dhclient.conf set it so it uses a default IP that does not have 0/8

	---Mike

-- 
-------------------
Mike Tancsa, tel +1 519 651 3400
Sentex Communications, mike@sentex.net
Providing Internet services since 1994 www.sentex.net
Cambridge, Ontario Canada   http://www.tancsa.com/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50C0B7BC.40803>