en Home Linux Containers Log Rotate HowTo install Google Earth on Debian Markdown Syntax Linux Snippets Linux backround process Network Safety Restart Bash Script Git Howto UTF-8 Character List Bridge-Utils for LXC CalDAV and CardDAV Server Git Alias

Netbeans error

Solved: java-common: Package updates entail "Network is unreachable" in Java programs

I been using Netbeans and following solved the problem:

    manticore:/etc/sysctl.d# telnet ::ffff:192.168.1.1
    Trying ::ffff:192.168.1.1...
    telnet: Unable to connect to remote host: Network is unreachable
    manticore:/etc/sysctl.d# sysctl net.ipv6.bindv6only
    net.ipv6.bindv6only = 1
    manticore:/etc/sysctl.d# sysctl net.ipv6.bindv6only=0
    net.ipv6.bindv6only = 0
    manticore:/etc/sysctl.d# telnet ::ffff:192.168.1.1
    Trying ::ffff:192.168.1.1...
    Connected to ::ffff:192.168.1.1.
    Escape character is '^]'.

Tags: linux java


First Created: 2010-03-07T19:21:00Z
Last Modified: 2026-04-05 19:35