Re: iptables and masquerading: how to allow vpnc from lan

2005-05-18 Thread Adam Hardy
On 18/05/05 15:23 H. S. wrote: Hi, I am running an old computer as a router using Debian Sarge and kernel 2.6.10 kernel and iptables 1.2.11-10. Here is my setup: CompR ,---. (INTERNET) -->ppp0--->eth1eth0 >SWITCH--->192.168.0.0/24

Re: iptables and masquerading

2001-03-21 Thread will trillich
On Wed, Mar 21, 2001 at 12:29:21AM -0500, Gregg C wrote: > >From: Brian May <[EMAIL PROTECTED]> > > John> but you should be aware that there are a number of issues > > John> with IIRC > > > >Such as? > > I'm sure the lists are archived and accessible via the web. information overload. not

Re: iptables and masquerading

2001-03-20 Thread Gregg C
From: Brian May <[EMAIL PROTECTED]> To: debian-user@lists.debian.org Subject: Re: iptables and masquerading Date: 21 Mar 2001 09:01:31 +1100 >>>>> "John" == John Davidson <[EMAIL PROTECTED]> writes: John> You probably should as this question on th

Re: iptables and masquerading

2001-03-20 Thread John Davidson
You need to modprobe ip_nat_irc if you are going to run a chat server. Also you need to ensure ident is running and being passed by your firewall rules. oident is reccomended, but I don't know if it is available for Debian? Further, I beleive that only one client is supported behind the firewall

Re: iptables and masquerading

2001-03-20 Thread Brian May
> "Brian" == Brian May <[EMAIL PROTECTED]> writes: Brian> (as for asking a question on another mailing list, proper Brian> etiquette demands that I join the other mailing list first, Brian> but bandwidth is becoming saturated on my 28.8kbps link, Brian> and I am already swamped

Re: iptables and masquerading

2001-03-20 Thread Brian May
> "John" == John Davidson <[EMAIL PROTECTED]> writes: John> You probably should as this question on the netfilter John> (iptables) mailing list John> http://us4.samba.org/mailman/listinfo/netfilter John> The main iptables page is at John> http://netfilter.kernelnotes.org

Re: iptables and masquerading

2001-03-20 Thread John Davidson
You probably should as this question on the netfilter (iptables) mailing list http://us4.samba.org/mailman/listinfo/netfilter The main iptables page is at http://netfilter.kernelnotes.org amd the command you are actually looking for is 'cat /proc/net/ip_conntrack' but you should be aware that