0Hi:
I configured HP 2530 with 2 VLANS (VALN 2 and VLAN3).
There is a linux server acting as a router with two network interfaces (one in VLAN 2 with IP 192.168.20.1 and the other in VLAN 3 with IP 192.168..30.1). There isn´t any filtered traffic, only ip fordwarding.
The network address are:
VLAN 2 (192.168.20.0/24)
VLAN 3 (192.168.30.0/24)
In this scenario, everything works fine. I placed some workstations in both VLANs/subnets and there isn´t any connectivity problem.
Now, I configured a DHCP server placed in VLAN2 (with IP 192.168.20.200). It has two scopes:
SCOPE 1: 192.168.20.2 – 192.168.20.5 with default gateway 192.168.20.1 (for worksrtations in VLAN 2)
SCOPE 2: 192.168.30.2 – 192.168.30.5 with default gateway 192.168.30.1 (for worksrtations in VLAN 3)
Only workstations in VLAN 2 get address from DHCP server.
This is the switch configuration:
ip default-gateway 192.168.20.1
vlan 1
name "DEFAULT_VLAN"
no untagged 1-30
untagged 31-52
no ip address
exit
vlan 2
name "VLAN2”
untagged 1-15
ip address 192.168.20.201 255.255.255.0
exit
vlan 3
name "VLAN3"
untagged 16-30
ip address 192.168.30.201 255.255.255.0
ip helper-address 192.168.20.200
exit
There isn´t any connectivity problem. For example, I can ping from a workstation in VLAN 3 (static IP address 192.168.30.30) to DHCP Server (192.168.20.200) and from DHCP server (192.168.20.200) to any workstation in VLAN 3 (192.168.30.30, for example). But DHCP isn´t working for VLAN 3 (only works for VLAN 2)
Could someone please help me?.
Best Regards
#DHCP