IPv6, xs4all-ipv6-pilot

IPv6 DHCP firewall settings

To allow DHCPv6

ip6tables -A OUTPUT -o ppp0 -p udp --dport 547 -j ACCEPT
ip6tables -A INPUT  -i ppp0 -p udp --dport 546 -j ACCEPT

Dibbler config for Xs4all IPv6 pilot

/etc/dibbler/client.conf

log-level 7

log-mode syslog

iface ppp0 {
        pd
}

Some problems i see with this configuration:

  • the link is not always ppp0 it can also be another ppp interface
  • even when option domain is not specified, it still mutates the /etc/resolv.conf file

Configuration of the Speedtouch ST546 and the daemons for the Xs4all IPv6 pilot

In preparation of the IPv6 pilot of XS4ALL http://www.xs4all.nl/klant/ipv6/

Todo

You have to:

  • install pptp ppp packages (not included)
  • create a firewall (not included)
  • configure the ADSL modem
  • setting a password on the ADSL modem
  • modifying the loginnaam in the xs4all peer file

Speedtouch ST546 configuration

The ADSL modem is reconfigured to PPTP PPPoA mode.

Restore this configuration file, and change the Administrator password

Syndicate content