Hi,

Since a few days I don't get any public IPv6 adresses assigned to br-lan. I've 
made no changes in the router config (see below) since months. One thing 
which _could_ be is that my ISP gives me now /64 instead of /56 or something. 
That's why I've played around with "option ip6assign" but couldn't get it 
running.

It always assigns a /64 net to wan but not to br-lan. These is also this log 
then:
"daemon.warn odhcpd[1003]: A default route is present but there is no public 
prefix on br-lan thus we don't announce a default route!"

When I use ip commands to "move" that /64 net manually to br-lan everything 
works. Any ideas what I'm doing wrong?

Thank's for any help!

cu,
Rudi


-----------
config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fdee:3517:1731::/48'

config interface 'lan'
        option force_link '1'
        option type 'bridge'
        option proto 'static'
        option ipaddr '192.168.3.1'
        option netmask '255.255.255.0'
        option ip6assign '60'
        option ifname 'eth0.1'
        option macaddr 'e8:de:27:74:5c:62'

config switch
        option name 'switch0'
        option reset '1'
        option enable_vlan '1'

config switch_vlan
        option device 'switch0'
        option vlan '1'
        option ports '0 2 4 5 6t'

config atm-bridge 'atm'
        option vpi '1'
        option vci '32'
        option encaps 'llc'
        option payload 'bridged'

config interface 'wan'
        option ifname 'nas0'
        option proto 'pppoe'
        option username '[email protected]'
        option password 'yyyyyyyyyy'
        option ipv6 '1'
        option macaddr 'e8:de:27:74:5c:63'

config interface 'wan6'
        option ifname '@wan'
        option proto 'dhcpv6'

config vdsl 'dsl'
        option annex 'b'
        option firmware '/lib/firmware/vdsl.bin'
        option tone 'av'
        option xfer_mode 'atm'
-------------------------
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to