F19 - network instead NM is working now, but I have a question

flashl at dailybrood.com flashl at dailybrood.com
Tue Jun 11 10:22:16 UTC 2013


On 2013-06-11 03:59, Cristian Sava wrote:
> I am testing F19-TC2 LXDE in a VirtualBox.
> Now "network" instead NM is working as expected.
> 
> We do not have the "device" mentioned in
> /etc/sysconfig/network-scripts/ifcfg-enp0s3
> 
> How is advised to add an alias interface?
> Do we have to get the interface name from "route" or whatever and add 
> it
> in ifcfg-enp0s3:0 as DEVICE=p2p1:0 ?
> Do we still need to use /etc/rc.d/rc.local for that?
> I did not find any obvious hint on the net, so an advice is welcome.
> 
> 
> [cristi at localhost network-scripts]$ sudo systemctl disable
> NetworkManager.service
> [sudo] password for cristi:
> rm 
> '/etc/systemd/system/multi-user.target.wants/NetworkManager.service'
> rm '/etc/systemd/system/dbus-org.freedesktop.NetworkManager.service'
> [cristi at localhost network-scripts]$ sudo systemctl stop
> NetworkManager.service
> [cristi at localhost network-scripts]$ sudo systemctl enable
> network.service
> network.service is not a native service, redirecting to 
> /sbin/chkconfig.
> Executing /sbin/chkconfig network on
> [cristi at localhost network-scripts]$ sudo systemctl start 
> network.service
> [cristi at localhost network-scripts]$ route
> Kernel IP routing table
> Destination   Gateway    Genmask         Flags Metric Ref    Use Iface
> default       10.0.2.2   0.0.0.0         UG    0      0        0 p2p1
> 10.0.2.0      *          255.255.255.0   U     1      0        0 p2p1
> link-local    *          255.255.0.0     U     1002   0        0 p2p1
> [cristi at localhost network-scripts]$ ping fw.xx.yy.ro
> PING fw.xx.yy.ro (193.x.y.253) 56(84) bytes of data.
> 64 bytes from fw.xx.yy.ro (193.x.y.253): icmp_seq=1 ttl=63 time=2.06 
> ms
> 64 bytes from fw.xx.yy.ro (193.x.y.253): icmp_seq=2 ttl=63 time=0.801 
> ms
> 64 bytes from fw.xx.yy.ro (193.x.y.253): icmp_seq=3 ttl=63 time=0.808 
> ms
> ^C
> --- fw.xx.yy.ro ping statistics ---
> 3 packets transmitted, 3 received, 0% packet loss, time 2003ms
> rtt min/avg/max/mdev = 0.801/1.223/2.061/0.593 ms
> [cristi at localhost network-scripts]$
> cat /etc/sysconfig/network-scripts/ifcfg-enp0s3
> PEERROUTES="yes"
> IPV6INIT="yes"
> UUID="e4e1bc69-70c3-49d2-a991-68a8e7533485"
> IPV6_PEERDNS="yes"
> DEFROUTE="yes"
> PEERDNS="yes"
> IPV4_FAILURE_FATAL="no"
> HWADDR="08:00:27:88:5C:09"
> BOOTPROTO="dhcp"
> IPV6_DEFROUTE="yes"
> IPV6_AUTOCONF="yes"
> IPV6_FAILURE_FATAL="no"
> IPV6_PEERROUTES="yes"
> TYPE="Ethernet"
> ONBOOT="yes"
> NAME="enp0s3"
> [cristi at localhost network-scripts]$
> 
> Cristian Sava

If you're using vlan would this work? "ip link add link eth0 name 
eth0.10 type vlan id 10 (Creates a new vlan device eth0.10 on device 
eth0)." 
http://rpm.pbone.net/index.php3/stat/45/idpl/20307932/numer/8/nazwa/ip-link


More information about the test mailing list