↧
Fast guide on how to manually configure your network under linux console
Let’s say your network settings are as following: IP: 10.10.0.25 NETMASK: 255.255.255.0 GATEWAY: 10.10.0.1 DNS SERVERS: 10.10.0.2, 10.10.0.3 Before starting it is very useful to run ifconfig, in order...
View Article