Re: Help needed on MASQUERADE

2001-06-03 Thread Ian Miller
you need to set it to eth0 not ppp0 - Original Message - From: Luc MAIGNAN <[EMAIL PROTECTED]> To: Cc: ; <[EMAIL PROTECTED]@lists.debian.org> Sent: Monday, June 04, 2001 7:39 AM Subject: Help needed on MASQUERADE > HI all, > > I have an internet connection on eth0 (10.0.0.1) and a priv

Re: Help needed on MASQUERADE

2001-06-03 Thread Ian Miller
you need to set it to eth0 not ppp0 - Original Message - From: Luc MAIGNAN <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: ; <[EMAIL PROTECTED]@lists.debian.org> Sent: Monday, June 04, 2001 7:39 AM Subject: Help needed on MASQUERADE > HI all, > > I have an internet connection on eth0 (

Re: Help needed on MASQUERADE

2001-06-03 Thread Robert Magier
> iptables -t nat -s 192.168.0.0/24 -o ppp0 -j MASQUERADE > echo 1>/proc/sys/net/ipv4/ip_forward This wouldn't work at all. You have to write iptables -t nat -I POSTROUTING -s 192.168.0.0/24 -o ppp0 -j MASQUARADE echo 1>/proc/sys/net/ipv4/ip_forward -- [EMAIL PROTECTED] ROBERT MAG

Re: Help needed on MASQUERADE

2001-06-03 Thread John McCullough
you need to send it through eth0 not ppp0 [EMAIL PROTECTED] wrote: On Sun, Jun 03, 2001 at 11:39:29PM +0200, Luc MAIGNAN wrote: iptables -t nat -s 192.168.0.0/24 -o ppp0 -j MASQUERADE echo 1>/proc/sys/net/ipv4/ip_forward A workstation on my network succeeded to ping both eth0

Re: Help needed on MASQUERADE

2001-06-03 Thread yoros
On Sun, Jun 03, 2001 at 11:39:29PM +0200, Luc MAIGNAN wrote: > iptables -t nat -s 192.168.0.0/24 -o ppp0 -j MASQUERADE > echo 1>/proc/sys/net/ipv4/ip_forward > A workstation on my network succeeded to ping both eth0 and eth1, but didn't > succeed to go out of my network to reach the i

Re: Help needed on MASQUERADE

2001-06-03 Thread Alson van der Meulen
On Sun, Jun 03, 2001 at 11:39:29PM +0200, Luc MAIGNAN wrote: > HI all, > > I have an internet connection on eth0 (10.0.0.1) and a private network > connection on eth1 (192.168.0.1). > > I put the masquerade configuration on a kernel 2.4.4 : > > iptables -t nat -s 192.168.0.0/24 -o ppp0 -

Help needed on MASQUERADE

2001-06-03 Thread Luc MAIGNAN
HI all, I have an internet connection on eth0 (10.0.0.1) and a private network connection on eth1 (192.168.0.1). I put the masquerade configuration on a kernel 2.4.4 : iptables -t nat -s 192.168.0.0/24 -o ppp0 -j MASQUERADE echo 1>/proc/sys/net/ipv4/ip_forward A workstation on

Re: Help needed on MASQUERADE

2001-06-03 Thread Robert Magier
> iptables -t nat -s 192.168.0.0/24 -o ppp0 -j MASQUERADE > echo 1>/proc/sys/net/ipv4/ip_forward This wouldn't work at all. You have to write iptables -t nat -I POSTROUTING -s 192.168.0.0/24 -o ppp0 -j MASQUARADE echo 1>/proc/sys/net/ipv4/ip_forward -- [EMAIL PROTECTED] ROBERT MA

Re: Help needed on MASQUERADE

2001-06-03 Thread John McCullough
you need to send it through eth0 not ppp0 [EMAIL PROTECTED] wrote: >On Sun, Jun 03, 2001 at 11:39:29PM +0200, Luc MAIGNAN wrote: > >> iptables -t nat -s 192.168.0.0/24 -o ppp0 -j MASQUERADE >> echo 1>/proc/sys/net/ipv4/ip_forward >> >>A workstation on my network succeeded to ping both

Re: Help needed on MASQUERADE

2001-06-03 Thread yoros
On Sun, Jun 03, 2001 at 11:39:29PM +0200, Luc MAIGNAN wrote: > iptables -t nat -s 192.168.0.0/24 -o ppp0 -j MASQUERADE > echo 1>/proc/sys/net/ipv4/ip_forward > A workstation on my network succeeded to ping both eth0 and eth1, but didn't > succeed to go out of my network to reach the

Re: Help needed on MASQUERADE

2001-06-03 Thread Alson van der Meulen
On Sun, Jun 03, 2001 at 11:39:29PM +0200, Luc MAIGNAN wrote: > HI all, > > I have an internet connection on eth0 (10.0.0.1) and a private network > connection on eth1 (192.168.0.1). > > I put the masquerade configuration on a kernel 2.4.4 : > > iptables -t nat -s 192.168.0.0/24 -o ppp0

Help needed on MASQUERADE

2001-06-03 Thread Luc MAIGNAN
HI all, I have an internet connection on eth0 (10.0.0.1) and a private network connection on eth1 (192.168.0.1). I put the masquerade configuration on a kernel 2.4.4 : iptables -t nat -s 192.168.0.0/24 -o ppp0 -j MASQUERADE echo 1>/proc/sys/net/ipv4/ip_forward A workstation o

Re: a FISH?!?!

2001-06-03 Thread Adam Olsen
On Sun, Jun 03, 2001 at 08:27:10AM +, Jim Breton wrote: > On Sun, Jun 03, 2001 at 07:44:00AM +, Adam Olsen wrote: > > So here I was playing around with some stuff in Quakeforge, and I see > > a FISH swim across my root windows. Not surprisingly, my first > > thought was HUH?! Second was p

Re: a FISH?!?!

2001-06-03 Thread Jim Breton
On Sun, Jun 03, 2001 at 07:44:00AM +, Adam Olsen wrote: > So here I was playing around with some stuff in Quakeforge, and I see > a FISH swim across my root windows. Not surprisingly, my first > thought was HUH?! Second was probably WTF... http://marc.theaimsgroup.com/?t=9905757464&w=2&

Re: a FISH?!?!

2001-06-03 Thread Brandon High
On Sun, Jun 03, 2001 at 07:44:00AM +, Adam Olsen wrote: > > Since I doubt anybody'd try the latter, does anybody know of a program > that might have caused it? There is a hack from the xscreensaver package that will fetch images from the web and display them. It freaked me out the first time

a FISH?!?!

2001-06-03 Thread Adam Olsen
So here I was playing around with some stuff in Quakeforge, and I see a FISH swim across my root windows. Not surprisingly, my first thought was HUH?! Second was probably WTF... I have nothing running that *should* be doing that, so I can only think of two posabilities. One is that a progam I h

Re: a FISH?!?!

2001-06-03 Thread Adam Olsen
On Sun, Jun 03, 2001 at 08:27:10AM +, Jim Breton wrote: > On Sun, Jun 03, 2001 at 07:44:00AM +, Adam Olsen wrote: > > So here I was playing around with some stuff in Quakeforge, and I see > > a FISH swim across my root windows. Not surprisingly, my first > > thought was HUH?! Second was

Re: a FISH?!?!

2001-06-03 Thread Jim Breton
On Sun, Jun 03, 2001 at 07:44:00AM +, Adam Olsen wrote: > So here I was playing around with some stuff in Quakeforge, and I see > a FISH swim across my root windows. Not surprisingly, my first > thought was HUH?! Second was probably WTF... http://marc.theaimsgroup.com/?t=9905757464&w=2

Re: a FISH?!?!

2001-06-03 Thread Brandon High
On Sun, Jun 03, 2001 at 07:44:00AM +, Adam Olsen wrote: > > Since I doubt anybody'd try the latter, does anybody know of a program > that might have caused it? There is a hack from the xscreensaver package that will fetch images from the web and display them. It freaked me out the first time

a FISH?!?!

2001-06-03 Thread Adam Olsen
So here I was playing around with some stuff in Quakeforge, and I see a FISH swim across my root windows. Not surprisingly, my first thought was HUH?! Second was probably WTF... I have nothing running that *should* be doing that, so I can only think of two posabilities. One is that a progam I