Network

Turtlestack current network configuration is as shown :

graph LR
    subgraph UK        
        TLAP[PRB Dev Laptop] --> TS[TurtleServer] 
        THL[PRB Dev Machine] --> TS
        TS --> FW_TS(Firewall)
        FW_TS  --> Router(Domestic Router)
        Router --> FW_Router_UK(Firewall)
    end

    subgraph India
        E(Dev machine H-IN-002) --> RouterIN(Domestic Router)
        RouterIN --> FW_Router_IN(Firewall)
    end

    FW_Router_IN <--> ci((Internet))
    FW_Router_UK <--> ci((Internet))
  

NB As a primarily WFH (work from home) business the significance of properly configuring all firewalls!


See any errors? Please refer them back to us as part of our continuous improvement!