Hello,
I have 5500g
unit which is our core router.
We are in process of adding another /23 subnet to our site.
Currently we have /23 on vlan 1 configured all the routing on that vlan works fine
I have set up vlan 3 for the new /23 network
I have setup upd-helper an dhcp relay and clients on vlan 3 can connect succefully to dhcp however they can not ping to vlan1 or get out to internet
here snips of my config
dhcp-server 1 ip 10.147.32.86
dhcp-server detect
router id 10.147.32.2
udp-helper enable
interface Vlan-interface1
ip address 10.147.32.2 255.255.254.0
ip forward-broadcast
interface Vlan-interface3
ip address 10.147.0.2 255.255.254.0
dhcp-server 1
ip route-static 0.0.0.0 0.0.0.0 10.147.32.1 preference 60
ip route-static 10.147.0.0 255.255.254.0 10.147.0.2 preference 60
i
0.0.0.0/0 STATIC 60 0 10.147.32.1 Vlan-interface1
10.147.0.0/23 DIRECT 0 0 10.147.0.2 Vlan-interface3
10.147.0.2/32 DIRECT 0 0 127.0.0.1 InLoopBack0
10.147.32.0/23 DIRECT 0 0 10.147.32.2 Vlan-interface1
10.147.32.2/32 DIRECT 0 0 127.0.0.1 InLoopBack0
127.0.0.0/8 DIRECT 0 0 127.0.0.1 InLoopBack0
127.0.0.1/32 DIRECT 0 0 127.0.0.1 InLoopBack0
What am I missing
I have 5500g
unit which is our core router.
We are in process of adding another /23 subnet to our site.
Currently we have /23 on vlan 1 configured all the routing on that vlan works fine
I have set up vlan 3 for the new /23 network
I have setup upd-helper an dhcp relay and clients on vlan 3 can connect succefully to dhcp however they can not ping to vlan1 or get out to internet
here snips of my config
dhcp-server 1 ip 10.147.32.86
dhcp-server detect
router id 10.147.32.2
udp-helper enable
interface Vlan-interface1
ip address 10.147.32.2 255.255.254.0
ip forward-broadcast
interface Vlan-interface3
ip address 10.147.0.2 255.255.254.0
dhcp-server 1
ip route-static 0.0.0.0 0.0.0.0 10.147.32.1 preference 60
ip route-static 10.147.0.0 255.255.254.0 10.147.0.2 preference 60
i
0.0.0.0/0 STATIC 60 0 10.147.32.1 Vlan-interface1
10.147.0.0/23 DIRECT 0 0 10.147.0.2 Vlan-interface3
10.147.0.2/32 DIRECT 0 0 127.0.0.1 InLoopBack0
10.147.32.0/23 DIRECT 0 0 10.147.32.2 Vlan-interface1
10.147.32.2/32 DIRECT 0 0 127.0.0.1 InLoopBack0
127.0.0.0/8 DIRECT 0 0 127.0.0.1 InLoopBack0
127.0.0.1/32 DIRECT 0 0 127.0.0.1 InLoopBack0
What am I missing