Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 1997 19:18:58 +1000 (EST)
From:      "Daniel O'Callaghan" <danny@panda.hilink.com.au>
To:        Kevin Peteron <kevin@designusa.com>
Cc:        freebsd-isp@FreeBSD.ORG, questions@FreeBSD.ORG
Subject:   Re: IP and routing
Message-ID:  <Pine.BSF.3.91.970812190754.308N-100000@panda.hilink.com.au>
In-Reply-To: <3.0.3.32.19970812010907.0091dad0@mail.hughes.net>

next in thread | previous in thread | raw e-mail | index | archive | help


On Tue, 12 Aug 1997, Kevin Peteron wrote:

> Trying to setup my subnet with 6 machines. My provider is out of subnet
IP's to assign to me. Using Class A network numbers to try and make this
work. I know this would be a lot easier with a router, but with ISDN rates
changing, putting that 200-hour cap on, any way can't have full time
connection right now. Anyway I am somewhat of a newbie to FreeBSD. I will
try to explain as best as I can what I have done so far. 
 
> 
> ISDN dial up with dedicated IP (205.139.43.211 netmask 255.255.255.255)
> connected to NT 4.0.
 
> 
> NT 4.0 network card is set to 192.168.0.3 netmask 255.255.255.0. The NT
machine will not let me set the network card to 205.139.43.211 netmask
255.255.255.255. Says netmask invalid. NT 4.0 machine network card
connected to HUB. 

NT's IP is about 5 years behind the times. 

> FreeBSD (Ver. 2.2.2) machine with 2 network cards. One card set to
192.168.0.1 netmask 255.255.255.0 and the other card set to 205.139.43.211
netmask 255.255.255.255. Both cards are connected to HUB. Also have
Network Address Translation Daemon installed, but do not know if it is
working correctly. 

You are going about this the wrong way.  Is it possible for you to put 
the ISDN onto FreeBSD?  Is it a modem-like TA?  If you can do this, then 
do so (read the docs on ppp, see /etc/ppp/*)  Then you can put NAT onto 
FreeBSD.  You can't run NAT on FreeBSD if your legal IP address is on 
the NT box.  You can't use the same IP address on both the NT and FreeBSD 
boxes.

What you need is 

ISP------FreeBSD----HUB---{Win95+Win95}

FreeBSD should be 205.139.43.211 on ppp0 or tun0 (according to which ppp 
you use) and 192.168.0.1 on ethernet.


/*  Daniel O'Callaghan                                                     */
/*  HiLink Internet <http://www.hilink.com.au/>;       danny@hilink.com.au  */
/*  FreeBSD - works hard, plays hard...                 danny@freebsd.org  */




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.970812190754.308N-100000>