Re: IPv4 localhost network problem

2009-12-29 Thread Tom H
> I have problem with IPv4 on my local network. Applications that is trying to > connect to localhost with IPv4 gets “connection refused”. I have constructed a > simple Java program that is triggering the problem. The program simple just > open a socket port and waiting for a connection. > Starting

Re: IPv4 localhost network problem

2009-12-29 Thread martin
On Tuesday 29 December 2009 15.01.29 jeff d wrote: > Sent from my coffee machine > > On Dec 29, 2009, at 7:36 AM, martin wrote: > > On Tuesday 29 December 2009 14.26.51 jeff dickison wrote: > >> On Dec 29, 2009, at 7:07 AM, martin wrote: > >>> Hi, > >>> > >>> I have problem with IPv4 on my local

Re: IPv4 localhost network problem

2009-12-29 Thread martin
On Tuesday 29 December 2009 15.00.36 Joost Kraaijeveld wrote: > Could it be this (from the AMD64 list)? > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560056 > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560238 > > Workaround: > > /etc/sysctl.d/bindv6only.conf > > -> net.ipv6.bindv6

Re: IPv4 localhost network problem

2009-12-29 Thread jeff d
Sent from my coffee machine On Dec 29, 2009, at 7:36 AM, martin wrote: On Tuesday 29 December 2009 14.26.51 jeff dickison wrote: On Dec 29, 2009, at 7:07 AM, martin wrote: Hi, I have problem with IPv4 on my local network. Applications that is trying to connect to localhost with IPv4 gets

Re: IPv4 localhost network problem

2009-12-29 Thread Joost Kraaijeveld
Could it be this (from the AMD64 list)? http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560056 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560238 Workaround: /etc/sysctl.d/bindv6only.conf -> net.ipv6.bindv6only = 0 See also Thread "Java Anwendungen - keine Netzwerk/Internetverbindung me

Re: IPv4 localhost network problem

2009-12-29 Thread martin
On Tuesday 29 December 2009 14.26.51 jeff dickison wrote: > On Dec 29, 2009, at 7:07 AM, martin wrote: > > Hi, > > > > I have problem with IPv4 on my local network. Applications that is > > trying to > > connect to localhost with IPv4 gets “connection refused”. I have > > constructed a > > simple

Re: IPv4 localhost network problem

2009-12-29 Thread jeff dickison
On Dec 29, 2009, at 7:07 AM, martin wrote: Hi, I have problem with IPv4 on my local network. Applications that is trying to connect to localhost with IPv4 gets “connection refused”. I have constructed a simple Java program that is triggering the problem. The program simple just N Sta

IPv4 localhost network problem

2009-12-29 Thread martin
Hi, I have problem with IPv4 on my local network. Applications that is trying to connect to localhost with IPv4 gets “connection refused”. I have constructed a simple Java program that is triggering the problem. The program simple just open a socket port and waiting for a connection. Starting