"Andrew J. Viterbi" wrote:
> 
> Hi all,
> 
> Q:
> 1. How to enable IP forwarding in linux?
compile it into the kernel and enable it on startup (qr when needed)
with

$ echo 1 > /proc/sys/net/ipv4/ip_forward

> 2. How to run xterm from remote host?
>    I always get err msgs:
>         hostname:disp refuses etc.
>    Though i have verified with the option:
>         xterm -display myhost:0.0
> 

run the connection through ssh and allow the other host to access your
display with xauth or xhost.
-or-
run the connection through rsh/telnet, set the DISPLAY variable or use
the --display switch and allow access .... (see above)

Marc

-- 
Marc Mutz <[EMAIL PROTECTED]>        http://marc.mutz.com/Encryption-HOWTO/
University of Bielefeld, Dep. of Mathematics / Dep. of Physics

PGP-keyID's:   0xd46ce9ab (RSA), 0x7ae55b9e (DSS/DH)

Reply via email to