@robk
Ive go the following in my core switch:
Code:
hostname "ProCurve Switch 4204vl"
snmp-server contact ""
snmp-server location "Server Room"
max-vlans 256
module 1 type J8768A
module 2 type J9033A
module 3 type J9033A
module 4 type J9033A
ip default-gateway 172.16.24.8
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged A1-A24,B1-B24,C1-C24,D1-D24
ip address 172.16.24.24 255.255.248.0
ip helper-address 172.16.24.4
ip igmp
exit
vlan 2
name "Staff-BYOD"
ip address 192.168.12.1 255.255.252.0
ip helper-address 172.16.24.4
tagged A1,A3-A4,A9,A11,A14
exit
vlan 3
name "Stu-BYOD"
ip address 192.168.16.1 255.255.248.0
ip helper-address 172.16.24.4
tagged A1,A3-A4,A9,A11,A14
exit
vlan 4
name "Guests_BYOD"
ip address 192.168.24.1 255.255.255.0
ip helper-address 172.16.24.4
tagged A3-A4,A9,A11,A14
exit
ip route 0.0.0.0 0.0.0.0 172.16.24.8
spanning-tree
On my DHCP ive got STAFF-BYOD = 192.168.12.1 - 192.168.15.254 with 192.168.12.21 as the first lease and got my router set as 172.16.24.8.
Is that right? Ive tried it and im not getting the SSL login page.