Re: iptables strangeness

2003-02-02 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 1 Feb 2003 15:06:22 -0800, Charles A. Crayne wrote: > :I don't have a stock Psyche machine for testing here, but I cannot > :reproduce anything like that with Valhalla or updated Phoebe 8.0.93 > :or Psyche's iptables-1.2.6a-3 package installed

Re: iptables strangeness

2003-02-01 Thread Tommy McNeely
thats because of the format of /etc/sysconfig/iptables is not a script.. it is the format generated by iptables-save.. make the top part (the *nat) section of /etc/sysconfig/iptables look similar to the following to make it work "properly" :) *nat :PREROUTING ACCEPT [0:0] :POSTROUTING ACCEPT [0

Re: iptables strangeness

2003-02-01 Thread Justin Clacherty
I had a similar problem a year or two ago. It's a bit hazy but from what I remember the iptables script wouldn't run if put in /etc/sysconfig/iptables, I actually had to run it separately after networking had been brought up (ran from rc.local I think). All I could put it down to was that as the

Re: iptables strangeness

2003-02-01 Thread Charles A. Crayne
On Sat, 1 Feb 2003 21:33:06 +0100 Michael Schwendt <[EMAIL PROTECTED]> wrote: :I don't have a stock Psyche machine for testing here, but I cannot :reproduce anything like that with Valhalla or updated Phoebe 8.0.93 :or Psyche's iptables-1.2.6a-3 package installed on Phoebe. Thank you for your tim

Re: iptables strangeness

2003-02-01 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 1 Feb 2003 11:53:33 -0800, Charles A. Crayne wrote: > :If the file /lib/iptables/libipt_MASQUERADE.so is not missing and > :the same rule is accepted on the command-line, find out a > :reproducible test-case. > > My test case is 100% reproduc

Re: iptables strangeness

2003-02-01 Thread Charles A. Crayne
On Sat, 1 Feb 2003 16:01:19 +0100 Michael Schwendt <[EMAIL PROTECTED]> wrote: :If the file /lib/iptables/libipt_MASQUERADE.so is not missing and :the same rule is accepted on the command-line, find out a :reproducible test-case. My test case is 100% reproducible. :Try shortening your script as m

Re: iptables strangeness

2003-02-01 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 31 Jan 2003 19:11:14 -0800, jdow wrote: > > In building a script for my iptables commands, I find that if I > > enter the command: > > > > iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -o ppp+ -j > > MASQUERADE > > > > from a command prom

Re: iptables strangeness

2003-01-31 Thread Charles A. Crayne
On Fri, 31 Jan 2003 19:11:14 -0800 "jdow" <[EMAIL PROTECTED]> wrote: :Yeah, is the ipchains emulation turned off and expunged from your system? Yes -- any other thoughts? -- Chuck -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list

Re: iptables strangeness

2003-01-31 Thread jdow
From: "Charles A. Crayne" <[EMAIL PROTECTED]> > In building a script for my iptables commands, I find that if I enter > the command: > > iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -o ppp+ -j MASQUERADE > > from a command prompt, then it executes correctly, but if I place the > identical co