Linux(2.4.x) and masqeurating

2001-11-16 Thread Avishay Aton
Hi, i connect to the net with pptp + adsl, and i use nat on my linux box(2.4.x) for other computers on my private network. My nat rule is simple one: modprobe iptable_nat modprobe ip_conntrack_ftp iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE I can get most of the sites , but for

Re: Linux(2.4.x) and masqeurating

2001-11-16 Thread Dani Arbel
Avisay, 1) send a complete list of your rules + ifconfig output 2) what is secure remote? 3) when you fail to connect somewhere, there should be a message in the log containing the droped packet description (unless you have not put log rules ). That can help in catching the problem. On Fri, 16

Re: Linux(2.4.x) and masqeurating

2001-11-16 Thread Matan Ziv-Av
On Fri, 16 Nov 2001, Avishay Aton wrote: Hi, i connect to the net with pptp + adsl, and i use nat on my linux box(2.4.x) for other computers on my private network. My nat rule is simple one: modprobe iptable_nat modprobe ip_conntrack_ftp iptables -t nat -A POSTROUTING -o ppp0 -j

Re: Linux(2.4.x) and masqeurating

2001-11-16 Thread Avishay Aton
PROTECTED] To: Avishay Aton [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, November 16, 2001 8:32 PM Subject: Re: Linux(2.4.x) and masqeurating On Fri, 16 Nov 2001, Avishay Aton wrote: Hi, i connect to the net with pptp + adsl, and i use nat on my linux box(2.4.x) for other computers

Re: Linux(2.4.x) and masqeurating

2001-11-16 Thread Avishay Aton
I didn't enable ECN in the kernel from the first place(because of past reports of problem with this feature) - Original Message - From: Matan Ziv-Av [EMAIL PROTECTED] To: Avishay Aton [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, November 16, 2001 8:32 PM Subject: Re: Linux(2.4.x

Re: Linux(2.4.x) and masqeurating

2001-11-16 Thread Sagi Bashari
Message - From: Matan Ziv-Av [EMAIL PROTECTED] To: Avishay Aton [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, November 16, 2001 8:32 PM Subject: Re: Linux(2.4.x) and masqeurating On Fri, 16 Nov 2001, Avishay Aton wrote: Hi, i connect to the net with pptp + adsl, and i use nat

Fw: Linux(2.4.x) and masqeurating

2001-11-16 Thread Avishay Aton
- Original Message - From: Avishay Aton [EMAIL PROTECTED] To: Dani Arbel [EMAIL PROTECTED] Sent: Friday, November 16, 2001 9:58 PM Subject: Re: Linux(2.4.x) and masqeurating GREAT,this was the problem. i have inserted the following rule in FORWARD chain nad it works.. iptables -I

Re: Linux(2.4.x) and masqeurating

2001-11-16 Thread Avishay Aton
sure,i will send detailed howto for freebsd in a week, for openbsd , it will take 2 weeks. Thanks Avishay - Original Message - From: Dani Arbel [EMAIL PROTECTED] To: Avishay Aton [EMAIL PROTECTED] Sent: Friday, November 16, 2001 10:02 PM Subject: Re: Linux(2.4.x) and masqeurating

Re: Linux(2.4.x) and masqeurating

2001-11-16 Thread Shachar Shemesh
Avishay Aton wrote: and finally secure remote ?! anyone sucsseded to connect with nat + FWZ ? Securemote has some option somewhere always encapsulate UDP packets. You need to check that on when you connect from a non-routable network (i.e. - behind a NAT). Thanks Avishay

Re: Linux(2.4.x) and masqeurating

2001-11-16 Thread Shachar Shemesh
experience with the later, so if you want help from me, go for the former. - Original Message - From: Sagi Bashari [EMAIL PROTECTED] To: Avishay Aton [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, November 16, 2001 9:17 PM Subject: Re: Linux(2.4.x) and masqeurating Hi Avishay, Have you