On Thu, Jun 19, 2003 at 02:21:16PM +0200, Carsten wrote:
> --- snip ---
>
> gateway# ipfw list
> 00100 allow ip from any to any via lo0
> 00200 deny ip from any to 127.0.0.0/8
> 00300 deny ip from 127.0.0.0/8 to any
> 65000 allow ip from any to any
> 65535 deny ip from any to any
>
Da Du mit natd arbeitest fehlt dir für die ERSTE Zeile:
--- snip ---
# Divert all packets through the tunnel interface.
$fwcmd add divert natd all from any to any via tun0
--- snap ---
sollte als ERSTES in der Regeldatei stehen und bei einem 'ipfw list'
auch als erstes auftauchen.
-- K.André Braselmann - see header for details - 'Stolz ist die Maske der eigenen Fehler -- Talmud' To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Thu 19 Jun 2003 - 14:58:30 CEST