[jimc@groucho network-scripts]$ egrep -E 'DEV|BOOT|IPADD' ifcfg-eth0*
ifcfg-eth0:DEVICE=eth0
ifcfg-eth0:BOOTPROTO=dhcp
ifcfg-eth0:>
ifcfg-eth0:1:DEVICE=eth0:1
ifcfg-eth0:1:BOOTPROTO=none
ifcfg-eth0:1:IPADDR=192.168.20.2
but it seems I can only have one of them working:
(Ive since renamed eth0:1 to eth0_static, thinking there was a problem with ':' in filename)
[jimc@groucho network-scripts]$ sudo ifup eth0
Active connection state: activating
Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/5
state: activated
Connection activated
[jimc@groucho network-scripts]$ ip addr show dev eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
link/ether 00:24:e8:2a:22:19 brd ff:ff:ff:ff:ff:ff
inet 192.168.10.101/24 brd 192.168.10.255 scope global eth0
inet6 fe80::224:e8ff:fe2a:2219/64 scope link
valid_lft forever preferred_lft forever
[jimc@groucho network-scripts]$ sudo ifup eth0_static
Active connection state: activated
Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/6
[jimc@groucho network-scripts]$ ip addr show dev eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
link/ether 00:24:e8:2a:22:19 brd ff:ff:ff:ff:ff:ff
inet 192.168.20.2/24 brd 192.168.20.255 scope global eth0
inet6 fe80::224:e8ff:fe2a:2219/64 scope link
valid_lft forever preferred_lft forever
I expected 2 inet lines above.
And its not just NetoworkManager messing up.
Ive taken both interfaces (main, alias) from NM's control,
and I get the same *last-upped-interface-wins* behavior
[jimc@groucho network-scripts]$ ip addr show dev eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
link/ether 00:24:e8:2a:22:19 brd ff:ff:ff:ff:ff:ff
inet 192.168.10.101/24 brd 192.168.10.255 scope global eth0
inet6 fe80::224:e8ff:fe2a:2219/64 scope link
valid_lft forever preferred_lft forever
[jimc@groucho network-scripts]$ ifup eth0_static
Active connection state: activated
Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/9
[jimc@groucho network-scripts]$ ip addr show dev eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
link/ether 00:24:e8:2a:22:19 brd ff:ff:ff:ff:ff:ff
inet 192.168.20.2/24 brd 192.168.20.255 scope global eth0
inet6 fe80::224:e8ff:fe2a:2219/64 scope link
valid_lft forever preferred_lft forever
[jimc@groucho network-scripts]$ ifup eth0
Active connection state: activating
Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/10
state: activated
Connection activated
[jimc@groucho network-scripts]$ ip addr show dev eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
link/ether 00:24:e8:2a:22:19 brd ff:ff:ff:ff:ff:ff
inet 192.168.10.101/24 brd 192.168.10.255 scope global eth0
inet6 fe80::224:e8ff:fe2a:2219/64 scope link
valid_lft forever preferred_lft forever
btw, is one addressee better than the other ?
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
- Prev by Date: RE: Fedora and window Xp dual boot
- Next by Date: RE: Fedora and window Xp dual boot
- Previous by thread: cant upgrade F13 to F14
- Next by thread: Xorg config for dual-monitor Matrox Parhelia
- Index(es):