Re: IPV6, Fedora and apps
On Wed, May 31, 2006 at 07:55:36AM -0700, Douglas Phillipson wrote:
Do network applications written for Fedora, or any Linux distro for that
matter, require any modification to work with IPv6?
If the app is written for IPv4 only, it must be modified in order to communicate via IPv6. Some apps have been coded for dual-stack IPv4/IPv6, so they'll run either protocol version. Ssh comes immediately to mind.
Is there a different API for IPv6 for network apps, socket servers, etc?
The API is the same (TCP/IP), but the semantics differ between IPv4 and IPv6 network programming.
Jay
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe:
https://www.redhat.com/mailman/listinfo/fedora-list
Relevant Pages
- Re: http://www.ntp.org/ => a blank page?
... At the app level, ... getaddrinfowhich is used by all newer apps returns both IPv4 and IPv6 ... You might want to spend a little time curling up with RFC 3484, ... DNS makes no ... (comp.protocols.time.ntp) - Re: http://www.ntp.org/ => a blank page?
... At the app level, ... getaddrinfowhich is used by all newer apps returns both IPv4 and IPv6 ... You might want to spend a little time curling up with RFC 3484, ... results Martin saw that only machines with IPv6 global addresses were ... (comp.protocols.time.ntp) - Re: How to determine if IPv6 is installed (using VC++ 6.0)
... and find that your app puts up a dialog box saying "IPv6 ... better message would be "App X cannot detect a supported version of IPv6. ... IPv6 may or may not work yada, ... Second if he contacts support he may remeber to mention this message which ... (microsoft.public.win32.programmer.networks) - Re: http://www.ntp.org/ => a blank page?
... though the DNS server first returns an IPv4 ... At the app level, ... a name indicating both IPv4 and IPv6 addresses are desired, ... (comp.protocols.time.ntp) - Re: [PHP] $_SERVER["REMOTE_ADDR"] returning ::1
... Request it with an IPv6 domain/IP and REMOTE_ADDR will also be IPv6. ... This app uses this test to insure that the page being processed came from the same machine as was used to login to the app. ... If you really need to use IP then you can probably rely on it not switching between v4 and v6 if you're not using localhost. ... using the real ip addr solved my problem as far as my test install is concerned. ... (php.general) |
|