Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Aug 2001 17:41:09 +0200
From:      Martin Schweizer <pcservice.schweizer@spectraweb.ch>
To:        freebsd-stable@freebsd.org
Subject:   IPFirewall
Message-ID:  <20010826174109.A279@pc-service.ch>

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

Hier is my rc.conf:
(I also compiled my kernel with the firewall options)

-- snip
# Firewall #
firewall_enable="YES"
firewall_script="/etc/rc.firewall"
# firewall_type="OPEN"
-- snip

Hier is my rc.firewall:

# DNS
 ipfw add allow tcp from any to any 53
 ipfw add allow udp from any to any 53
# SMTP
 ipfw add allow tcp from any to any 25
 ipfw add allow udp from any to any 25
# POP3
 ipfw add allow tcp from any to any 110
 ipfw add allow udp from any to any 110

With this I can dial up to my provider but I became no DNS, SMTP or POP3 
connections. Why? What do you I need?

-- 
Regards

Martin Schweizer
<info@pc-service.ch>

PC-Service M. Schweizer; Gewerbehaus Schwarz; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010826174109.A279>