Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2001 07:47:38 +0930
From:      "reza jamshid" <rezaj_@hotmail.com>
To:        freebsd-security@freebsd.org
Subject:   getting DCC fully functioning with ipnat/ipf
Message-ID:  <F140318XjHDCHBDOVhs00011ad5@hotmail.com>

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

Hi,

Up until now my firewall/router (FreeBSD 4.3) works fine, but I havent been 
able to get DCC resuming and send to work from a machine inside my network.

I'm not sure if this has anything to do with my current rules setup, or if i 
am missing something.

>cat /etc/ipnat.rules

map ed0 192.168.1.0/24 -> 0/32

>cat /etc/ipf.rules

# Pass everything out of tun0

block out all
pass out quick on lo0 all
pass out quick on ed1 all
pass out quick on tun0 proto tcp all flags S/SA keep state keep frags
pass out quick on tun0 proto udp all keep state keep frags
pass out quick on tun0 proto icmp all keep state keep frags
pass out quick on tun0 all

# Pass lo0 and dc0, block the rest

block in log all
pass in quick on lo0 all
pass in quick on ed1 all


I was told that I need to install an irc proxy like tircproxy?

Has anyone done this successfully and can help shed some light?


TIA



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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




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