![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I need to display it how to do | unitipon | Shell Programming and Scripting | 2 | 06-11-2007 12:33 AM |
| Display | Carmen123 | Linux | 1 | 12-04-2006 07:35 AM |
| X Display | BG_JrAdmin | SUN Solaris | 2 | 10-01-2005 03:38 AM |
| ls display | shruti_mgp | UNIX for Dummies Questions & Answers | 3 | 08-15-2005 08:19 PM |
| display | LiTo | UNIX for Dummies Questions & Answers | 4 | 11-04-2004 02:08 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
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! |
| Forum Sponsor | ||
|
|
|
|||
|
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
__________________
QL |
|||
| Google The UNIX and Linux Forums |