PPPoE without IPv6

2018-09-05 Thread Mario Theodoridis
Hi everyone, i'm having a bit of a hard time trying to connect to my ISP (Stiegeler IT) seemingly because i don't have IPv6 enabled. My /etc/hostname.pppoe0 inet 0.0.0.0 255.255.255.255 NONE \ pppoedev em0 authproto chap debug \ authname 'user' authkey 'pass' up dest 0.0.0.1

Re: OpenBSD 6.3, pppoe and IPv6 - default route missing

2018-04-16 Thread Edmund Craske
On Fri, Apr 13, 2018, at 10:55 AM, Daniel Gillen wrote: > Hi > > Just upgraded to 6.3 and it works for me. Here is my config: > --- /etc/pf.conf > if_ext="pppoe0" > icmp6_types="{ 1, 2, 133, 134, 135, 136 }" > pass in quick on $if_ext inet6 proto icmp6 from any to { ($if_ext), > ff02::1/16 }

Re: OpenBSD 6.3, pppoe and IPv6 - default route missing

2018-04-13 Thread Daniel Gillen
On 13.04.2018 18:54, Edmund Craske wrote: > On Fri, Apr 13, 2018, at 9:31 AM, Stuart Henderson wrote: >> Can you show your whole hostname.pppoe0 file? (mask your password of >> course). On Zen I'm using the following >> >> mtu 1500 >> inet 0.0.0.0 255.255.255.255 0.0.0.1 pppoedev em1 authproto

Re: OpenBSD 6.3, pppoe and IPv6 - default route missing

2018-04-13 Thread Edmund Craske
On Fri, Apr 13, 2018, at 9:31 AM, Stuart Henderson wrote: > Can you show your whole hostname.pppoe0 file? (mask your password of > course). On Zen I'm using the following > > mtu 1500 > inet 0.0.0.0 255.255.255.255 0.0.0.1 pppoedev em1 authproto chap > authname "XXX@zen" authkey "XXX" up >

Re: OpenBSD 6.3, pppoe and IPv6 - default route missing

2018-04-13 Thread Stuart Henderson
On 2018-04-13, Edmund Craske wrote: > Hi, > I've just replaced my old OpenBSD 5.x-running router with a new one (Alix > APU2) running 6.3. > > Having copied over my old configuration and modified it where necessary, I've > got it bringing up my connections fine, IPv4 works,

OpenBSD 6.3, pppoe and IPv6 - default route missing

2018-04-13 Thread Edmund Craske
Hi, I've just replaced my old OpenBSD 5.x-running router with a new one (Alix APU2) running 6.3. Having copied over my old configuration and modified it where necessary, I've got it bringing up my connections fine, IPv4 works, but IPv6 does not, without having to manually add a default route

Re: PPPoE for IPv6

2012-04-19 Thread Stuart Henderson
On 2012-04-17, David Diggles da...@elven.com.au wrote: Hi Martin Aha! Sounds complicated, and a bit different to my situation, so I am replying back to the list. :/ My ISP provides native dual stack IPv4 and IPv6 over PPPoE. The IPv4 address is static, and the IPv6 address is dynamic

Re: PPPoE for IPv6

2012-04-17 Thread David Diggles
Hi Martin Aha! Sounds complicated, and a bit different to my situation, so I am replying back to the list. :/ My ISP provides native dual stack IPv4 and IPv6 over PPPoE. The IPv4 address is static, and the IPv6 address is dynamic. I've tested connecting with the PPPoE client on MacOSX

Re: PPPoE for IPv6

2012-04-17 Thread Kostas Zorbadelos
this helps, let me know if you find anything inaccurate on this page. Regards, Kostas Hi Martin Aha! Sounds complicated, and a bit different to my situation, so I am replying back to the list. :/ My ISP provides native dual stack IPv4 and IPv6 over PPPoE. The IPv4 address is static

Re: PPPoE for IPv6

2012-04-17 Thread David Diggles
if you find anything inaccurate on this page. Regards, Kostas Hi Martin Aha! Sounds complicated, and a bit different to my situation, so I am replying back to the list. :/ My ISP provides native dual stack IPv4 and IPv6 over PPPoE. The IPv4 address is static, and the IPv6

Re: PPPoE for IPv6

2011-02-01 Thread Stuart Henderson
have an account with them. How do I configure PPPoE for IPv6? Is the example from pppoe(4), with the 0.0.0.0 etc. dummy addresses, also valid for a pure IPv6 connection, or do I have to set it up in a different way? (I have never before configured PPPoE on OpenBSD.) ppp (ipv6cp) only deals

Re: PPPoE for IPv6

2011-02-01 Thread Martin Pelikan
2011/2/1, Stuart Henderson s...@spacehopper.org: presumably you are running this machine as a router and therefore can't use rtsol. Actually, you can. People were asking about this earlier on this list and as it turned out, you get only a warning that router solicitation isn't intended for

PPPoE for IPv6

2011-01-31 Thread Martin Schmitt
Now I'm in trouble! ;-) I've been using IPv6 via tunnel for a while, with decent success. Lately, I have found an ISP here in Germany who hands out free native IPv6 access, which is to be used on top of the existing DSL line. And I already have an account with them. How do I configure PPPoE