- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Single for ftp, telnet etc to support IPv6 & IPv4
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2002 11:47 PM
тАО10-05-2002 11:47 PM
Single for ftp, telnet etc to support IPv6 & IPv4
The need is to create single daemon for each of the functionality such as ftp, telnet, bind to support both IPv4 and IPv6 stacks simultaneously in dual protocol stack environments. Today, there exists
separate daemons for v4 and v6 and this is a problem since they use the same port number when both stacks need to be supported.
SHAH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2002 05:21 PM
тАО10-06-2002 05:21 PM
Re: Single for ftp, telnet etc to support IPv6 & IPv4
Currently, there exists 2 'current' versions of a large number of utilities. One for use in the 'ipv4' world (xxx.xxx.xxx.xxx), and one for the 'ipv6' world (xx:xx:xx:xx:xx:x... whatever).
There would be much development going on to try get a single set of utilities/daemons of which will operate in both worlds without conflicting with each other (thus meaning you don't have to have one DNS server for ipv4, and a 2nd DNS server for ipv6!).
*shrug* not hard to understand.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2002 10:47 PM
тАО10-06-2002 10:47 PM
Re: Single for ftp, telnet etc to support IPv6 & IPv4
The statement says that.
The future goal is to write a single daemon for TCP/IP applications such as ftp trelnet which will support both IPV4 amd IPV6 simultaneously for dual protocol use.
Say If i want ipv6 telnet i should be able to use /usr/sbin/in.telnetd daemon with a special
option eg. -v6
And If someone wants to use ipv4 telnet he should start same /usr/sbin/in.telnetd with
option eg -v4
But today there are separate daemons (executables) for ipv4 and ipv6 . So there can be only one (either ipv4 or ipv6) running simultaneously as the running daemon will occupy the common port ( In telnet port 23)
which will prevent the other daemon to occupy the port.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2002 03:23 AM
тАО10-07-2002 03:23 AM
Re: Single for ftp, telnet etc to support IPv6 & IPv4
I think unix wants to keep it simple from the biginning. So I don't mind if they are separated.
Its just my opinion, not the answer.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2002 05:50 AM
тАО10-07-2002 05:50 AM
Re: Single for ftp, telnet etc to support IPv6 & IPv4
If I run only IPv4 clients then I certainly don't need all the extra baggage for a v6 stack on the server.
And if I run IPv6 clients, then isn't v4 functionality already a subset of that so older v4 clients can still connect?
I don't understand the need to support both stacks at once the way you describe.
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2002 10:54 PM
тАО10-07-2002 10:54 PM
Re: Single for ftp, telnet etc to support IPv6 & IPv4
Thanks for giving me an insight into the problem. Can you please suggest where can I get hold of good material so as to accomplish this task. I am an engineering student, and have done a paper on linux & x-win. this is my minor proj and have to do it in less than 2 months. Please suggest how I go about solving the problem.
Your response is valuable for me
Regards
Prabhpreet Shah