Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2002 18:22:37 +0200
From:      Radko Keves <rado@studnet.sk>
To:        questions@FreeBSD.org
Subject:   re: again question about firewall
Message-ID:  <20020826162237.GA36486@studnet.sk>

next in thread | raw e-mail | index | archive | help
i compare LINT and my kernel config file for replace ipl.ko and ip6fw.ko
my config: (firewall part)
options         IPFIREWALL
options         IPFIREWALL_VERBOSE
options         IPFIREWALL_VERBOSE_LIMIT=50
options         IPV6FIREWALL
options         IPV6FIREWALL_VERBOSE
options         IPV6FIREWALL_VERBOSE_LIMIT=50
options         IPV6FIREWALL_DEFAULT_TO_ACCEPT
options         IPDIVERT
options         IPFILTER
options         IPFILTER_LOG
options         IPFILTER_DEFAULT_BLOCK
options         ACCEPT_FILTER_DATA
options         ACCEPT_FILTER_HTTP
options         PFIL_HOOKS
options         DUMMYNET

my script for firewall use log and IPv6 part too (ipfw, ip6fw)

restart was good, but:
#ping sun.unitra.sk
no route no host
..
..

huuups, but when:

#kldload ip6fw.ko
#kldload ipl.ko
(manualy)

#ping sun.unitra.sk
PING sun.unitra.sk (193.87.12.90): 56 data bytes
64 bytes from 193.87.12.90: icmp_seq=0 ttl=254 time=1.897 ms
..
..

have i forgot something ? or it's current problem ?

thank and bye
-- 
18:16  up 31 mins, 4 users, load averages: 3,00 3,00 2,67
--
FreeBSD 5.0-CURRENT #11: root@kripel:/usr/src/sys/i386/compile/angel

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?20020826162237.GA36486>