Re: The unwanted fish...

2001-08-15 Thread Jonas bazz Egidius
From: "Martin Fluch" <[EMAIL PROTECTED]>

> I'm running unstable and (maybe) a month ago I spoted a fish
swiming over
> my desktop from left to right, just a small one, just once.
Today again.
>
> Does anybody know where this fish is coming from? (I'm a little
bit
> confused, since I have never requested it and have no idea, how
this
> little beast comes on my desktop.)


I too saw it a time back, and I can't seem to find anything about
it either in the archives or on the internet. The source of the
wanda the gnome fish-applet includes some kind of random string
that makes the fish swim across your desktop sometimes. I can't
remember any algorithm or anything like that, but I think it was
the applet, but it might be gnome itself...

Read the source ;-)

/bazz
--
http://bazz.nu/.sig/



Re: The unwanted fish...

2001-08-15 Thread Jonas bazz Egidius

From: "Martin Fluch" <[EMAIL PROTECTED]>

> I'm running unstable and (maybe) a month ago I spoted a fish
swiming over
> my desktop from left to right, just a small one, just once.
Today again.
>
> Does anybody know where this fish is coming from? (I'm a little
bit
> confused, since I have never requested it and have no idea, how
this
> little beast comes on my desktop.)


I too saw it a time back, and I can't seem to find anything about
it either in the archives or on the internet. The source of the
wanda the gnome fish-applet includes some kind of random string
that makes the fish swim across your desktop sometimes. I can't
remember any algorithm or anything like that, but I think it was
the applet, but it might be gnome itself...

Read the source ;-)

/bazz
--
http://bazz.nu/.sig/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: MASQUERADE

2001-06-15 Thread Jonas bazz Egidius
Luc MAIGNAN wrote:

> Hi all,
>
> I still have a masquerade problem, and nothing helps me to go to the right
> way.
>
> This is my configuration :
>
> A server (10.0.0.1) with internet access on eth0, and local network access
> (192.168.0.1) on eth1
> A workstation (192.168.0.14) wants to access to internet
>
> This is what I done :
>
> On the workstation, I specify the gateway and the dns as 192.168.0.1
> On the server, I ran the following code :
>
>iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -o eth0 -j
> MASQUERADE

Try:

iptables -t nat -A POSTROUTING -s 192.168.0.0/255.255.255.0
-o eth0 -j SNAT --to-source 10.0.0.1

It works fine for me.

-- 
IRL Jonas bazz Egidius IRC   [EMAIL PROTECTED]
CEL   +46709841071 WEB http://bazz.nu
ICQ   41245779 POP[EMAIL PROTECTED]
JOB gronaverket.se VIM Yes, ofcourse!



Re: MASQUERADE

2001-06-15 Thread Jonas bazz Egidius

Luc MAIGNAN wrote:

> Hi all,
>
> I still have a masquerade problem, and nothing helps me to go to the right
> way.
>
> This is my configuration :
>
> A server (10.0.0.1) with internet access on eth0, and local network access
> (192.168.0.1) on eth1
> A workstation (192.168.0.14) wants to access to internet
>
> This is what I done :
>
> On the workstation, I specify the gateway and the dns as 192.168.0.1
> On the server, I ran the following code :
>
>iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -o eth0 -j
> MASQUERADE

Try:

iptables -t nat -A POSTROUTING -s 192.168.0.0/255.255.255.0
-o eth0 -j SNAT --to-source 10.0.0.1

It works fine for me.

-- 
IRL Jonas bazz Egidius IRC   bazz@ZuhlNet
CEL   +46709841071 WEB http://bazz.nu
ICQ   41245779 POP[EMAIL PROTECTED]
JOB gronaverket.se VIM Yes, ofcourse!


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]