Find embedded reply

Thanks and Best Regards, 
Adil Mujeeb

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jim
Carter
Sent: Monday, February 28, 2005 10:23 AM
To: Adil Mujeeb, Noida
Cc: user-mode-linux-user@lists.sourceforge.net
Subject: Re: [uml-user] Telnet (IPV6) on port


On Sat, 26 Feb 2005, Adil  Mujeeb, Noida wrote:

> I am using 2.4.26 linux source and patch it with uml-patch-2.4.26-3 patch.
> I have built the uml binary with ipv6 support and my host has ipv6 module
> loaded.
> --snip--
> But if I telnet with :
> telnet ::1 9001
> it gives message connection refused.

You didn't mention if the UML guest had the ipv6 module loaded.  Also, you 
need to telnet to the *host's* port 9001, since the exterior of UML is 
offering the connections, not the interior.

>>> I have mentioned that "I have built the UML binary with ipv6 support".
When compiling the UML, i have selected the option ipv6 support and add it
in the binary itself. Iam telneting on the host's port 9001.

To test ipv6 on the guest, you could configure inetd or xinetd on the guest 
to serve telnet.  Or assuming that off-site networking is configured, you 
can try to actually telnet from the guest to the host, or to another 
machine on your net that will accept your telnet connection.

>> How to configure inetd or xinetd on the guest os for ipv6?? 

Remember that telnet is not encrypted, so plain text passwords are exposed 
and stealable if you connect across the network.  I always use ssh or 
slogin.  It's a good way to get a session on another machine, such as the 
UML guest, but you need to have networking functional on the guest first.

James F. Carter          Voice 310 825 2897    FAX 310 206 6673
UCLA-Mathnet;  6115 MSA; 405 Hilgard Ave.; Los Angeles, CA, USA 90095-1555
Email: [EMAIL PROTECTED]  http://www.math.ucla.edu/~jimc (q.v. for PGP key)


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to