On 12/22/2017 10:16 PM, Mark Petersen wrote:
5: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 50:e5:49:c6:1a:e0 brd ff:ff:ff:ff:ff:ff inet 192.168.0.50/24 brd 192.168.0.255 scope global br0 valid_lft forever preferred_lft forever inet6 fe80::52e5:49ff:fec6:1ae0/64 scope link valid_lft forever preferred_lft forever I only have an fe80 address.
I assume this is for the LAN side?
1250:~ # journalctl -b |grep wickedd-dhcp6 Dec 22 19:35:36 n1250 wickedd-dhcp6[937]: enp5s6: Request to acquire DHCPv6 lease with UUID e8b23d5a-d5d0-0600-ab03-000007000000 in mode auto Dec 22 19:35:54 n1250 wickedd-dhcp6[937]: enp5s6: Committed DHCPv6 lease with addresses: Dec 22 19:35:54 n1250 wickedd-dhcp6[937]: 2605:a000:xxxx:x:xxxx:b1bd: 1859:c410, pref-lft 604800, valid-lft 604800 Here's my 50-router.conf n1250:~ # cat /etc/sysctl.d/50-router.conf net.ipv4.conf.all.forwarding = 1 net.ipv6.conf.all.forwarding = 1
net.ipv4.conf.all.rp_filter = 0
net.ipv6.conf.enp5s6.accept_ra = 2 net.ipv6.conf.enp5s6.autoconf = 0
Any ideas on how to assign the ipv6 address?
Before trying to set up a router, have it configured as just a computer and see if it gets an IPv6 address. It should. Once you have that, you can try to set up a router. However, many ISPs used DHCPv6-PD to assign the LAN prefix and I could never get openSUSE to support it. As a result, I switched to pfSense for my firewall/router and it works fine. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org