How to configure networking in Debian
Resources: https://wiki.debian.org/NetworkConfiguration
Oct 9, 20221 min read38
Search for a command to run...
Articles tagged with #networking
Resources: https://wiki.debian.org/NetworkConfiguration
Just run the following commands by adapting your interface names to the situation to turn your Linux computer into a minimal yet fully functional NAT router $ echo 1 > /proc/sys/net/ipv4/ip_forward # Edit the following file /etc/sysctl.conf and set t...
Have you ever wanted to run a script each time one of your network interface comes up ? A pretty interesting situation might be that you are you don't trust your ISP (I mean, who does ?) so you want to enable your VPN each time you are at home, and y...