On 2017-07-04 15:38, Per Jessen wrote:
Patrick Shanahan wrote:
* Per Jessen <per@computer.org> [07-04-17 09:21]:
Patrick Shanahan wrote: [...]
I added my router address, 192.168.1.254 to the "Routing" tab as default ipv4 and I can now access the internet, outside the router. Thanks for pointing me in the right direction.
one more question, how do I determine the ipv6 address for the router?
try 'ip -6 route show'
ip -6 route show 2602:306:cf6d:10c0::/64 dev enp0s25 proto kernel metric 256 expires 2591821sec pref medium
Okay, that tells us that you have been allocated 2602:306:cf6d:10c0::/64. If you look up enp0s25, you can see which exact address it has been given:
ip addr show dev enp0s25
fe80::/64 dev enp0s25 proto kernel metric 256 pref medium default via fe80::e222:2ff:fe5d:2485 dev enp0s25 proto ra metric 1024
That is your default IPv6 address, link-local (fe:80) address of your router.
Looks good, I would say.
I just looked in YaST. It doesn't seem possible to set a fixed IPv4, and a dynamic IPv6. That way I would find out when/if my ISP starts giving IPv6 addresses. -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" at Telcontar)