Network unreachable in java only
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openjdk-6 (Debian) |
Fix Released
|
Unknown
|
|||
openjdk-6 (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
sun-java6 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
After the last apt-get update/
Error while sending packet to 70.83.141.
I have not changed any settings, firewalls or anything else related to the network in this timeperiod. Everything looks normal to me, I can for example without problems complete a traceroute:
kjellrs@arrakis:~$ sudo tracert 70.83.141.197
[sudo] password for kjellrs:
traceroute to 70.83.141.197 (70.83.141.197), 30 hops max, 60 byte packets
1 192.168.0.1 (192.168.0.1) 0.130 ms 0.131 ms *
2 * * *
3 * * *
4 * * *
5 * * *
6 * ti3003c310-
7 ti3004b300-
8 212.73.252.1 (212.73.252.1) 19.675 ms * 20.050 ms
9 * * *
10 * * *
11 * * *
12 * * *
13 * ae-1-51.
14 acr1-so-
15 dcr1-so-
16 cr2-pos-
17 cpr2-ge-
18 216.113.122.85 (216.113.122.85) 159.882 ms 159.961 ms *
19 * * *
20 * * *
21 * * *
22 * * *
23 * modemcable197.
Is there possibly some sort of policy that could be blocking java? I have made absolutely no such policy configuration, but this is an upgrade from jaunty to karmic...
ProblemType: Bug
Architecture: i386
Date: Sat Nov 21 10:46:20 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelMo
Package: sun-java6-bin 6-15-1
ProcEnviron:
LANGUAGE=
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: sun-java6
Uname: Linux 2.6.31-14-generic i686
XsessionErrors: (polkit-
Changed in openjdk-6 (Debian): | |
status: | Unknown → Confirmed |
Changed in openjdk-6 (Debian): | |
status: | Confirmed → Fix Released |
This is a symptom of a bug in sun's java6 regarding ipv6.
Try
$ /sbin/sysctl net.ipv6.bindv6only
If this value is 1 you need to disable the setting:
$ sudo /sbin/sysctl net.ipv6. bindv6only= 0
For a persistent fix:
Check /etc/sysctl.conf and /etc/sysctl.d/* for this setting and restart procfs after changing it.
If this was your problem, you should have networking back :)
Cheers.