From Fedora Project Wiki
(Created page with "=== Static runtime configuration (iproute2) === <pre> ip address add 192.168.1.1/24 dev eth0 ip address add 2001:db8:1:2::1 dev eth0 </pre>")
 
No edit summary
Line 1: Line 1:
=== Using automatic link-local addresses (IPv6-only) ===
=== Static runtime configuration (iproute2) ===
=== Static runtime configuration (iproute2) ===



Revision as of 07:42, 21 November 2012

Using automatic link-local addresses (IPv6-only)

Static runtime configuration (iproute2)

ip address add 192.168.1.1/24 dev eth0
ip address add 2001:db8:1:2::1 dev eth0