Hello experts,
I am wondering if there is a possibility to run MySTUN (STUN server) on a Linux platform using only one network card.
As far as I understand, the two server addresses require two network cards and a router to combine the traffic from two network cards towards the clients.
But maybe there is some trick from some networking expert ...
Any suggestions?
Regards
Franz
At 09:22 PM 9/25/2004, Franz Edler wrote:
Hello experts,
I am wondering if there is a possibility to run MySTUN (STUN server) on a Linux platform using only one network card.
Yes, but you must have multiple IP addresses. -jiri
As far as I understand, the two server addresses require two network cards and a router to combine the traffic from two network cards towards the clients. But maybe there is some trick from some networking expert ...
Any suggestions?
Regards Franz
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
From: Jiri Kuthan Sent: Saturday, September 25, 2004 9:26 PM
I am wondering if there is a possibility to run MySTUN (STUN server) on a Linux platform using only one network card.
Yes, but you must have multiple IP addresses. -jiri
And how to arrange that?
To have the statement "multi on" in /etc/host.conf is perhaps a precondition. But using the command "ifconfig eth0 xx.xx.xx.xx" a second time only changes the allocated IP address to a new one.
... and starting the mySTUN still is aborted with "Unable to obtain two (2) addresses".
Any further hint available?
Regards Franz
Franz Edler writes:
To have the statement "multi on" in /etc/host.conf is perhaps a precondition. But using the command "ifconfig eth0 xx.xx.xx.xx" a second time only changes the allocated IP address to a new one.
try ifconfig eth0:1. if that doesn't work, you may need to recompile your kernel with proper options. this is a general question, so some googling would help.
-- juha
Hi,
How can I download MySTUN? Is it different from the VOCAL's implementation of the STUN?
Regards,
Lakmal
--- Franz Edler franz.edler@utanet.at a écrit :
From: Jiri Kuthan Sent: Saturday, September 25, 2004 9:26 PM
I am wondering if there is a possibility to run
MySTUN (STUN server) on a
Linux platform using only one network card.
Yes, but you must have multiple IP addresses.
-jiri
And how to arrange that?
To have the statement "multi on" in /etc/host.conf is perhaps a precondition. But using the command "ifconfig eth0 xx.xx.xx.xx" a second time only changes the allocated IP address to a new one.
... and starting the mySTUN still is aborted with "Unable to obtain two (2) addresses".
Any further hint available?
Regards Franz
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Vous manquez despace pour stocker vos mails ? Yahoo! Mail vous offre GRATUITEMENT 100 Mo ! Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/
Le nouveau Yahoo! Messenger est arrivé ! Découvrez toutes les nouveautés pour dialoguer instantanément avec vos amis. A télécharger gratuitement sur http://fr.messenger.yahoo.com
From: lakmal silva Sent: Sunday, September 26, 2004 2:57 PM
How can I download MySTUN? Is it different from the VOCAL's implementation of the STUN?
download at: http://developer.berlios.de/projects/mystun/
Yes, it is a different implementation.
FRanz