Date: Mon, 4 Oct 1999 10:02:57 -0400 (EDT) From: Bill <ankzt@maine.60north.net> To: Yusuf Goolamabbas <yusufg@outblaze.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Would like to mix static IP's and non-routable IP's on a LAN Message-ID: <Pine.BSF.4.05.9910040954240.75565-100000@maine.60north.net> In-Reply-To: <19991004081357.27746.qmail@yusufg.portal2.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Youll probabley need to describe your network in a bit more detail for a more exact solution to your question, for now ill assume your using your bsd box as a gateway with one ethernet card. Check out the man page for ifconfig, what you probabley want to do is alias the additional subnets. example: ifconfig ed1 alias 192.168.1.1 Im assuming you already have your nic config'd with public address, the netmask will default to whatever class address you enter, but if your going to subnet your unregistered networks (cant think of a siduation you would need to that for) do this... example: ifconfig ed1 alias 192.168.1.1 netmask 255.255.255.192 When your done you need to add the route to localhost.. route add 192.168.1.1 127.0.0.1 that should do it for you. On 4 Oct 1999, Yusuf Goolamabbas wrote: > Hi, I have a bunch of static IP's allocated to me (/26) network and I > would like to reclaim some static IP's and replace them with non > routable IP's (192.168.x.x). I read about NAT and tried to configure a > machine with NAT and make it be the gateway. > > All machines currently have a netmask of 255.255.255.192 and if I use > the 192.168.x.x address space. I get a netmask of 255.255.255.0. I am > not sure if this mismatch is allowed since the machines are on the > same segment > > Any suggestions on how I can do this ? > > Cheers, /Yusuf > -- > Yusuf Goolamabbas > yusufg@outblaze.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > 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?Pine.BSF.4.05.9910040954240.75565-100000>