User Tools

Site Tools


networking

This is an old revision of the document!




Table of Contents

Interfaces

/etc/network/interfaces

auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
        address 172.29.0.11
        netmask 255.255.255.0
auto eth1
iface eth1 inet static
        address 131.193.35.155
        netmask 255.255.255.0
        gateway 131.193.35.1

dns resolution

this is not needed on machines that get dhcp settings

/etc/resolv.conf

nameserver 172.29.0.1

testing

ping google.com
networking.1256962879.txt.gz · Last modified: 2021/05/02 21:36 (external edit)