RE: Frage zu Pseudo devices und Vlans

From: Nicola Tiling <nti(at)w4w.net>
Date: Mon, 14 Oct 2002 14:41:50 +0200

Hi

> Dein Routing Beispiel verstehe ich nicht.
> Bei nicht Point-To-Point Interfaces musst du schon eine Gateway-IP
> angeben.

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
                                                      ^^^^^^^^
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.

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Mon 14 Oct 2002 - 14:42:10 CEST

search this site