I have set up myself a linux gateway to the most internet-services (nntp,
ftp, http, smtp, pop3) but now i have a problem.
I love ICQ :) but i can't set my linux-gateway up to route the
ICQ-(Protocol) can anybody help me???
My next problem is that i can't configure it too to route the traffic of
Morpheus, Napster and other Sharing-Tools...
If you can help me i would be very pleased...
Please excuse my poor english, i'm an austrian linux-fan...
Yours Nestroy
German version below.
> I have set up myself a linux gateway to the most internet-services (nntp,
> ftp, http, smtp, pop3) but now i have a problem.
How did you do that? With a bunch of proxies?
> I love ICQ :) but i can't set my linux-gateway up to route the
> ICQ-(Protocol) can anybody help me???
Yes. I have an router here and ICQ works fine.
> My next problem is that i can't configure it too to route the traffic of
> Morpheus, Napster and other Sharing-Tools...
Even these programs do their job.
> If you can help me i would be very pleased...
I think you want NAT/Masquerading for your machine.
Depending on your kernel, you should use ipchains or
iptables to set up the link.
Here the commands for iptables:
Activate masquerading:
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
Inactivate it:
iptables -t nat -F POSTROUTING
Don't forget to switch ip_forwarding on.
Insert your connecting device where ppp0 is mentioned.
German version:
> I have set up myself a linux gateway to the most internet-services (nntp,
> ftp, http, smtp, pop3) but now i have a problem.
Wie hast du das bisher gelöst? Mit einer Herde Proxies?
> I love ICQ :) but i can't set my linux-gateway up to route the
> ICQ-(Protocol) can anybody help me???
Ja. Ich habe hier auch einen Router und ICQ funktioniert
im Moment auch.
> My next problem is that i can't configure it too to route the traffic of
> Morpheus, Napster and other Sharing-Tools...
Auch diese Programme funktionieren.
> If you can help me i would be very pleased...
Ich denke, du willst NAT/Masquerading für deinen Rechner
aufsetzen. Abhängig von deiner Kernelversion benötigst du
ipchains oder iptables. Hier mal die Kommandos für iptables.
Masquerading aktivieren:
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
Deaktivieren:
iptables -t nat -F POSTROUTING
Nicht vergessen, auch ip_forwarding einzuschalten.
Statt ppp0 mußt du das Gerät einsetzen, mit dem du dann
verbinden willst.
You can mail me if you have further questions.
Bye/Mfg,
Weber
--
Any sufficiently advanced bug is indistinguishable from a
feature.
-- Rich Kulawiec
ICQ works fine for me. For IPChains, there's actually an ICQ module to allow
you to send/receive from ICQ.
Hope that helps.
--
howe81
Registered Linux User #227595
1024-bit DSA key, ID 428B5511, created 2001-09-27
Fingerprint = 5FB4 C5C1 3BE0 62E3 1029 B3B9 5366 FB53 428B 5511
"Christoph Weber" <ich-...@gmx.net> wrote in message
news:3C222C9C...@gmx.net...