From: raghukisore <nra...@gm...> - 2013-01-07 05:06:25
|
Hi Yin, What you said is right i am able to initiate any connection from Host OS to coLinux i cannot even ping colinux from host OS. >>>ps -ef | grep Xvnc the output is root 3095 1 0 Jan06 tty1 00:00:00 Xvnc :0 -desktop colinux:0 (root) -auth /root/.Xauthority -geometry 1024x768 -depth 16 -rfbwait 30000 -rfbauth /root/.vnc/passwd -rfbport 5900 -pn So i guess Xvnc is up and running. my firewall on host OS is turned off, but i am not sure why the request from vncviewer is being blocked?? Regards Raghu. try manually start another vncserver, you should see something like :1 or 5901 started. then ps -ef | grep Xvnc to make sure it is really running. seems your networking only works when TCP initiated from colinux then outwards. maybe try the pcap bridge mode of colinux, instead of slirp port forwarding. the bridge mode will expose all the server port be default. the other possibility is maybe your fedora has some default firewall that blocks all incoming traffic. to move files between host and colinux you can use cobd. -- View this message in context: http://old.nabble.com/Connecting-to-Fedora10-on-CoLinux-from-Host-operating-system-%28Windows-7%29-using-VNC-viewer-tp34857793p34866721.html Sent from the colinux-users mailing list archive at Nabble.com. |