Unsolved
This post is more than 5 years old
2 Intern
•
140 Posts
0
8159
June 19th, 2012 10:00
5524 with a virtual router?
I have a dell 5524 switch with an ip set at of 192.168.0.9.
I have the vyatta router VM set with two vnics:
Eth0 180.16.0.1/24
Eth1 192.168.0.1/24
I also a using the vyatta router with other VMs.
From a PC in a domain on with an ip of 180.16.0.17, I want to access the 192.168.0.9 to run the 5524 Mgt Interface GUI.
Currently, from the PC, when I enter the 192.168.0.9 IP in IE, I get cannot access web page.
I also get host unreadable when entering a ping of 192.168.0.9
What do I need to do to be able to ping 192.168.0.9 (switch) from the PC with the ip 180.16.0.17
thanks
No Events found!


DELL-Willy M
802 Posts
1
June 19th, 2012 11:00
It looks like you are missing a route somewhere. The 55xx switch has very limited routing options. There is a Static route option to set up specific paths. Listed below is some information on how to set up the route. Your scenario has multiple levels of where configurations could be set up. Hopefully, this will shed some light on what options are available on the 55xx switch side.
ip routing
no ip routing
Enables IPv4 Routing.
Use the no format of the
command to disable IPv4
Routing.
ip route prefix {mask|prefixlength}
ip-address-next-hop
[metric distance] [reject-route]
no ip route prefix {mask|prefixlength}
[ip-address-next-hop]
Configures static routes.
Use the no form of this
command to remove static
routes.
show ip route Displays the current routing
console(config)# ip route prefix 192.168.1.1 /8 10.5.234.255 metric 3 reject-route
Static routing is configured on page 155 of the user manual.
support.dell.com/.../en_ug.pdf