Hmm, strange, you seem to be missing stuff on the first screen. On my screen, there is a set of links just under the title Network Settings. They read:
Hi
If your currently using ssh for remote access, install freeNX or NX
from nomachine.com (my preference) no need to worry about other ports
and it will be more secure.
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.18-0.2-default
up 15:05, 2 users, load average: 0.23, 0.13, 0.18
GPU GeForce 6600 TE/6200 TE - Driver Version: 177.80
Ack! That was a disaster. Either my server is too small or my network to constricted, but after connecting with the NX client all I saw was the Suse splash screen – then it went black for 5 minutes until I killed it.
Even, worse, it became almost non responsive to a regular ssh login! And now it’s running at a 3-5 load average where as before it was almost zero! I can’t use it this way.
First we could try to find out why YaST is presenting itself to you in quite a different way then to us. A suggestion: could you, in your terminal, type
echo $TERM
and post what the answer is? Maybe the type of character terminal influences YaST.
A second thought that came to my mind: what is the version of YaST on that system?
Second (or maybe first) we could try to circumvent YaST. After all it is only a wrapper around utilities and configuration files. There is a file /etc/sysconfig/network/routes. It should already have your default route. In my system the contents is:
default 10.0.0.138 - -
You could try to add the parameters for your other route to this and see what happens after a reboot. This file seems to be used by the script /etc/sysconfig/network/scripts/ifup-route and in that script I find hat the parameters in the file are DEST GWAY MASK IFACE TYPE IPOPTS. When this is enough information for yoou to add your route info to the file, fine. When not, pleas post back.
I got it installed on my dev Suse system and works great. Much more responsive than vnc and I can use the ssh port!
I will try this on my main system after I try it out of a while!
One thing that doesn’t seem to work is the Ctrl-Alt-F for shifting from full to windowed screen. Ctrl-Alt-M works for minimizing, but not Ctrl-Alt-F, no response. They say it’s functional in NX 3.x and not in 2.x – but I’m using the 3.x client.