LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Help! Networking Problem with Linux and Unix over a Network Switch (https://www.linuxquestions.org/questions/linux-networking-3/help-networking-problem-with-linux-and-unix-over-a-network-switch-4175465373/)

Dodosaur 06-09-2013 10:57 PM

Help! Networking Problem with Linux and Unix over a Network Switch
 
Hello,

I'm having a strange issue with networking a Linux and Unix machine. The Linux distribution is Red Hat, and the Unix uses tsch rather than Bash. I'm trying to get the Linux to get access to the Unix's terminal and get visuals through X11 forwarding.

As of now, neither the Linux nor Unix has an internet connection. They're connecting directly through a network switch. They can SSH into one another fine, but lack X11 forwarding (for visuals) and I can't enable it as I can't download the SSH server and config files.

As a result, I'm trying to get the Linux to access the Unix through telnet (I know it's unsecure but like I said there's no internet connection). Normally you would just telnet onto the Unix and use the tsch command:
Code:

setenv DISPLAY <Linux's IP Address>:0
However, when I call this command and then try to open a terminal, it claims it cannot find the display. I already used "xhost +". I though the problem might be in xauth but when I try to generate a key (xauth generate) it once again claims it cannot detect the display.

Both computers have their networks up and both computers can ping one another, but for some reason the Unix simply can't detect the display of the Linux.

Any help would be welcome.

Ygrex 06-09-2013 11:29 PM

Xserver may be started with «-nolisten» by default, did you check if it binded to any port?

Dodosaur 06-09-2013 11:30 PM

Quote:

Originally Posted by Ygrex (Post 4968644)
Xserver may be started with «-nolisten» by default, did you check if it binded to any port?

Thank you for your reply.
Unfortunately, I don't know how to check for that. Could you step me through it?


All times are GMT -5. The time now is 07:51 PM.