Hi there, I'm playing with CentOS 7 (don't know if it's recommended at all
have this one as a development server as maybe is not stable enough yet)
and I installed it on a Vmware VM with two network interfaces: one as a
bridged connected directly to the physical network and replicating the
network state and the second one as a host only interface (the one I use to
manage the VM) so after I got the CentOS installed I can see the first
interface but not the second one and I don't know how to enable it. If I
run the command ifconfig -a this is what I see:
eno16777728: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.112 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::250:56ff:fe2e:e245 prefixlen 64 scopeid 0x20<link>
ether 00:50:56:2e:e2:45 txqueuelen 1000 (Ethernet)
RX packets 126 bytes 17122 (16.7 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 83 bytes 12627 (12.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 8 bytes 552 (552.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 8 bytes 552 (552.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
What I need to do in order to enable the other interface? Also how I change
the name eno16777728 to eth0-internet without get down my server?
Thanks in advace