You are not logged in.
Hello,
I have at home a desktop computer, which I set as a server for the family.
At the beginning all traffic was trough the router-modem, but that was a bottleneck. Then I added an AP that is connected to the server via ethernet. The AP is able to handle incoming DHCP request and it is thought to serve the local traffic, even the server is giving internet access.
The server uses NetworkManager to prepare the internet connection, but actually it fails every reboot time.
Every times I do
# route del default eth0
# route add default gw 192.168.1.1 wlan0
This puts the things back, to send the internet requests to the router (192.168.1.1), while the AP has IP 192.168.2.1 manually set on the eth0.
One more problem arise from the security setup, that I arranged with privoxy >tor>pdns > internet. Privoxy fail start in a proper order then I need to restart it manually.
So I thought to rearrange the whole setup in a manner and order which won't fail, by systemd operations. The only probable problem is around the router DHCP, but is set to give a fixed IP to the server.
Hoping some suggestion, thanks.
do it good first, it will be faster than do it twice the saint
Offline
You might need to setup this with netctl.
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
I started to study the option.
Does this mean to remove all NetworkManager's stuff, then?
do it good first, it will be faster than do it twice the saint
Offline