Switches, Hubs, and Modems
1753971 Members
7932 Online
108811 Solutions
New Discussion

Re: How do I setup a shared printer on HP 2626 with 2 VLANs

 
smholt
New Member

How do I setup a shared printer on HP 2626 with 2 VLANs

I need som help to setup a 2626 swith. I have configured 2 VLANS, but are not able to figure out how to setup a networkprinter that could be shared on the VLAN's.
I am a novise on networks, and hopefully some of the experts out there are listening and can help :-)

The current setup on the swith:(This may need to be changed if some of you say so, no special needs,expect sharing the printer)

; J4900B Configuration Editor; Created on release #H.08.98

hostname "ProCurve Switch 2626"
snmp-server location "Cappelengaarden"
ip default-gateway 192.168.16.2
snmp-server community "public" Unrestricted
snmp-server host 192.168.0.77 "public"
vlan 1
name "DEFAULT_VLAN"
forbid 17-26
untagged 1-16
ip address 192.168.0.208 255.255.254.0
no untagged 17-26
exit
vlan 2
name "EVCON_Vlan"
forbid 1-16
untagged 17-26
ip address 192.168.16.208 255.255.255.0
exit

The printer is connected(via a hub) on port 4 with ip 192.168.0.10 and are accessible from "DEFAULT_VLAN"

I need some help to setup the config so the same printer will be accesible on "EVCON_Vlan" (using the same IP)

I am not sure if the current config can be used, but I can rearrange everything if necesarry.

If anybody could give me a hand, it would be nice.

regards,
smholt
1 REPLY 1
cenk sasmaztin
Honored Contributor

Re: How do I setup a shared printer on HP 2626 with 2 VLANs

hi smholt

change switch config very easy
you can write command on switch for routing between vlans
and change printer and pc ip default gateway

for example
printer conect port 4
ip address 192.168.0.10
subnet mask 255.255.255.0
default gateway 192.168.0.208

pc
ip address 192.168.16.20
subnet mask 255.255.255.0
default gateway 192.168.16.208

and you can ping on pc to printer for test


cenk








cenk