On Tue, Aug 29, 2000 at 01:46:55PM +0100, degs wrote: > > Hi, > > Has anyone had any success running a node on a private subnet via a > forwarded port and using dynamic DNS? I'm still having trouble here... > > I have included node and client logs from an attempt to freenet_insert > > freenet_insert is running from a remote machine (at work). node is running > on machine at home behind ISDN router. node has its address set to > ceequdee.no-ip.com which does not resolve to the machine the node is running > on, it resolves to the router which has a hole at 19114 pointing at the > node.
The error you are getting has nothing to do with the address, you are getting an IOException because the connection is being closed while you are sending the data: The node says: > PM:Freenet.support.io.PadOnErrorInputStream:-1830150648:Normal:Exception > caught: java.net.SocketException: Socket closed padding... > Aug 29, 2000 12:22:57 PM:Freenet.Conduit:-2046943736:Minor:0- Exception: > Freenet.support.io.DataNotValidIOException: Data not valid, code 1 thrown > during read of Conduit feed Code 1 means that bad data was discovered. Which is quite correct (sort, of I'm thinking it should be code 0, but that is not relevant here) because the client is failing to send the data: > Aug 29, 2000 1:28:09 PM:Freenet.ConnectionHandler:1802907411:Debug:Finished > with connection - closing > Aug 29, 2000 1:28:09 > PM:Freenet.client.EventInputStream$TransferedEvent:-282185966:Normal:262144 > bytes read. > Aug 29, 2000 1:28:09 PM:Freenet.Conduit:-1504039150:Minor:0- Exception: > java.io.IOException: Bad file descriptor thrown during write of Conduit feed > Handled: Freenet.client.Client$BInsertInstance$SentInsert at 67f62f13 It looks like an IOException occurs while reading from the socket, so the listening thread procedes to close the socket. What the IOException is I don't know since it is not being output to the log. Is this happening at the exact same time every time? Does it matter how big the files are? -- \oskar _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev