Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 1998 09:21:45 +0200
From:      Mark Huizer <freebsd@xaa.iae.nl>
To:        Gregory Sutter <gsutter@pobox.com>, Matthew Hunt <mph@pobox.com>, Chris Martino <chrismar@peanut.readington.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: Networking: Subnets
Message-ID:  <19980823092145.A299@xaa.iae.nl>
In-Reply-To: <19980822223841.S924@notabene.zer0.org>; from Gregory Sutter on Sat, Aug 22, 1998 at 10:38:41PM -0700
References:  <Pine.BSF.3.96.980822201315.1615A-100000@peanut.readington.com> <19980822194239.P924@notabene.zer0.org> <19980822232151.A21337@astro.psu.edu> <19980822223841.S924@notabene.zer0.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Aug 22, 1998 at 10:38:41PM -0700, Gregory Sutter wrote:
> On Sat, Aug 22, 1998 at 11:21:51PM -0400, Matthew Hunt wrote:
> > On Sat, Aug 22, 1998 at 07:42:39PM -0700, GReg Sutter wrote:
> > 
> > > In your ppp.conf, turn on the aliasing options (man ppp for detail) so
> > > that packets will be translated to the correct place:
> > 
> > He said he had a 6-host subnet from his ISP, so his machines should
> > all have real addresses, and aliasing should not be used.
> 
> Oops.  Right!
> 
Meaning he doesn't need that, the same setup here.

ifconfig -a:
------------

ed0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
	inet 194.151.75.9 netmask 0xfffffff8 broadcast 194.151.75.15
	ether 00:40:95:00:91:d8 
ppp0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 552
	inet 194.151.75.9 --> 194.151.77.11 netmask 0xffffffff 

netstat -rn:
------------
Routing tables

Internet:
Destination        Gateway            Flags     Refs     Use     Netif Expire
default            194.151.77.11      UGSc       40    95605     ppp0
127.0.0.1          127.0.0.1          UH         11     9790      lo0
194.151.75.8       ff:ff:ff:ff:ff:ff  UHLWb       0        9      ed0 =>
194.151.75.8/29    link#1             UC          0        0      ed0
194.151.75.9       0:40:95:0:91:d8    UHLW        1  1762544      lo0
194.151.75.10      0:40:95:0:88:d2    UHLW       10 20854762      ed0    779
194.151.75.11      link#1             UHLW        1   162449      ed0
194.151.75.13      link#1             UHLS        1   100903      ed0
194.151.75.15      ff:ff:ff:ff:ff:ff  UHLWb       3    15525      ed0
194.151.77.11      194.151.75.9       UH         40        0     ppp0

Mark
-- 
Nice testing in little China...

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980823092145.A299>