Hello everyone,
i’m an intern and i have to create one network for multiple entreprises.
Here what i have to do :
Create an VLAN for each entreprise, and have one VLAN that contains my DHCP server, my firewall, and a printer.
I have a switch HP A3600 (JG 304A).
For the DHCP service, i did a dhcp relay and it’s working : the right adress for the right VLAN (i also add the DHCP snooping security)
My two problems are about inter-vlan.
I would like that each vlan can access the printer, and to have a default route on the firewall.
But it’s seem that i can’t ping my firewall or my printer.
For the configuration :
vlan 20 : 192.168.20.230 /24
vlan 32 : 192.168.32.230 /24
my two computer that i use for test :
computer 1 : 192.168.20.1 /24 (vlan 20), gateway : vlan adress
computer 2 : 192.168.32.1 /24 (vlan 20), gateway : vlan adress
As for the routing table, i left it in default :
Destination mask protocol Priority Next hop interface
127.0.0.0 255.0.0.0 Direct 0 127.0.0.1 InLoopBack0
127.0.0.1 255.255.255.255 Direct 0 127.0.0.1 InLoopBack0
192.168.20.0 255.255.255.0 Direct 0 192.168.20.230 Vlan-Interface20
192.168.20.230 255.255.255.255 Direct 0 127.0.0.1 InLoopBack0
192.168.32.0 255.255.255.0 Direct 0 192.168.32.230 vlan-Interface32
192.168.32.230 255.255.255.255 Direct 0 127.0.0.1 InLoopBack0
From computer 1, i ping vlan 20 address, and the vlan 32 address but not computer 2.
Same thing if i’m on computer 2. (for précision : both computer can ping each other on the same network)
I try to add ACL, but no result.
If anyone has ideas, i’m more than welcome to try.
Thank in advance,
#routingvlaninterinter-vlanACL