Displaying 4 results from an estimated 4 matches for "eno16777728".
2014 Aug 31
1
Can't reach Internet
...er to get Internet working
on that VM.
1) */etc/resolv.conf*
# Generated by NetworkManager
nameserver 8.8.8.8
nameserver 8.8.4.4
nameserver 4.2.2.2
2) */etc/sysconfig/network*
# Created by anaconda
HOSTNAME=webserver
DNS1=8.8.8.8
DNS2=8.8.4.4
DNS3=4.2.2.2
3)* /etc/sysconfig/network-scripts/ifcfg-eno16777728*
TYPE=Ethernet
BOOTPROTO=dhcp
DEFROUTE=yes
NAME="Internet Eth0"
UUID=0a79e5fc-ee8a-41eb-93dd-a76e3cb8c7c1
ONBOOT=yes
HWADDR=00:50:56:2E:E2:4
4) ifconfig -a
*eno16777728*: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.112 netmask 255.255.255.0 broadca...
2014 Aug 26
2
Tinc on NixOS
...ip route add 10.16.0.0/24 dev $INTERFACE
ip link set dev $INTERFACE up
Here are the routes on I see
[zs at homer2:~]$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
default 10.16.0.1 0.0.0.0 UG 0 0 0
eno16777728
10.16.0.0 * 255.255.0.0 U 0 0 0
eno16777728
192.168.1.0 * 255.255.255.0 U 0 0 0
eno16777728
[zs at esprit1:~]$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
def...
2014 Aug 31
1
CentOS7 Minimal installation on Vmware missing network interface
...etwork 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...
2016 Jan 29
2
Apache doesn't display "It works page" under CentOS 7
...ld not
reliably determine the server's fully qualified domain name, using
127.0.0.1. Set the 'ServerName' directive globally to suppress this message
Jan 29 11:16:00 devserver.local systemd[1]: Started The Apache HTTP Server.
it's running. I have checked network status:
# ifconfig
eno16777728: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.222.133 netmask 255.255.255.0 broadcast
192.168.222.255
inet6 fe80::20c:29ff:fe6f:2b72 prefixlen 64 scopeid 0x20<link>
ether 00:0c:29:6f:2b:72 txqueuelen 1000 (Ethernet)
RX packets 1...