07-21-2010 04:49 AM - edited 03-06-2019 12:07 PM
i created i new vlan 100 with ip address 172.16.10.1 255.255.255.0 for a new server range.
current vlan i have are
vlan20
192.168.20.1 255.255.255.0
vlan30
192.168.30.1 255.255.255.0
vlan40
192.168.40.1 255.255.255.0
i m using cisco 3560.
ip routing is enabled.
i can ping to 172.16.10.1 but i cannot reach my server at 172.16.10.2 from my core switch which is having the above vlan config.
my switch is connected to port 30 with the following config.
interface GigabitEthernet0/30
switchport access vlan 100
sh vlan shows all my vlan are up.
what else must i do so that i can ping 172.16.10.2 255.255.255.0, default gateway 172.16.10.1 on my server.
07-21-2010 05:06 AM
dear
you current confugration in your core switch :
vlan20
192.168.20.1 255.255.255.0
vlan30
192.168.30.1 255.255.255.0
vlan40
192.168.40.1 255.255.255.0
vlan100
192.168.10.1 255.255.255.0
if the server port access port for vlan 100 and server network configration 192.168.10.2 255.255.255.0 g 192.168.10.1
you must can reach server by ping command .
try to disable firewall in your server , and what operating seyetem for your server ?
,,,,
please do the below and copy outlet here
# sh run
# sh vlan
07-21-2010 05:21 AM
vlan 100
172.16.1.1 255.255.255.0
its a new server, no firewall setup so far.
is there any difference is vlan100 is 172.16.1.1/24 while the remaining vlan are using 192.168.20.1/24 IP range ??
07-21-2010 05:28 AM
no you can use any range , (before was for example)
so please copy here show run and show vlan and sh ip route
07-21-2010 06:02 AM
put this command and place result here
sh run int gi0/30
07-21-2010 06:09 AM
i currently do not have remote access to the switch.
that's all i can remember.
sh run int gi0/30
interface GigabitEthernet0/30
switchport access vlan 100
07-21-2010 06:35 AM
Hello,
From your earlier description, your server has an address of 172.16.10.x with default gateway pointing to 172.16.10.1. In order to acheive connectivity to the server, you might need to add few things on both the core as well as the remote switch.
On the Remote switch:
interface vlan 100
ip address 172.16.10.1 255.255.255.0
exit
On the core switch:
ip route 172.16.10.0 255.255.255.0
If you have a routing protocol enabled in the network, you can just include the new subnet range in the routing protocol itself.
Hope this helps.
Regards,
NT
07-21-2010 06:37 AM
check encapsulation for this port.
these commands may be help you.
switchport mode access
switchport access vlan 100
switchport trunk encapsulation dot1q
07-21-2010 07:02 AM
the server is directly connected to the core switch with the commands as mentioned.
there is not another switch between the server n switch.
i dont have routing protocol enabled in the network.
07-21-2010 07:18 AM
Hello,
Can we try the reverse of what you are doing now i.e. try pinging from the server to rest of the network? Typically the servers do come with the firewall enabled and they block ICMP in the firewall. This excercise will tell us if the issue is with the server or is it with your network.
Hope this helps.
Regards,
NT
07-21-2010 07:21 AM
Enable remote desktop in the server
And try to login from any PC in any vlan
07-21-2010 09:36 AM
Hi,
I agree with NT , you should check from server in vlan 100 and try pinging the switch from the server. it could probably be an issue with some kind of firewall running on the server. also , try using another port instead of port 30 on the switch with a different cable 9 ( tested - straight cable ).
thanks
manish
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