0 down vote favorite
I am running dhcp on server 2012 and an astaro UTM firewall. I have a catalyst 3560 with vlan 20, 30 and 40. vlan 20 being the native vlan. When using astaro firewall for dhcp with scopes for each vlan i get ips for each vlan. eg 10.1.20.x, 10.1.30.x. 10.1.40.x.
Now am trying to use dhcp on server 2012. the scopes are set up but i only get ips on vlan 20 (native) I do have ip helper-address on interface vlan 30 and 40 but still not geting ips. also do have server dhpc on.
vLAN configuration on the switch:
interface Vlan20
ip address 10.1.20.50 255.255.255.0
!
interface Vlan30
ip address 10.1.30.50 255.255.255.0
ip helper-address 10.1.20.3
!
interface Vlan40
ip address 10.1.40.50 255.255.255.0
ip helper-address 10.1.20.3
!
Please help