Aruba & ProVision-based
1752586 Members
4246 Online
108788 Solutions
New Discussion

Help with Procurve 2920 config.

 
nbittinger
New Member

Help with Procurve 2920 config.

I am trying to isolate one port (37) on a procurve 2920 in a vlan with their own dhcp server.  All of this being housed on the switch.  I have the dhcp server working.  How can i pull the working internet over onto the second vlan (vlan 100) from the default?  What am i doing wrong?  I basically need this to work like a home router.  the dhcp server on the switch pulls a working 10.x.x.x ip and nats to a 192.x.x.x

hostname "HP-2920-48G-POE+"
module 1 type j9729a
snmp-server community "public" unrestricted
oobm
   ip address dhcp-bootp
   exit
vlan 1
   name "DEFAULT_VLAN"
   no untagged 37
   untagged 1-36,38-48,A1-A2,B1-B2
   ip address dhcp-bootp
   exit
vlan 100
   name "VLAN100"
   untagged 37
   ip address 192.168.2.1 255.255.255.0
   dhcp-server
 exit
dhcp-server pool "100ivn"
   default-router "192.168.2.1"
   network 192.168.2.0 255.255.255.0
   range 192.168.2.10 192.168.2.15
   exit
dhcp-server enable

 

1 REPLY 1
Richard Litchfield
Respected Contributor

Re: Help with Procurve 2920 config.

There is no NAT function on any ProCurve/AOSS switch.