Αναρτήσεις

Προβολή αναρτήσεων από Οκτώβριος, 2013

Setting up your openwrt adsl router for Forthnet IPv6 (Dual Stack) - Static Pilot

I am using a Ubiquiti AirRouter flashed with OpenWrt as a PPPoE client and my old linksys ADSL modem/router is configured in bridged mode and only handles the ADSL connection.  This setup applies to openwrt Attitude Adjustment 12.09    You have to install the follwing packages: dhcp6-client radvd opkg update opkg install radvd dhcp6-client If you are using the Luci web i/f,  you should enable "Enable IPv6 negotiation on the PPP link" on the WAN advanced settings. It is more efficient though to do the changes via cli: config interface 'wan' option _orig_ifname 'eth1' option _orig_bridge 'false' option ifname 'eth1' option proto 'pppoe' option password 'somepasshere' option username 'username.ath.forthnet.gr@stv6forthnet.gr' option ipv6 '1' option keepalive '5 5' Then, edit /etc/config/dhcp6c : config interface option interface ...