Netburner only accessible from some internet providers.
-
- Posts: 38
- Joined: Tue Jun 03, 2008 10:26 am
Re: Netburner only accessible from some internet providers.
I have just found out that Verizon Broadband Wireless Access does not do well either.
-
- Posts: 38
- Joined: Tue Jun 03, 2008 10:26 am
Re: Netburner only accessible from some internet providers.
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?
-
- Posts: 82
- Joined: Sun May 11, 2008 2:17 pm
- Location: Los Angeles, CA
- Contact:
Re: Netburner only accessible from some internet providers.
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.
-
- Posts: 38
- Joined: Tue Jun 03, 2008 10:26 am
Re: Netburner only accessible from some internet providers.
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.
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.
- Chris Ruff
- Posts: 222
- Joined: Thu Apr 24, 2008 4:09 pm
- Location: topsail island, nc
- Contact:
Re: Netburner only accessible from some internet providers.
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
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
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand
-
- Posts: 38
- Joined: Tue Jun 03, 2008 10:26 am
Re: Netburner only accessible from some internet providers.
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.
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.
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
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
-
- Posts: 38
- Joined: Tue Jun 03, 2008 10:26 am
Re: Netburner only accessible from some internet providers.
No solution yet.