Nicola Tiling <nti(at)w4w.net> wrote:
> Das ist grade der Clou beim Linux-Routing: Ich route über ein Interface
> und nicht über eine explizite IP-Nummer.
>
> Geht bei Linux
> # route add -net 192.168.10.0 gw 212.42.225.1
> und FreeBSD
> # route add -net 192.168.10.0 212.42.225.1
>
> Geht nur bei Linux
> # route add -net 192.168.10.0 netmask 255.255.255.0 dev eth1
> ^^^^^^^^
Mir ist noch nicht klar, wozu man das braucht, was man nicht
schon mit Interface-Aliasen und normalen Routen machen kann.
> Das ist insbesondere i.Z. mit NAT und dynamischen IP-Nummern interessant
> im trivialen Fall um komplette Netze hinter einem T-DSL Anschluß
> verstecken zu können.
Genau das geht mit FreeBSD »einfach so«.
Gruß
Olli
-- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "All that we see or seem is just a dream within a dream" (E. A. Poe) To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Mon 14 Oct 2002 - 15:38:56 CEST