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
    ·
    5 months ago

    a more accurate diagram of what I’m targeting…

    ┌──────┐       ┌───────┐         ┌───┐  
    │Node 1│       │Node 2 │         │DVR│  
    └──┬───┘       └┬──────┘         └─┬─┘  
       │            │                  │    
       │            │                  │    
    vlan10         vlan10             vlan20
       │            │                  │    
       └─────────□  □  □───────────────┘    
                 ┌───────────┐              
                 │hEX refresh│              
                 │E50UG      │ □            
                 └───────────┘              
                     □                      
                     │                      
                     │                      
                     │                      
                  trunking                  
                     │                      
                     │                      
                     │                      
                     □                      
                   ┌───┐  □                 
                   │hEX│  □                 
                   └───┘  □                 
                          □                 
    

    □ = port

    So it should be possible for Node 1 to reach DVR ? Either trough Firewall or VLAN rules ?