From: yin s. <sun...@gm...> - 2013-01-04 06:42:38
|
0.0.0.0 means listen on any network IP address. the output looks correct. I saw your previous email saying X server works. I don't know why vnc doesn't. you may try ssh to colinux, or open a new vncserver session. have no idea now. On Thu, Jan 3, 2013 at 10:20 PM, raghukisore <nra...@gm...> wrote: > > Hello Yin, > > Here is the output for netsta -ltn > > Proto Recv-Q Send-Q Local Address Foreign Address > State > > tcp 0 0 0.0.0.0:5900 0.0.0.0:* > LISTEN > tcp 0 0 0.0.0.0:6000 0.0.0.0:* > LISTEN > tcp 0 0 0.0.0.0:22 0.0.0.0:* > LISTEN > tcp 0 0 127.0.0.1:631 0.0.0.0:* > LISTEN > tcp 0 0 127.0.0.1:25 0.0.0.0:* > LISTEN > tcp 0 0 :::6000 :::* > LISTEN > tcp 0 0 :::22 :::* > LISTEN \ > > i believe vncserver is indicated by the following line > > tcp 0 0 0.0.0.0:5900 0.0.0.0:* > LISTEN > > I mean on Fedora10+colinux the moment i start gnome, it automatically > triggers vncserver and spits out messages stating that display is started on > port 0..so now vncserver port becomes 5900 + 0<display no.> > but can't understand the why the address is shown as 0:0:0: > > Please let me know if i am missing something on configuration of vncserver > in colinux!!! > Regards > Raghu. > > > > yin sun wrote: >> >> is your vncserver listening on port 5900? try netstat -ltn inside >> colinux to see what tcp port is listening. >> >> On Thu, Jan 3, 2013 at 9:35 PM, raghukisore <nra...@gm...> >> wrote: >>> >>> Hello Everone, >>> I need some network configuration help to be able to start gnome on my >>> coLinux and this is my first time installation of Colinux. >>> i completed installation by using the binary image of colinux and chose >>> the >>> Fedora option during the installation process. >>> I configure eth0 and eth1 interfaces. Installed display managers, window >>> managers, vncserver and all that stuff that several online resources told >>> me >>> to. >>> At boot time the colinux system shows both eth0 and eth1 as UP >>> My host system is windows 7 on which i already have RealVNC software and >>> cygwin (along with X) installed. >>> >>> with X Server running on my Host window 7 system i am able to launch >>> xeyes, >>> xterm from colinux system. >>> >>> Inspite of all the online documentation available i am not able to >>> connect >>> from VNCviewer (on host system windows 7) to colinux + fedora10? >>> can anyone please help me out? I have been trying all combination for the >>> last 3 days but without help. Nor the X helps. >>> >>> >>> Here is the my eth0 and eth1 configuration for reference. >>> >>> /etc/sysconfig/network-scripts/ifcfg-eth0 >>> DEVICE=eth0 >>> IPADDR=10.0.2.15 >>> NETMASK=255.255.255.0 >>> BOOTPROTO=static >>> ONBOOT=yes >>> TYPE=Ethernet >>> BROADCAST=10.0.2.255 >>> GATEWAY=10.0.2.2 >>> >>> /etc/sysconfig/network-scripts/ifcfg-eth1 >>> DEVICE=eth1 >>> BOOTTPROTO=dhcp >>> IPADDR=10.0.3.16 >>> ONBOOT=yes >>> NETWORK=10.0.3.0 >>> NETMASK=255.255.254.0 >>> BROADCAST=10.0.3.255 >>> >>> windows TAP-WIN32 Adapter V8 setting are >>> IP Address: 10.0.3.17 >>> subnet mask: 255.255.254.0 >>> >>> name server setting on colinux is >>> 10.0.2.3 >>> DISPLAY variable setting is (colinux) >>> 172.16.0.21:0 >>> >>> In the file start-defora-10.sh eth0 and eth1 are configured as >>> >>> eth0=slirp,,tcp:5900:5900 ro \ >>> eth1=tuntap,"TAP" ro >>> >>> VNCviewer setting i am using (running on my windows 7-host system) is >>> 10.0.3.16:5900 >>> >>> i tried other too like >>> 10.0.2.15:5900 and 10.0.3.17:5900. >>> >>> The VNC viewer keeps getting reply Connection Timed Out. >>> >>> I turned off Windows Firewall. >>> >>> Any help will be appreciated. >>> >>> Regards >>> Raghu. >>> -- >>> View this message in context: >>> http://old.nabble.com/Connecting-to-Fedora10-on-CoLinux-from-Host-operating-system-%28Windows-7%29-using-VNC-viewer-tp34857793p34857793.html >>> Sent from the colinux-users mailing list archive at Nabble.com. >>> >>> >>> ------------------------------------------------------------------------------ >>> Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and >>> much more. Get web development skills now with LearnDevNow - >>> 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. >>> SALE $99.99 this month only -- learn more at: >>> http://p.sf.net/sfu/learnmore_122812 >>> _______________________________________________ >>> coLinux-users mailing list >>> coL...@li... >>> https://lists.sourceforge.net/lists/listinfo/colinux-users >> >> ------------------------------------------------------------------------------ >> Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and >> much more. Get web development skills now with LearnDevNow - >> 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. >> SALE $99.99 this month only -- learn more at: >> http://p.sf.net/sfu/learnmore_122812 >> _______________________________________________ >> coLinux-users mailing list >> coL...@li... >> https://lists.sourceforge.net/lists/listinfo/colinux-users >> >> > > -- > View this message in context: http://old.nabble.com/Connecting-to-Fedora10-on-CoLinux-from-Host-operating-system-%28Windows-7%29-using-VNC-viewer-tp34857793p34857873.html > Sent from the colinux-users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and > much more. Get web development skills now with LearnDevNow - > 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122812 > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users |