From: yin s. <sun...@gm...> - 2013-01-04 05:45:47
|
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 |