Archive for August 23rd, 2009

  • Fast guide on how to manually configure your network under linux console

    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 to see the network interfaces. The output should look similar to this: eth0 Link encap:Ethernet HWaddr 00:1a:31:a2:1d:de [...]

    Full Story