DISPLAY from another LAN


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users DISPLAY from another LAN
# 1  
Old 12-20-2002
Network DISPLAY from another LAN

Hello, Gurus,

I have two UNIX boxes sitting on different LAN. I want run a command ( ex: Veritas web console ) on MachineA and let the GUI display on MachineB, because MachineB's IP ( 190.x.x.x ) was created by DHCP and it is on a different LAN with MachineB (10.x.x.x), the GUI couldn't be displayed. Somebody told me I need to setup a static router to make those two box talking, Is this a right solution? How do I know which static router IP I need to use? I could telnet from MB to MA, but couldn't telnet from MA to MB.Do I need to change any other configuration files in MB?

Thanks in advance!
# 2  
Old 12-20-2002
If you can TELNET from one machine to the other then your routing is OK. The problem might be a firewall or packet filter configuration or X server permissions problem.
# 3  
Old 12-31-2002
IF you want to run a MachineB's command on machineA.you can try :
MachineA$>telnet MachineB
MachineB$>xhost +
MachineB$>export DISPLAY=MachineA's IP:0.0( ex: 192.x.x.x:0.0)
MachineB$>run command
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Fedora

about lan

how can i lan between two or more computers having linux fedora as os? (1 Reply)
Discussion started by: Ravi Kumar Mish
1 Replies

2. IP Networking

lan

how can i make lan between two or more computers having linux fedora as os...? (1 Reply)
Discussion started by: Ravi Kumar Mish
1 Replies

3. Red Hat

Different hostnames with reboot while lan cable, no lan cable

I am facing strange problem regarding hostname on my Linux(2.6.18-164.el5xen x86_64 GNU/Linux), the hostname changes if reboot with lan cable and with NO lan cable Reboot with lan cable: The hostname is ubunut Unable to connect Oracle database using sqlplus some times database is not... (2 Replies)
Discussion started by: LinuxLearner
2 Replies

4. IP Networking

Local Lan, no-ip directed DNS forward, surf within lan

Hi, We have a website running on a local centos 5.4 surfer, static IP. The domain.com uses no-ip.com to take care of the DNS, it forwards all to my server. My router receives the port 80 call, routes it to my server and the world can see domain.com perfectly fine. However, we cannot see... (3 Replies)
Discussion started by: lawstudent
3 Replies

5. Solaris

Lan Issue

Hi Mates, I have one problem connecting a solaris machine to winxp machine. Setup:- Solaris 10 OS Virtual machine - on VMWARE (Ip Address:- 192.168.10.3). WINXP SP2 is the base os. (Ip Address:- 192.168.10.2). Bothe machines are connected using a bridge networking VMnet1. When i ping... (1 Reply)
Discussion started by: satyajeet.kadam
1 Replies

6. Linux

lan help

iam using open suse 10.3 in dual boot with windows internet is through Lan(ethernet) in windows by entering below data in Lan properties net is coming the information is bellow ip 10.2.45.67 subnet 255.255.0.0 default gate way 10.1.1.4... (3 Replies)
Discussion started by: seshumohan
3 Replies

7. UNIX for Dummies Questions & Answers

lan setting

heyyy im using ferdora 7 ...but systems on my lan have windos xp ..so im able to access those systems but they r not can u help me out.... (1 Reply)
Discussion started by: mightypp.nits
1 Replies

8. Solaris

How to configure private LAN and coporate LAN on the same machine-Solaris10

Hi , I am trying to configure a private LAN and corporate LAN on the same machien on Solaris 10. How can I achieve this? Thanks (1 Reply)
Discussion started by: deedee
1 Replies
Login or Register to Ask a Question