[linux] Re: Hoe kan ik ifup de default route laten instellen?

Paul Slootman paul+nospam op wurtel.net
Wo Apr 27 11:31:08 CEST 2005


On Wed 27 Apr 2005, Bram Mertens wrote:
> 
> Als ik nu /etc/network/interfaces aanpas en er het volgende van maak:
> auto lo
> iface lo inet loopback
> 
> iface eth0 inet static
>         address 192.168.1.133
>         netmask 255.255.255.0
>         broadcast 192.168.1.255

> [...]
> maar route geeft:
> imladris:/home/m8ram# route
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
> 192.168.1.0     *               255.255.255.0   U     0      0        0 eth0

Uit man interfaces:

              gateway address
                    Default gateway (dotted quad)

Dus een regeltje toevoegen aan de eth0 stanza als volgt:
    gateway 192.168.1.1


Paul Slootman



More information about the Linux mailing list