Topic: simple echoserver / echoclient example not in localhost
Hi all,
I'm compiling with
./configure --enable-dtls --enable-ipv6 --enable-debug=yes
I'm able do do echoclient / echoserver test running on same machine, localhost.
I have also changed line 156 from wolfssl/test.h
static const char* const yasslIP = "127.0.0.1"; // changed to my ipv6 addr
ping and ping6 works fine.
But I'm not able to run successfully echoserver / client on different machines. (even if I try with ipv4)
Please, give me direction on how could I get this done.
let me know if you want to see the terminal output.
btw: I'm using Linux Ubuntu 12.10
Thanks in advance,
Edgard