Subject: Re: I've been verizoned!
To: port-mac68k@netbsd.org <port-mac68k@netbsd.org>
From: Salvatore Mancini <salvatore@bellatlantic.net>
List: port-mac68k
Date: 09/18/2000 02:11:33
Ok so far so good. It looks like I did have the m68k version instead  of the
i386. I got the right one, reinstalled 1.4.2, then ppp2.3.10 and finally
rp-pppoe2.0. I have successfully connected with the pc(running netbsd142). I am
trying to set up the firewall. I am able to ping the nic connected to the adsl
modemfrom other machines on the lan but cannot get onto the net from there. I
have ipnat and ipfilter on.

ipnat.conf reads

#/sbin/ipnat -f
#
map ne2 192.168.100.1/32 -> 151.203.0.0/16 portmap tcp/udp 40000:60000
map ne2 192.168.100.1/32 -> 151.203.0.0/16

map ne2 192.168.100.1/32 -> 151.203.0.0/16 proxy port ftp tcp/udp


ipf.conf reads

#/sbin/ipf -f -

block in quick all with short

When I had a static ip 151.203.0.0/16 was 151.203.19.71/32 and it worked great.
I will continue searching the net for firewall stuff. I feel like I am only
missing a few things here. I can almost smell it is so close

Sal

Erik Winkler wrote:

> If you download the ppp-2.3.10 archive from the link I gave you, you should
> only have to type make install.  The only problem you may run
> into is if you didn;t do a full NetBSD install.  You need some additional
> utilities to build ppp for some reason and these are stored in the
> /usr/share directory.  Here is my recommendation:
>
> 1) Start with a full NetBSD 1.4.2 install - everything except X should be
> sufficient.
> 2) Rebuild ppp and install it.
> 3) Rebuild pppoe and install it.
>
> I have found that a less than full install of NetBSD won't compile ppp.  I'm
> not sure which archive the required files are in, but I think in might be
> misc.tgz.
>
> Erik
>
> Salvatore Mancini wrote:
>
> > Hi Erik
> >
> > I am a little further along. I have a fresh install of 1.4.2. I got
> > rp-pppoe-2.2 and ppp-2.3.10. I cannot seem to compile ppp. I type
> >
> > ./configure        then
> >
> > make  and get
> >
> > all===>chat
> > make: don't know how to make /usr/share/tmac/tmac.andoc. Stop
> > ***Error code 2
> >
> > Stop.
> >
> > Any suggestions
> > TIA:>}
> > Sal
> >
> > Erik Winkler wrote:
> >
> > > Check out http://home.sprynet.com/~minaret/pppoe/ for information on a
> > > BSD version.  I have compiled 68K versions at
> > > http://204.250.126.69/firewall/.  You need ppp-2.3.10 and rp-pppoe-2.1.
> > > Use "make install" after extracting the archives.  The stock ppp that
> > > installs with NetBSD won't work.
> > >
> > > Expect less than steller performance because pppoe runs as user.
> > >
> > > Erik
> > >
> > > Salvatore Mancini wrote:
> > >
> > > > Hello all
> > > >
> > > > I want to reconfigure my firewall to work with pppoe. Verizon took my
> > > > static ip away. How do I go about this? Any help would be
> > > > appreciated.....
> > > >
> > > > Salvatore Mancini