Chris Cohen wrote:
Hi all,

I wanted to stay in touch with a friend that is currently a few thousand kilometers away from home tomorrow using a webcam on my laptop. Sadly he only has Windows Live Messenger and doesn't want to use soemthing else..

I've tried serveral things now, but couldn't get the webcam to work with msn. (I can see _my_ picture, but he doesn't..)

I came across http://openbsd.monkey.org/misc/200302/msg00249.html
Is this still true? Or is there any other way to set this up?


O.K. found the solution myself:

- Add the following rdr-rules to pf
rdr on pppoe0 inet proto tcp from any to (pppoe0) port = 5190 -> 10.1.16.11 port 5190 rdr on pppoe0 inet proto tcp from any to (pppoe0) port = 1863 -> 10.1.16.11 port 1863 rdr on pppoe0 inet proto tcp from any to (pppoe0) port 6891:6901 -> 10.1.16.11 rdr on pppoe0 inet proto udp from any to (pppoe0) port = 5190 -> 10.1.16.11 port 5190 rdr on pppoe0 inet proto udp from any to (pppoe0) port = 1863 -> 10.1.16.11 port 1863 rdr on pppoe0 inet proto udp from any to (pppoe0) port 6891:6901 -> 10.1.16.11

- Or install miniupnpd from http://miniupnp.free.fr/

--
Happy New Year
Chris

Reply via email to