[Bug 458891] New: Cannot set IPv6 default gateway
https://bugzilla.novell.com/show_bug.cgi?id=458891 Summary: Cannot set IPv6 default gateway Product: openSUSE 11.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: mstopka@opensuse.org QAContact: qa@suse.de Found By: --- IPv6 support in YaST is not so good yet, because YaST make ma able to set an IPv6 addresses for interfaces, but not make me able to set default IPv6 gateway. Currently I can set addresses like this: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000 link/ether 00:16:d4:61:ae:81 brd ff:ff:ff:ff:ff:ff inet 82.209.54.76/29 brd 82.209.54.79 scope global eth0 inet6 2001:15c0:668e::2/48 scope global valid_lft forever preferred_lft forever inet6 2002:52d1:364a::2/64 scope global valid_lft forever preferred_lft forever inet6 fe80::216:d4ff:fe61:ae81/64 scope link valid_lft forever preferred_lft forever but I have two choices I can set default IPv4 gateway like default via 82.209.54.73 dev eth0 or IPv6 gateway, not both so dual stack IPv4 and IPv6 is not possible, at least not easily possible only using YaST. I can set as default gateway 2001:15c0:668e::1 but then I have IPv6 up and running, but not IPv4 for global communication, only for 82.209.54.72/29. I think YaST should detect if there is any IPv6 address on any interface (?except loopback) and if so, YaST should show one more field for default gateway marked like "Default IPv6 gateway". I think something like this would be fine also for IPv4 networking... I mean if there is no IPv4 address on any interface (?except loopback) YaST should not show me an field marked as "Default gateway"... Or to be more precise I think "Default gateway" field should be renamed as "IPv4 default gateway" and this one filed should not be seeing if there is no IPv4 address on any interface. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=458891 Michal Zugec <mzugec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mt@novell.com, mzugec@novell.com Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=458891 Michal Zugec <mzugec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |mzugec@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=458891 User mzugec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=458891#c1 Michal Zugec <mzugec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |mt@novell.com --- Comment #1 from Michal Zugec <mzugec@novell.com> 2009-03-31 08:03:05 MDT --- Marius, is it enough to add second "default 2001:15c0:668e::1 - -" row into network/routes? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=458891 User mt@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=458891#c2 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|mt@novell.com | --- Comment #2 from Marius Tomaschewski <mt@novell.com> 2009-03-31 10:10:42 MDT --- Yes: default 10.10.0.1 - - default 2001:DB8:AAA:BBB::1 - - or always better with interface [*1], preferably in ifroute-$iface file: default 208.77.188.166 - eth0 default 2001:DB8:AAA:BBB::1 - eth0 Please consider also bug 467165 (maintenance is running, id 22848). At the moment, the package where the ifup-route problems are fixed is in openSUSE:Factory or at: http://download.opensuse.org/repositories/home://mtomaschewski://11.1/openSU... [*1] When you have multiple static interfaces handled e.g. by ifplugd (on cable connect) with different priorities in IFPLUGD_PRIORITY, it it required to allow to define them for each interface. On cable connect, ifplugd "up" the interface and set the correct default route from ifroute-$iface. [When the default route is defined without an interface, it may get applied to a wrong matching interface... This may happen in case of some "not exact" static + dhcp configuration mix (I've forgot the bug number).] (In reply to comment #0)
[...] YaST should show one more field for default gateway marked like "Default IPv6 gateway".
Yes, except ipv6 is disabled. see also bellow.
I think something like this would be fine also for IPv4 networking... I mean if there is no IPv4 address on any interface (?except loopback) YaST should not show me an field marked as "Default gateway"... Or to be more precise I think "Default gateway" field should be renamed as "IPv4 default gateway" and this one filed should not be seeing if there is no IPv4 address on any interface.
Yes, it should be labeled "IPv4 default gateway" and "IPv6 default gateway". But I'd not try to add too much magic if it makes sense to show it or not, because there are too many corner cases (e.g. dummy or another "host only" interfaces -- except of loopback). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com