Page 2 of 2

Re: Netburner only accessible from some internet providers.

Posted: Fri Jun 13, 2008 3:10 pm
by macpherson
I have just found out that Verizon Broadband Wireless Access does not do well either.

Re: Netburner only accessible from some internet providers.

Posted: Wed Jul 23, 2008 4:15 pm
by macpherson
I brought the servers back to the USA and I have no problems with any provider. Doesn't this sound like a timeout in the server dropping the link?

Re: Netburner only accessible from some internet providers.

Posted: Sun Jul 27, 2008 10:04 pm
by thomastaranowski
Ooh, could be a ttl issue. I noticed that in the InitializeStack routine (ip.cpp), the default ttl (bTTL_Default) was set to 60. This may not be enough, I'd bump it up to 200 just to see what it does.

Re: Netburner only accessible from some internet providers.

Posted: Mon Jul 28, 2008 12:56 pm
by macpherson
thomastaranowski,

You have no idea how much like magic that sounds. Also, I am not used to messing with library functions. I found the location. Do I have to recompile the library or just put the "offending" file in my workspace and add it to the project (suitable modified, of course)?

Thanks for the input.

Re: Netburner only accessible from some internet providers.

Posted: Mon Jul 28, 2008 1:12 pm
by Chris Ruff
macpherson:

library changes:
1. make the change to the file in question in either ..\system or ..\include with notepad or whatever
2. open a DOS box and type in the commands:
3. cd \nburn<return>
4. SETENV<return>
5. cd system<return>
6. make clean<return>
7. make depend<return>
8. make<return>

yer done.

you might not need "make clean" and "make depend" depending on if there are time-date issues or not. I typically do it no matter what

Chris

Re: Netburner only accessible from some internet providers.

Posted: Mon Jul 28, 2008 3:06 pm
by macpherson
Well, guys, I appreciate the help but no cigar.

One of the servers is back in Mexico and I changed the 60 to 200 with no effect. If anyone wants to try accessing the server themselves, I will give you a user name and password for the site by e-mail.

Re: Netburner only accessible from some internet providers.

Posted: Mon Nov 17, 2008 4:36 am
by newmi
hey,
did you solve the problem?
i have a strange problem, to download files via http in germany. i think it could be the same reason

thx

Re: Netburner only accessible from some internet providers.

Posted: Fri May 01, 2009 11:04 am
by macpherson
No solution yet.