mgolbsopenbsd
Member
Hallo,
nach man pppoe habe ich konfiguriert, ohne Erfolg.
Gruß Markus
nach man pppoe habe ich konfiguriert, ohne Erfolg.
Gruß Markus
/etc 15>cat hostname.re3
up
/etc 16>cat hostname.pppoe0
!echo "add to rdomain 40"
rdomain 40
rtlabel netcologne
!echo "set startup ip"
inet 0.0.0.0 255.255.255.255 NONE mtu 1492 \
pppoedev re3 authproto pap \
authname 'xxxxxxx@netcologne.de' authkey 'yyyyyyy' up
dest 0.0.0.1
!echo "enable ipv6"
inet6 autoconf autoconfprivacy
!/sbin/route -n -T 40 add default -ifp pppoe0 0.0.0.1
!/sbin/route -n -T 40 add -inet6 default -ifp pppoe0 fe80::%pppoe0
/etc 17>cat /root/hostname.vlan7
parent re3
vnetid 7
up
match on $pppoe_if scrub (max-mss 1440)
Hallo,
nach man pppoe habe ich konfiguriert, ohne Erfolg.
Gruß Markus