Re: DCC send/receive and FBSD 5.1 using IPF/IPNAT
From: Jayel (jarthel_at_excite.com)
Date: 08/25/03
- Previous message: Bruce M Simpson: "Re: Receiving INADDR_BROADCAST packets"
- Maybe in reply to: Jayel: "DCC send/receive and FBSD 5.1 using IPF/IPNAT"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: sub_0@netcabo.pt Date: Mon, 25 Aug 2003 00:26:31 -0400 (EDT)
I have the following rules in ipnat.rules:
--------------------
rdr tun0 0/32 port 19995 -> 192.168.2.2 port 19995
rdr tun0 0/32 port 19996 -> 192.168.2.2 port 19996
rdr tun0 0/32 port 19997 -> 192.168.2.2 port 19997
rdr tun0 0/32 port 19998 -> 192.168.2.2 port 19998
rdr tun0 0/32 port 19999 -> 192.168.2.2 port 19999
-------------------
I also have the following rules in ipf.rules:
------------------
pass in quick on tun0 proto tcp from any to 192.168.2.2/32 port 19995 >< 19999 flags S keep state
----------------------
Do those rules looks okay for DCC send/receive?
How about setting up a DCC server running on port = 59 on 192.168.2.2/32?
Same rules as above but different port number?
Thank you
jayel
_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
- Previous message: Bruce M Simpson: "Re: Receiving INADDR_BROADCAST packets"
- Maybe in reply to: Jayel: "DCC send/receive and FBSD 5.1 using IPF/IPNAT"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|