Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2013 14:40:41 +0100
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        java@freebsd.org
Subject:   Re: migration diablo-jre openjdk-jre
Message-ID:  <20130131144041.Horde.Iz5-mKJH1WTSM_-JX3KKpQ5@avocado.salatschuessel.net>
In-Reply-To: <op.wrrrsank8527sy@ronaldradial.versatec.local>
References:  <20130130215438.Horde.qgCXWh6W7_lYONXtU4_9Og3@avocado.salatschuessel.net> <op.wrqyev0l8527sy@212-182-167-131.ip.telfort.nl> <20130131073044.Horde.26xAh7xsQ27FI55KT1eoWg9@avocado.salatschuessel.net> <op.wrrrsank8527sy@ronaldradial.versatec.local>

next in thread | previous in thread | raw e-mail | index | archive | help
I think I found the problem, but not what is causing it.

diable-jre sends out the data using my interface re0, and the address  
"10.0.0.23".
openjdk seems to send out the data somehow through my tun0 interface  
with the address
"10.0.0.23". This of course is complete nonsense. My firewall blocks  
this traffic:

Jan 31 14:29:31 gurke kernel: ipfw: 6004 Deny UDP 10.0.0.23:33104  
239.255.255.250:1900 in via tun0
Jan 31 14:29:35 gurke last message repeated 9 times
Jan 31 14:29:46 gurke kernel: ipfw: 6004 Deny UDP 10.0.0.23:33892  
239.255.255.250:1900 in via tun0
Jan 31 14:29:50 gurke last message repeated 9 times
Jan 31 14:30:10 gurke kernel: ipfw: 6004 Deny UDP 10.0.0.23:20827  
239.255.255.250:1900 in via tun0

tun0 is my PPP device to the "outside" world - no idea why it is  
picked up. The program
itself also outputs that it is using the right interface:

[main] INFO  14:37:18.681 Scanning network interface re0 / re0
[main] INFO  14:37:18.695 Using forced address 10.0.0.23
[main] INFO  14:37:18.699 Created socket: /10.0.0.23:5001
[main] DEBUG 14:37:19.367 Sending ALIVE...

Incoming data on my PPP interface from a jail on the same host this  
is.... wow - crazy ;)


relevant truss output for diablo:
http://pastebin.com/RLiFBZTa

relevant truss output for openjdk:
http://pastebin.com/WHZnKnAS




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130131144041.Horde.Iz5-mKJH1WTSM_-JX3KKpQ5>