[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ipfilter
Subject:    Re: ipnat on Solaris 8 problem & ipf on PicoBSD & ipv6
From:       Darren Reed <darrenr () reed ! wattle ! id ! au>
Date:       2000-10-31 12:12:56
[Download RAW message or body]

In some email I received from Nobody, sie wrote:
> hi all
> i got a problem with running ip filter 3.4.8 on Solaris 8/sparc with no
> MU, but with the suggested patch cluster.
> 
> I dont have a /dev/ipnat file. everything else runs fine, but all ipnat
> tools say /dev/ipnat: no such file or directory (ofcourse).
> i made a normal compile and install with make clean; make solaris; cd
> SunOS5; make package and everything installs fine, pkgadd shows no errors.
> what could i do?
> 
> the second question i have is: does ipf run on PicoBSD? (a single floppy
> version of FreeBSD3.0-current)
> 
> the third one: i got a ipv6 prefix, which is 3ffe:400:670::/48
> when i put "pass in quick on hme0 from any to 3ffe:400:670::/48" in
> /etc/opt/ipf/ipf.conf and ipf says: 
> 
> 46: bad mask (48)
> 
> when i put "pass in quick on hme0 from any to 3ffe:0400:0670:0:0:0:0:0" in
> the conf file, ipf says: 
> 
> 46: can't resolve hostname: 3ffe:0400:0670:0:0:0:0:0
> 46: bad host (3ffe:0400:0670:0:0:0:0:0)
> 
> what can i do?

You need to put IPv6 rules in /etc/ipf6.conf (I should update files for
this) and add this to /etc/init.d/ipfboot

if [ -f /etc/ipf6.conf ] ; then
	ipf -6f /etc/ipf6.conf
fi

Darren

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic