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

Simple or not simple? Lan1 and lan2 must see an ip camera... help

Paolo Sossio
Level 1
Level 1

Hi

I'm not an advanced expert of wifi/lan and I hope someone can help me.

[lan1 office] 192.168.1.x

[lan2 office] 192.168.2.x

[ip camera] Any

Every office have a router adsl connected to internet.

We do not want to send image of camera on internet (for performance and privacy reason)

I need that offices (lan1/lan2) can see the ip camera but lan1 must no access lan2 and vice versa.

The ipcamera is connected by cable for performance optimization but if this is a problem, i can use wifi.

Which economic product I need? access point/firewall/vpn/tunnel ??

How do I set?

thanks!

2 Replies 2

Hello
Applying a RACL on the L3 vlan interfaces should do what you desire

Ip access-list extended No-LAN2
deny tcp x.x.x.x y.y.y.y any  <-----Lan2 subnet
permit ip any any

Ip access-list extended No-LAN1
deny tcp x.x.x.x y.y.y.y any <-----Lan1 subnet
permit ip any any

Lan1 L3 interface
Ip access-group No-LAN2 OUT

Lan2 L3 interface
Ip access-group No-LAN1 OUT

res
Paul



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

Thanks for fast reply but, like writed up, I'm not an advanced user.

I need to know which hardware I need like "access point" (example: Cisco RV130W ?)

Review Cisco Networking for a $25 gift card