[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mehrere Gateways in /etc/network/interfaces



On Fri, Jul 11, 2003 at 02:02:04PM +0200, Andreas Metzler wrote:
> On Fri, Jul 11, 2003 at 01:50:21PM +0200, Jan Luehr wrote:
> > in auf Seite 44 im "The Linux Network Administrator's Guide, Second
> > Edition"[1]
> 
> Wo? Ich habe das Buch nicht, gibt es keinen Link, kannst du sie nicht
> einfach abtippen?

http://www.oreilly.de/catalog/linag2/book/ch02.html

auto fddi0
iface fddi0 inet static
    address 149.76.1.1
    network 149.76.1.0
    netmask 255.255.255.0
    broadcast 149.76.1.255
    up route add -net 149.76.2.0 netmask 255.255.255.0 gw 149.76.1.2
    up route add -net 149.76.3.0 netmask 255.255.255.0 gw 149.76.1.3
    up route add -net 149.76.5.0 netmask 255.255.255.0 gw 149.76.1.5
    up route add default gw 149.76.1.2

auto eth0
iface eth0 inet static
    address 149.76.4.1
    network 149.76.4.0
    netmask 255.255.255.0
    broadcast 149.76.4.255

-- 
Martin Reising			mailaddress see header
natural computing GmbH		http://www.natural-computing.de/
Martener Str. 535 		Phone: +49 231 6104850 
44379 Dortmund			Fax:   +49 231 6104840



Reply to: