You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to run a Tor relay on a machine inside your network, you need to forward some ports to it. Note: It is possible to run a relay directly on your OpenWireless router, but the Tor Project has said that home routers are generally underpowered and do not make good relays.
Here are some details sent to the OpenWireless mailing list by a contributor who set up a server connected to their OpenWireless router to run a Tor relay. They include setting up a static IP on the server:
To assign a static IP
edited /etc/config/dhcp on the router and, in the
"config dhcp 'se00'" section, changed "option start '2'" to
"option start '3'" and "option limit '26'" to
"option limit '25'".
set the IPv4 settings on the server for the wired interface to
address 172.30.42.2, netmask 255.255.255.224, gateway 172.30.42.1,
and DNS server 172.30.42.1.