Hi,

Is it possible in a router to route traffic from one specific node ( here the laptop to the DVR) but not the other way around ( DVR to 192.168.10.0/28 ) ?

        192.168.10.1/28             
            ┌──────┐                
            │laptop│                
            └───┬──┘                
                │                   
                │                   
                │                   
                ▼                   
             ┌──────┐               
        ┌────┤router├──┐            
        │    └──────┘  │            
        │              │            
        ▼              ▼            
     ┌──────┐        ┌───┐          
     │server│        │DVR│          
     └──────┘        └───┘          
192.168.10.2/28      192.168.20.1/28
                             ──     

Meaning, I want to keep the DVR in it’s subnet only. But allow the laptop to reach it.

Thanks.

  • CorsairOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    6 months ago

    Thanks @[email protected]

    with Firewall I get how to do it, but with VLAN ??
    I was thinking an access port could be only on VLAN at the time no ?