I need a little help with configuration of my HP 2920-48G Switch (J9728A) .
Only 2 Vlans and it has to be connected to firewall (192.168.3.99) that is connected to WAN .
I have configured as below and DHCP is working fine but no internet connection and do not know how to configure a port to connect back to firewall .
Hope that someone can help me with this . Thank you in advance !
---------------------------------------------------------------------------------------
config
vlan 10
name "Management"
ip address 192.168.1.1 255.255.255.0
dhcp-server
exit
dhcp-server pool "Management"
authoritative
default-router 192.168.1.1
dns-server "192.168.3.99"
network 192.168.1.0 255.255.255.0
range 192.168.1.120 192.168.1.200
exit
vlan 50
name "Staff"
ip address 192.168.50.1 255.255.248.0
dhcp-server
exit
dhcp-server pool "Staff"
authoritative
default-router 192.168.50.1
dns-server "192.168.3.99"
network 192.168.48.0 255.255.248.0
range 192.168.48.10 192.168.55.200
exit
dhcp-server enable
-----------------------------------------------------------------------------------------
It will be really great if you could directly email to me too (hope.neverfail@gmail.com) . thnks