| Summary: | Problem with RPC on jail(8) in 4.0-RELEASE and 4.0-STABLE | ||
|---|---|---|---|
| Product: | Base System | Reporter: | zensyo <zensyo> |
| Component: | kern | Assignee: | Poul-Henning Kamp <phk> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.0-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
zensyo
2000-07-25 06:10:00 UTC
Responsible Changed From-To: freebsd-bugs->phk pjk is the jail(8) warden, although he might defer this to one of the networking chaps. I was unable to reproduce this bug on 5.0-CURRENT, but I'm wondering if it doesn't have to do with IPv6. ``localhost'' resolves to "::1" under IPv6-enabled FreeBSD boxes, which is unfortunate, as the jail code in 4.0 doesn't really know what to do about that. For that matter, the jail code in 5.0-CURRENT doesn't really either. I.e., since the introduction of IPv6, ``telnet localhost'' has telneted to ::1 instead of 127.0.0.1, causing operations on localhost that are v6-enabled to go to the wrong host. To solve this, we may have to make jail more multi-protocol aware. I'll have access to a 4.x box this evening and will see if I can reproduce it there, also. Robert N M Watson robert@fledge.watson.org http://www.watson.org/~robert/ PGP key fingerprint: AF B5 5F FF A6 4A 79 37 ED 5F 55 E9 58 04 6A B1 TIS Labs at Network Associates, Safeport Network Services I tried it on only IPv4. And, the problem was reproduced using any IPv4 addresses. State Changed From-To: open->closed Thanks for the report, I found the problem and I belive it is fixed in current now. Has this bugfix been MFC'd? I could still observe the behaviour with 4.2-BETA. -- Niels. |