cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
580
Views
0
Helpful
2
Replies

Block cross network printer sharing

nigel2392
Level 1
Level 1

Hello! I have made 2 interconnected networks.

 

I want the devices from network 1, to not be able to communicate with printer from network 2

 

I want the devices from network 2, to not be able to communicate with printer from network 1printer sharing, printers

 

I want the rest of the devices of network 1 to be able to communicate with all devices on network 2, except for the printer ofcourse.

 

I want the rest of the devices of network 2 to be able to communicate with all devices on network 1, except for the printer.

 

How would one go about this?

 

I have searched extensively online, but cannot really find a solution. I have asked my tutor, and he says packet tracer does not support this feature. 

Any help is very much appreciated!!!

packettracerhelp.png

2 Replies 2

Hi

 This is quite simple. First of all, you need to determine where to place an Access List.  If you want to block devices on network 1 to communicate with a printer in network 2, then, make sense you place your Access List somewhere in the network 1.  Cause dont make sense the packet travel all around the netwok 1 to be blocked on the destination. Did you get it?

 This is perfect possible in PacketTracer.

 

Hello

 

Example: Network 1 rtr
Ip access-list extended printer

deny ip any host <printer network2>

Permit ip any amy

 

int x/x

Ip access-group printer in

Example: Network 2 rtr
Ip access-list extended printer

deny ip any host <printer network1>

permit ip any amy

 

int x/x

Ip access-group printer in


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Review Cisco Networking for a $25 gift card