Re: Install IPFILTER question

2004-05-22 Thread Remko Lodder
well...
Stephen Liu wrote:

options IPFILTER#ipfilter
support
options IPFILTER_LOG#ipfilter
logging
options IPFILTER_DEFAULT_BLOCK  #block all
packets by default
options PFIL_HOOKS  #required by
IPFILTER
That seems like you have to enable this in the kernel config, recompile 
it, and it should load.
The rest of the rules etc you need to write yourself.

Kindly advise how to install IPFILTER and/or edit
kernel option to enable it.
As we do always with your countless questions, see above.
Note, that i personally would love to see you grow a bit more into
FreeBSD. What do i mean with that?
Try yourself, and search on the internet, the mailinglist archives etc 
to achieve your goal. You ask plenty of questions which most of them are
findable on the internet or perhaps even in the handbook and or faq.

The reason i say this is the amount of questions you provide, and the 
growth level i personally see (nearly flat ...)
If you are able to search/find/tryout etc. You will understand FreeBSD 
sooner, giving us more space since you are then able to reply to 
questions yourself ;)

Cheers!
TIA
B.R.
Stephen Liu
___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
--
Kind regards,
Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the 
hackerscene
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Install IPFILTER question

2004-05-21 Thread fbsd_user
Check the questions archives, this was just answered within the last
2 weeks.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Stephen Liu
Sent: Friday, May 21, 2004 7:35 AM
To: [EMAIL PROTECTED]
Subject: Install IPFILTER question

Hi folks,

FreeBSD 5.2
===

I tried to install and run IPFILTER but met with
following problems;

# which ipfilter
ipfilter: Command not found.

# whereis ipfilter
ipfilter: /usr/src/contrib/ipfilter
# ls /usr/share/examples/ | grep ipfilter
ipfilter

# pkg_info | grep -i ipfilter
No printout

# cd /usr/ports/
# make search -i name=ipfilter
# make search name=ipfilter
Both with no printout

# ee /usr/src/sys/conf/NOTES, searchig for 'IPFILTER'
and found follows;

options MROUTING# Multicast
routing
options PIM # Protocol
Independent Multicast
options IPFIREWALL  #firewall
options IPFIREWALL_VERBOSE  #enable
logging to syslogd(8)
options IPFIREWALL_VERBOSE_LIMIT=100#limit
verbosity
options IPFIREWALL_DEFAULT_TO_ACCEPT#allow
everything by default
options IPV6FIREWALL#firewall for
IPv6
options IPV6FIREWALL_VERBOSE
options IPV6FIREWALL_VERBOSE_LIMIT=100
options IPV6FIREWALL_DEFAULT_TO_ACCEPT
options IPDIVERT#divert
sockets
options IPFILTER#ipfilter
support
options IPFILTER_LOG#ipfilter
logging
options IPFILTER_DEFAULT_BLOCK  #block all
packets by default
options IPSTEALTH   #support for
stealth forwarding
options PFIL_HOOKS  #required by
IPFILTER
options TCPDEBUG

Kindly advise how to install IPFILTER and/or edit
kernel option to enable it.

TIA

B.R.
Stephen Liu



___
Do You Yahoo!?
Get your free @yahoo.com.hk address at
http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Install IPFILTER question

2004-05-21 Thread horio shoichi
On Fri, 21 May 2004 19:35:01 +0800 (CST)
Stephen Liu [EMAIL PROTECTED] wrote:
 Hi folks,
 
 FreeBSD 5.2
 ===
 
 I tried to install and run IPFILTER but met with
 following problems;
 
 # which ipfilter
 ipfilter: Command not found.
 
 # whereis ipfilter
 ipfilter: /usr/src/contrib/ipfilter
 # ls /usr/share/examples/ | grep ipfilter
 ipfilter
 
 # pkg_info | grep -i ipfilter
 No printout
 
 # cd /usr/ports/
 # make search -i name=ipfilter
 # make search name=ipfilter
 Both with no printout
 
 # ee /usr/src/sys/conf/NOTES, searchig for 'IPFILTER'
 and found follows;
 
 options MROUTING# Multicast
 routing
 options PIM # Protocol
 Independent Multicast
 options IPFIREWALL  #firewall
 options IPFIREWALL_VERBOSE  #enable
 logging to syslogd(8)
 options IPFIREWALL_VERBOSE_LIMIT=100#limit
 verbosity
 options IPFIREWALL_DEFAULT_TO_ACCEPT#allow
 everything by default
 options IPV6FIREWALL#firewall for
 IPv6
 options IPV6FIREWALL_VERBOSE
 options IPV6FIREWALL_VERBOSE_LIMIT=100
 options IPV6FIREWALL_DEFAULT_TO_ACCEPT
 options IPDIVERT#divert
 sockets
 options IPFILTER#ipfilter
 support
 options IPFILTER_LOG#ipfilter
 logging
 options IPFILTER_DEFAULT_BLOCK  #block all
 packets by default
 options IPSTEALTH   #support for
 stealth forwarding
 options PFIL_HOOKS  #required by
 IPFILTER
 options TCPDEBUG
 
 Kindly advise how to install IPFILTER and/or edit
 kernel option to enable it.
 
 TIA
 
 B.R.
 Stephen Liu
 
 
 ___
 Do You Yahoo!?
 Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

ipf is what ipfw is for ipfirewall.



horio shoichi

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]