How do I assign IPv4 and IPv6 static addresses permanently in OpenSUSE 11.2?
Currently I am only able to assign either IPv4 or IPv6 static address not both. I cannot find even the interfaces file(/etc/sysconfig/network/interfaces).
Do you have to have a particular IPv6 address? Because you get an automatic IPv4 mapped into IPv6 address, see the output of ifconfig, the line starting with inet6 address. It has the IPv4 address embedded into it, if you take the time to decode the hex.
If not, it certainly possible to bind additional IPv6 addresses to the interface, but I’ve never had to so I couldn’t say without looking if YaST supports it. But it certainly can be done from the CLI, using the ip program.