Link to home
Start Free TrialLog in
Avatar of HBMI
HBMIFlag for United States of America

asked on

need port on switch to be different IP address

I have a HP J8698A (ip=192.168.50.1) connected via fiber to a HP J4819A (ip=192.168.60.1) and would like to have at least 1 port on the 192.168.60.1 have an ip=192.168.50.xxx for a new server.  

Everyone in building A is on 192.168.50.1
Everyone in building B is on 192.168.60.1
I need my server in building B to have an ip address of 192.168.50.15

Is this something a VLAN would take care of or is their a different solution?
Avatar of OCDan
OCDan
Flag of United Kingdom of Great Britain and Northern Ireland image

A VLAN would be the most obvious choice, you have a good switch that is more than capable of it, so go for it.
Technically, you don't have to create a VLAN for this, but it would be recommended to split up the broadcast domains and increase security.  If you don't use a VLAN, you just have to make sure your default router has the correct static route in place to route between the subnets.
SOLUTION
Avatar of schmitty007
schmitty007
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of HBMI

ASKER

I am not too good with v-lans but I did give it a try.  In building B I added vlan 99 and tagged port c1 thinking that this would give c1 a 192.168.50.xx ip address but it did not.  What am I missing?



192.168.50.1  (Bilding A)
------------------------------------------------------------------------------------------------------------------------------------------
vlan 1
   name "DEFAULT .50"
   untagged A1-A4,B1-B24,C1-C24,D1-D10,D12-D21,D23-D24,E1-E21,E23-E24,F1-F3,F5-F
   ip helper-address 192.168.50.13
   ip address 192.168.50.1 255.255.255.0
   no untagged D11,D22,E22,F4,F9,F20,F22-F24,Trk1-Trk3
   ip igmp
   exit
vlan 3
vlan 5
   name "v5"
   untagged Trk2
   qos priority 0
   ip helper-address 192.168.50.13
   ip address 192.168.60.1 255.255.255.0
   exit


19.168.60.1 (Building B)
---------------------------------------------------------------------------------------------------------------------------------------
vlan 1
   name "DEFAULT_VLAN"
   untagged A2-A4,B1-B4,C2-C24,D1-D24,E1-E24,F1-F24,H1-H16,Trk1
   ip address 192.168.60.4 255.255.255.0
   ip helper-address 192.168.50.13
   no untagged C1
   exit
vlan 99
   name "VLAN99"
   ip address 192.168.50.5 255.255.255.0
   ip helper-address 192.168.50.13
   tagged C1
   exit
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial