Date: Thu, 9 Apr 1998 11:18:49 +0200 From: "H. Eckert" <ripley@nostromo.in-berlin.de> To: freebsd-isdn@FreeBSD.ORG Subject: Re: I4B & NAT Message-ID: <19980409111849.49940@nostromo.in-berlin.de> In-Reply-To: <352C2290.6FD4@ah.telia.no>; from Arve Ronning on Wed, Apr 08, 1998 at 06:21:20PM -0700 References: <352C2290.6FD4@ah.telia.no>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 08, 1998 at 06:21:20PM -0700, Arve Ronning wrote: > Gate# ipfw list > 00100 divert 6668 ip from any to any via isppp0 > 00200 allow ip from any to any > 65535 deny ip from any to any Compare with this: 02000 deny tcp from any 137-139 to any via ipi0 02001 deny udp from any 137-139 to any via ipi0 30000 divert 6668 ip from 10.175.55.0/24 to any via ipi0 30001 divert 6668 ip from any to <MY-REAL-IP-NR> via ipi0 > Gate# netstat -rn > Routing tables > > Internet: > Destination Gateway Flags Refs Use Netif Expire > default isppp0 USc 2 0 isppp0 > 0.0.0.1 default UH 0 0 isppp0 Destination Gateway Flags Refs Use Netif Expire default 193.101.72.9 UGSc 2 71795 ipi0 193.101.72.9 <MY-REAL-IP-NR> UH 1 2478 ipi0 But then I'm not using PPP and have static IP-numbers on both sides of the connection. Greetings, Ripley -- http://www.in-berlin.de/User/nostromo/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980409111849.49940>