ipf/ipnat setup

2003-02-03 Thread Redmond Militante
- Forwarded message from Redmond Militante [EMAIL PROTECTED] - Date: Mon, 3 Feb 2003 17:32:55 -0600 From: Redmond Militante [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: ipf/ipnat setup Reply-To: Redmond Militante [EMAIL PROTECTED] User-Agent: Mutt/1.4i X-Sender: [EMAIL PROTECTED] X

Help with IPF and IPNAT

2002-12-25 Thread [EMAIL PROTECTED]
in all and pass out all. From the gateway itself I can ping anywhere outside or inside. I have tried loading IPNAT and IPF as loadable kernel modules by adding the following to /etc/rc.conf: gateway_enable=YES network_interfaces=x10 dc0 lo0 ifconfig x10... ifconfig dc0... ipfilter_enable=YES

Re: Help with IPF and IPNAT

2002-12-25 Thread Aleksey I. Yurlov
tried loading IPNAT and IPF as loadable kernel modules by adding the following to /etc/rc.conf: gateway_enable=YES network_interfaces=x10 dc0 lo0 ifconfig x10... ifconfig dc0... ipfilter_enable=YES ipfilter_rules=/etc/ipf.rules ipfilter_program=/sbin/ipf ipfilter_flags= ipnat_enable=YES ipnat_program

Re: Help with IPF and IPNAT

2002-12-25 Thread Marco Radzinschi
the ext. interface. For testing my rules are pass in all and pass out all. From the gateway itself I can ping anywhere outside or inside. I have tried loading IPNAT and IPF as loadable kernel modules by adding the following to /etc/rc.conf: gateway_enable=YES network_interfaces=x10 dc0 lo0

converting natd syntax to ipnat

2002-12-15 Thread Martin Karlsson
Hi list, could someone please help me translate the following natd-snippet to ipnat syntax?: use_sockets yes same_ports yes unregistered_only yes redirect_port tcp 10.0.1.1:21 21 I'm (more or less) following the tutorial on how to set up a lightweight FTP jail with NAT, which can be found

Re: IPNAT help

2002-12-09 Thread Fernando Gleiser
On Tue, 17 Dec 2002, Mike wrote: Trying to setup a small local network off of my DSL. Currently I use a different OS to do this but I am switching, or trying to.. I am using IPNAT and have added all of the options to redo the kernel. options INET#InterNETworking

RE: IPNAT help --Thank You

2002-12-09 Thread Mike
: Monday, December 09, 2002 7:26 AM To: Mike Cc: [EMAIL PROTECTED] Subject: Re: IPNAT help On Tue, 17 Dec 2002, Mike wrote: Trying to setup a small local network off of my DSL. Currently I use a different OS to do this but I am switching, or trying to.. I am using IPNAT and have added all

IPNAT help

2002-12-08 Thread Mike
Trying to setup a small local network off of my DSL. Currently I use a different OS to do this but I am switching, or trying to.. I am using IPNAT and have added all of the options to redo the kernel. options INET#InterNETworking options IPFIREWALL options

Warcraft 3 ipf ipnat question

2002-11-27 Thread horcy
Hi, Please help me with the following problem. I'm not really a FreeBSD guru yet. I run FreeBSD 4.7 RELEASE with ipf/ipnat I made an ipf.rules and a ipnat.rules. I want to play Warcraft 3 behind my fbsd box. That is as a matter of fact possible so that's ok. The only thing i cannot do

Re: Warcraft 3 ipf ipnat question

2002-11-27 Thread Pascal Giannakakis
Hi, Please help me with the following problem. I'm not really a FreeBSD guru yet. I run FreeBSD 4.7 RELEASE with ipf/ipnat I made an ipf.rules and a ipnat.rules. I want to play Warcraft 3 behind my fbsd box. That is as a matter of fact possible so that's ok. The only thing i

ipnat redirection problem

2002-10-28 Thread zulkarnain
Hi, I'm trying to configure out the transparent proxy with ipnat-redirection rdr fxp1 0/0 port 80 - 202.167.aaa.ccc port 3128 but this scheme isn't working fine. When I go (through PC1) to some web servers, I get error about inaccessibility web server at client browser.From freebsd box I

IPNat and GRE problems

2002-10-28 Thread Girnet Vladimir
Hello, After transfering from NATD to IPNat and from FreeBSD-4.4 to FreeBSD 4.7, we have problems with some VPN servers. - we cannot connect to these servers by DNS name, the only conection accepted is to specify directly IP address, - the VPN servers does not ask more for passwords

Problem with more than one connection Win VPN of client through FreeBSD 4.6 + IPNAT + IPF to W2k VPN server

2002-10-27 Thread GB
Hi All! Can you help in the below problem: We have 4.6 FreeBSD box with IPF and IPNAT. FreeBSD has two Ethernet cards (with real IP and with IP from internal private network). We have some amount of Win98/W2K workstations in our office with IP from internal private network. We need VPN connection

IPNAT/NATD issues-questions..

2002-10-19 Thread BigBrother
Dear, I have a couple of issues regarding the IPNAT or NATD of freebsd. In case that you dont have enough time, skip the next paragraph [description] and go to questions section. -=Description of problem=- I was using NATD for more than 3 years with no problem. By debbuging a problem in my

Re: Problem on ipnat

2002-10-17 Thread Artem Okounev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello ames, Thursday, October 17, 2002, 2:50:51 AM, you wrote: as May I know where should I ask about ipnat? I've suffer as on it for over 2 weeks already. Go on. You are on the right list. - -- Best regards, Artem

Re: Problem on ipnat

2002-10-17 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-10-17 07:50:51 +0800: May I know where should I ask about ipnat? I've suffer on it for over 2 weeks already. on questions@ -- If you cc me or take the list(s) out completely I'll most likely ignore your message. To Unsubscribe: send mail to [EMAIL

Problem on ipnat

2002-10-16 Thread ames siu
Dear, May I know where should I ask about ipnat? I've suffer on it for over 2 weeks already. Thanks Rgds, ames To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

IPNAT API

2002-10-08 Thread Fabio Yasusi Yamamoto
I'm trying to develop a simple network load-balance program using ipnat/ipf API's. But i did'nt find a way to put an 'address source' on ipnat tables. Can you tell me if there is a way to put a RDR/MAP based on source address? ex. Source from: 1.1.1.1:1 TO: 2.2.2.2:2 REDIR: 3.3.3.3:3

Re: IPNAT API

2002-10-08 Thread sonam singh
look at the docs of ipfilter www.ipfilter.org regards Sonam --- Fabio Yasusi Yamamoto [EMAIL PROTECTED] wrote: I'm trying to develop a simple network load-balance program using ipnat/ipf API's. But i did'nt find a way to put an 'address source' on ipnat tables. Can you tell me

<    1   2   3