Help with exporting DISPLAY from Linux to Windows XP

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Help with exporting DISPLAY from Linux to Windows XP
# 8  
Old 01-22-2011
Please post the ip addr, netmask, and default gateway for each computer on your local network. It's impossible to see whats going on unless all the networking information is available to troubleshoot.

A simple /sbin/ifconfig on each box will do. Label the one your having an issue with. Also the output of route on each machine may shed some light on this too.

Also, if you think the firewall is an issue, just temporarily turn it off to check if that is what is causing it.

Code:
service iptables save
service iptables stop
  --test out the X11 forwording--
service iptables start

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Seen Windows pc, having all the features of Linux, could exe, read and edit save like windows

Hi, totally new to linux base using windows when started learning and using computers. but i remember that one pc was there , look alike windows desktop, but could not do the task as windows just click and open and view edit etc. But, you could do a little differently even saving in and opening... (8 Replies)
Discussion started by: jraju
8 Replies

2. Solaris

Problem exporting NFS filesysytem with root permissions to Linux

Hi, I have a Solaris 10 server and I want to export a filesystem to a linux client and give the client's root user root priviliges on the filesystem. The client is an ubuntu 14.04 LTS server. the dfstab on the server looks lik this: /usr/sbin/share -F nfs -o ... (1 Reply)
Discussion started by: nvanvliet
1 Replies

3. Solaris

Exporting display to windows machine

hello all, I have been googling alot about my problem and finally thought to post a question. server: SunOS 5.1 64bit pn Sun Netra 240 i need to run an application which shows a gui tool but i believe SunOS cant show the GUI so i need to export the display to my system which is running... (3 Replies)
Discussion started by: wonderwall
3 Replies

4. UNIX for Advanced & Expert Users

X Windows display

Hello Folks, Have X-Win 32 installed on my desktop. Earlier when it used to be XP, ran the following commands on unix system: export DISPLAY=<desktop ip>:0.0 xterm Above used to work like charm Now it got upgraded to Windows 7 Setting the display & triggering xterm doesn't work. It... (8 Replies)
Discussion started by: vibhor_agarwali
8 Replies

5. Linux

What's better for running Windows software in Linux, Wine or Windows VMware?

What are the differences, advantages, and disadvantages? (1 Reply)
Discussion started by: Advice Pro
1 Replies

6. UNIX for Dummies Questions & Answers

Exporting Files from Unix to a Windows Platform

I was able to convert my csv file in Unix to xls. I would like to export the converted xls file to a windows environment. I have to manually connect using the following below: ftp: 192.x.x.x -> username/pass -> cd -> mget *.xls and then confirm. Could I automate this process into a shell... (4 Replies)
Discussion started by: ravzter
4 Replies

7. Solaris

Exporting X display question

I have a sun box i can connect to using exceed in broadcast or query mode. I have been using passive mode to call up just a few apps, xcalc for example. How do i get the solaris 9 user login screen using passive mode? is it dtlogin or something that im should run frmo the shell? (0 Replies)
Discussion started by: BG_JrAdmin
0 Replies

8. UNIX for Advanced & Expert Users

How to open display from windows to solaris?

How can I telnet from my windows XP machine to my Ultra 60 and run firefox? I am unable to open the display using /usr/openwin/bin/xhost like I do from one Sun machine to another? Thanks (2 Replies)
Discussion started by: ridgeback00
2 Replies

9. UNIX for Dummies Questions & Answers

exporting display

how do I export my display from my unix box to my pc basically what is the syntax for export DISPLAY (2 Replies)
Discussion started by: csaunders
2 Replies
Login or Register to Ask a Question
GOGOC(8)						    BSD System Manager's Manual 						  GOGOC(8)

NAME
gogoc -- gogoCLIENT SYNOPSIS
gogoc [-h] [-?] [-y] [-n] [-b] gogoc [-f config_file] [-i interface_name] [-u interface_name] [-s interface_name] [-r retry_delay] DESCRIPTION
gogoc provides a means to configure a tunnel obtained from a tunnel server that supports the tunnel setup protocol (TSP). gogoc will connect to a tunnel server and request a tunnel according to the specifications given in the configuration file. As a background process, it will then monitor the state of the tunnel. In the event of a timeout, gogoc will establish a new tunnel. gogoc currently supports three types of tunnels: - v6v4 (IPv6 over IPv4) Supported on FreeBSD, NetBSD, OpenBSD, Linux, Windows, Solaris, Darwin and OpenWRT. - v6udpv4 (IPv6 over UDP over IPv4) Supported on FreeBSD, Linux, Windows, Darwin and OpenWRT. - v4v6 (IPv4 over IPv6 (DSTM)) Supported on FreeBSD and Windows. ARGUMENTS
The following options are available: -h, -? Displays a short usage summary and quits. -y Automatically accept server's public key. -n Run as a foreground process. -b Stop trying to reconnect upon first error received. -f configuration_file Specifies a different configuration file. Default is /etc/gogoc/gogoc.conf. -s interface_name Overrides client_v4 in gogoc.conf(5) -i interface_name Overrides if_tunnel_v6v4 in gogoc.conf(5) -u interface_name Overrides if_tunnel_v6udpv4 in gogoc.conf(5) -r retry_delay Overrides retry_delay in gogoc.conf(5) SEE ALSO
gogoc.conf(5) http://www.gogo6.com ACKNOWLEDGMENT
This software uses code taken from other organizations as : - RSA data security for md5. - The Apache Software Foundation for Base64 encoding and decoding. AUTHORS
gogo6 Inc. http://www.gogo6.com support@gogo6.com gogoCLIENT May 7, 2007 gogoCLIENT