11-23-2014 03:59 PM - edited 03-07-2019 09:37 PM
Hi,
I am creating a L2 vlan for heartbeat usage purpose.
However, the 2 server node NIC cannot ping each other.
Any advise on this?
Server 1 > 192.168.1.2 255.255.255.0
Server 2> 192.168.1.3 255.255.255.0
int vlan 110
no ip address
int gi0/29
switchport mode access
switchport access vlan 110
int gi0/30
switchport mode access
switchport access vlan 110
Solved! Go to Solution.
11-23-2014 05:53 PM
Can you post the output of
sh ip int brie gi0/29
sh ip int brie gi0/30
sh run
11-23-2014 04:06 PM
Did you create your vlan? Do a "show vlan" and see if 110 is listed. If not, create it and it should solve you issue.
Also, are these two servers on the same switch or different switches? If they're on different switches, you'll want to also add vlan 110 to the trunk between switches.
HTH,
John
11-23-2014 04:37 PM
I can see the vlan at the switch. The 2 port is located within the same switch.
Any idea why the communication fail?
11-23-2014 04:42 PM
Can you post the output of "sh vlan"?
11-23-2014 05:43 PM
110 VLAN0110 active Gi0/29, Gi0/30
11-23-2014 05:53 PM
Can you post the output of
sh ip int brie gi0/29
sh ip int brie gi0/30
sh run
11-23-2014 06:20 PM
It is windows firewall issue. Thanks for help.
11-23-2014 06:01 PM
Hi ,
From your configuration output, i understand that both servers are connected in same switch and same vlan .
you could check below things also .
1. check if the vlan is not in shutdown state.
EX :
vlan 110
shutdown
2. Check the physical interfaces states for both servers.
3. Check if switch is learning mac address for both servers.
4. If you verified all the above then you can try create L3 ip for vlan 110 (just for testing purpose)
int vlan 110
ip address 192.168.1.1 255.255.255.0
no sht
5. ping the self ip address and ping the server ip address from the switch and vice versa .
6. It should pingable other check on server side.
HTH
Regards,
VS.Suresh.
*Plz rate the usefull posts.
11-24-2014 03:24 AM
Have you checked you have the correct I.P on your severs with the default gateway pointing to VLAN 110 SVI or the layer 3 I.P address, on the router perhaps.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide