Author Topic: IPs not pinging  (Read 6033 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
IPs not pinging
« on: May 13, 2017, 07:29:40 PM »
Can't get a /26 pinging from the server with Centos 7. Cisco switch setting is fine for this particular VLAN.

Code: [Select]
interface Vlan16
 description Server 16
 ip address xxx.xxx.99.129 255.255.255.192
end

I modified the network script to below, restarted networking and even rebooted server. Can't pinging anything except gateway and 130 main IP.

Code: [Select]
TYPE=Ethernet
BOOTPROTO=static
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
NAME=em1
UUID=xxx.xxx
DEVICE=em1
ONBOOT=yes
IPADDR=xxx.xxx.99.130
PREFIX=26
GATEWAY=xxx.xxx.99.129
DNS1=8.8.8.8
DNS2=8.8.4.4
« Last Edit: May 13, 2017, 07:33:38 PM by Bashed »