thanks,<br>my result is about the same as you:<br>1) everything is accepted<br>2) except for my result of "pidof vino-server" is not 7892, everything else is the same as yours.<br><br>so the default port is 5900. I've tried it today and it doesn't work.
<br>i didn't use LAN ip but the real one like i used to do.<br><br>Beinan<br><br><div><span class="gmail_quote">On 11/27/06, <b class="gmail_sendername">Peter Garrett</b> <<a href="mailto:peter.garrett@optusnet.com.au">
peter.garrett@optusnet.com.au</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Mon, 27 Nov 2006 14:09:48 -0500<br>"beinan li" <
<a href="mailto:li.beinan@gmail.com">li.beinan@gmail.com</a>> wrote:<br><br>> I never configured firewall on my Dapper. Is it on by default?<br><br>No, there is no firewalling by default. You can check this with<br>
$ sudo iptables -L<br>Chain INPUT (policy ACCEPT)<br>target prot opt source destination<br><br>Chain FORWARD (policy ACCEPT)<br>target prot opt source destination<br><br>Chain OUTPUT (policy ACCEPT)
<br>target prot opt source destination<br><br>(That output tells you everything is set to "ACCEPT" )<br><br>If you are using a router you might have to port-forward - assuming you<br>are connecting from outside the LAN.
<br><br>Have you read the documentation I linked carefully?<br><br>Also check if the server is running on the Ubuntu box:<br>$ ps aux | grep vino<br><br>should show a line like<br><br>peter 7892 8.3 1.2 17024 6224 ? S 06:22
<br>0:01 /usr/lib/vino/vino-server<br>--oaf-activate-iid=OAFIID:GNOME_RemoteDesktopServer --oaf-ior-fd=45<br><br>or<br><br>$ pidof vino-server<br>7892<br><br>That should show a number as above.<br>Also worth a try:<br><br>
$ sudo netstat -nlp | grep vino<br><br>tcp 0 0 <a href="http://0.0.0.0:5900">0.0.0.0:5900</a> 0.0.0.0:*<br>LISTEN 7892/vino-server unix 2 [ ACC ] STREAM<br>LISTENING 64798<br>7892/vino-server /tmp/orbit-peter/linc-1ed4-0-7e29fe2dc06d
<br><br>As you see, it is listening on port 5900 . This is after checking the<br>relevant boxes in System-Preferences-Remote Desktop<br><br>Peter<br><br><br><br><br><br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">
ubuntu-users@lists.ubuntu.com</a><br>Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></div><br>