Browsed by
Tag: networking

Basics Linux Network Sharing Python & HTTP

Basics Linux Network Sharing Python & HTTP

Super quick network sharing.  Simple HTTP Server Python has a super useful tool for serving files over HTTP. This is great if you just want to create a quick network share that other machines on your network can access. To do that just go to the directory you want to share and run: $ python -m SimpleHTTPServer This sets up a basic webserver that you can access via the localhost address. So grab the IP address of the machine you…

Read More Read More

OPNSense with Zerotier Setup – Network Bridge

OPNSense with Zerotier Setup – Network Bridge

Below are the steps required to get Zerotier setup on your OPNsense router to act as a network bridge between your Localnetwork and Clients with Zerotier client installed on remote networks. In ZT network screen: Managed routes: An IP assigned to the ZT network for the range selected e.g. 10.10.10.0/24. For the device the service runs on (OpnSense) there is a destination for 192.168.1.1/24 to LAN of the ZT network IP range you’ve set e.g. 10.10.10.22. Auth Activated for OpnSense…

Read More Read More