Results 1 to 12 of 12

Thread: Weird n0tworking issue

  1. #1
    Registered+
    Join Date
    Dec 2007
    Posts
    22
    Thanks
    0
    Thanked
    0 times in 0 posts
    • two00lbwaster's system
      • Motherboard:
      • Asrock 4CoreDual-SATA2
      • CPU:
      • E2140 @ 2.33GHz
      • Memory:
      • 2GB DDR2-800
      • Storage:
      • 160GB PATA Hitachi 8MB
      • Graphics card(s):
      • R9500 - hardmodded and bios flashed to R9700
      • PSU:
      • 750W (20A/17A)
      • Case:
      • Antec 900 Gamer (Sharkoon fans)
      • Monitor(s):
      • HG216D 21.6" TFT w/ HDMI connection
      • Internet:
      • 2Mb/s

    Weird n0tworking issue

    The company I work for has been experiencing a very strange networking issue with one of their web servers. Even weirder is that it is only one of them and not all of them. Although, this particular server is hosted at a different company than the other servers.

    I will outline the issue. We have a front end CMS that the clients and our admin staff use to update content on our various websites. We on the technical team tend to do everything via RDP and ftp.

    However, after transmitting a certain amount of data to the server either via ftp or the CMS, or accessing the site generally checking pages etc, the computer will no longer be able to connect to the server.
    The connection will time out on any connection protocol that you can imagine, as if the server no longer exists.
    In addition, it will only effect that one computer in the whole office, other computers will still be able to find the server, including VMs hosted on the afflicted machine (Starting up a duplicate copy of a VM, when the original VM has been affected, shows that this is not a local machine caching issue as the duplicate is also adversely affected).

    Now this has been going on since April and the way we have found around the issue is to release and renew the IP, or in our case use a program that does a similar job, so we use Technitium MAC address changer v5. But this can happen quite often and has become quite tedious.

    I'm guessing that it is some local networking issue as external tests have led to no fault found. I guess it would be handy to point out that we have building supplied networking, where each office seems to be hosted on its own private network, although the subnet is the usual 255.255.255.0, and no other IP address ranges appear to be present.
    In addition, connected to one of those ports is a WGR614v7 Router which provides secured wireless access and gives the office a few more ports. Now the router is just acting like a switch, with one of the ports going into the port to the main office switch hosted by the building with the other three ports being taken up by two computers and a printer.

    I hope one of you guys can help here. It’s rather a strange one.

  2. #2
    Jay
    Jay is offline
    Gentlemen.. we're history Jay's Avatar
    Join Date
    Aug 2006
    Location
    Jita
    Posts
    8,365
    Thanks
    304
    Thanked
    568 times in 409 posts

    Re: Weird n0tworking issue

    are you being blacklisted for sending too much data to the server, maybe its thinks you are DDoSing it?
    □ΞVΞ□

  3. #3
    Registered+
    Join Date
    Dec 2007
    Posts
    22
    Thanks
    0
    Thanked
    0 times in 0 posts
    • two00lbwaster's system
      • Motherboard:
      • Asrock 4CoreDual-SATA2
      • CPU:
      • E2140 @ 2.33GHz
      • Memory:
      • 2GB DDR2-800
      • Storage:
      • 160GB PATA Hitachi 8MB
      • Graphics card(s):
      • R9500 - hardmodded and bios flashed to R9700
      • PSU:
      • 750W (20A/17A)
      • Case:
      • Antec 900 Gamer (Sharkoon fans)
      • Monitor(s):
      • HG216D 21.6" TFT w/ HDMI connection
      • Internet:
      • 2Mb/s

    Re: Weird n0tworking issue

    Quote Originally Posted by Jay View Post
    are you being blacklisted for sending too much data to the server, maybe its thinks you are DDoSing it?
    I don't think so, as the hosting company have looked into it and said that it must be an issue our end. Also it would affect all the office computers if that was the case as we only have one external facing IP address.

    Releasing and renewing the IP seems to be what does the trick. Though, sometimes you have to do it several times. With the MAC address changer program it tends to work immediately.

    We're only doing normal ftp stuff although I have to admit that that can involve a rather a large amount of data. The CMS updating side is not all that intensive with just textual updating being done usually, although with some uploading of images and, infrequently, other media related files.

    Thanks for asking the question though. The more that are asked the more chance that I might actually be able to track down the issue.

  4. #4
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,283
    Thanks
    293
    Thanked
    841 times in 476 posts

    Re: Weird n0tworking issue

    Pfff, really not sure about this one.

    I used to get intermittent connectivity issues when the MTU was set too large on my NIC (had to lower it to something less than 1500).

    Not sure this is quite the same scenario, though.
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

  5. #5
    Registered+
    Join Date
    Dec 2007
    Posts
    22
    Thanks
    0
    Thanked
    0 times in 0 posts
    • two00lbwaster's system
      • Motherboard:
      • Asrock 4CoreDual-SATA2
      • CPU:
      • E2140 @ 2.33GHz
      • Memory:
      • 2GB DDR2-800
      • Storage:
      • 160GB PATA Hitachi 8MB
      • Graphics card(s):
      • R9500 - hardmodded and bios flashed to R9700
      • PSU:
      • 750W (20A/17A)
      • Case:
      • Antec 900 Gamer (Sharkoon fans)
      • Monitor(s):
      • HG216D 21.6" TFT w/ HDMI connection
      • Internet:
      • 2Mb/s

    Re: Weird n0tworking issue

    Quote Originally Posted by Steve View Post
    Pfff, really not sure about this one.

    I used to get intermittent connectivity issues when the MTU was set too large on my NIC (had to lower it to something less than 1500).

    Not sure this is quite the same scenario, though.
    Hmmm, that doesn't seem to fit either and as far as I know it seems that MTU is set to 1500 which is a fairly default setting.
    We would also experience it more generally, across the whole office of computers, I would have thought, and it would not be fixed by renewing the IP lease.

    I also think that the one Vista machine we have in the office doesn't experience any issues (all other machines are XP32 with latest SPs and updates). I know Vista does networking differently which might provide some clues.

  6. #6
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,283
    Thanks
    293
    Thanked
    841 times in 476 posts

    Re: Weird n0tworking issue

    A fair assumption, and an interesting observation about the Vista thing.

    Do all the machines have the same NIC? Perhaps it's something going on in the driver? Might be worth having a play.
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

  7. #7
    Registered+
    Join Date
    Dec 2007
    Posts
    22
    Thanks
    0
    Thanked
    0 times in 0 posts
    • two00lbwaster's system
      • Motherboard:
      • Asrock 4CoreDual-SATA2
      • CPU:
      • E2140 @ 2.33GHz
      • Memory:
      • 2GB DDR2-800
      • Storage:
      • 160GB PATA Hitachi 8MB
      • Graphics card(s):
      • R9500 - hardmodded and bios flashed to R9700
      • PSU:
      • 750W (20A/17A)
      • Case:
      • Antec 900 Gamer (Sharkoon fans)
      • Monitor(s):
      • HG216D 21.6" TFT w/ HDMI connection
      • Internet:
      • 2Mb/s

    Re: Weird n0tworking issue

    Quote Originally Posted by Steve View Post
    A fair assumption, and an interesting observation about the Vista thing.

    Do all the machines have the same NIC? Perhaps it's something going on in the driver? Might be worth having a play.
    There is quite a varied mix of machines, with different motherboards for different generations of processors (AXP, A64, early C2D and C2Qs). I'll look into what drivers are used and what iNIC chips they are using. May just be, but one is an HP machine and I'm fairly sure that wont have an embedded realtek chip in it.

  8. #8
    blueball
    Guest

    Re: Weird n0tworking issue

    i cam across a situation once where a whole heap of compaq laptops were dlivered to a clients site and they ALL had the same MAC address. Might it be a MAC issue?

  9. #9
    mush-mushroom b0redom's Avatar
    Join Date
    Oct 2005
    Location
    Middlesex
    Posts
    3,494
    Thanks
    195
    Thanked
    383 times in 292 posts
    • b0redom's system
      • Motherboard:
      • Some iMac thingy
      • CPU:
      • 3.4Ghz Quad Core i7
      • Memory:
      • 24GB
      • Storage:
      • 3TB Fusion Drive
      • Graphics card(s):
      • nViidia GTX 680MX
      • PSU:
      • Some iMac thingy
      • Case:
      • Late 2012 pointlessly thin iMac enclosure
      • Operating System:
      • OSX 10.8 / Win 7 Pro
      • Monitor(s):
      • Dell 2713H
      • Internet:
      • Be+

    Re: Weird n0tworking issue

    DHCP lease expiring? If that happens and your IP changes it would break the connection. This would also explain the intermittantness of the problem.

    As an aside you've turned off DHCP on your WGR614v7 right?

    It's fairly bad practice to go around changing MAC addresses.

  10. #10
    Registered+
    Join Date
    Sep 2008
    Posts
    25
    Thanks
    0
    Thanked
    0 times in 0 posts

    Re: Weird n0tworking issue

    What's the OS on the web server? And how do you get to it (on the LAN, across the internet)? If internet, what router do you use to get out? If not on LAN, can you get a computer on the same LAN as the server and then try the transfer? If you can RDP to the server, can you try pulling the data on to the server, rather than pushing it from your end?

  11. #11
    Registered+
    Join Date
    Dec 2007
    Posts
    22
    Thanks
    0
    Thanked
    0 times in 0 posts
    • two00lbwaster's system
      • Motherboard:
      • Asrock 4CoreDual-SATA2
      • CPU:
      • E2140 @ 2.33GHz
      • Memory:
      • 2GB DDR2-800
      • Storage:
      • 160GB PATA Hitachi 8MB
      • Graphics card(s):
      • R9500 - hardmodded and bios flashed to R9700
      • PSU:
      • 750W (20A/17A)
      • Case:
      • Antec 900 Gamer (Sharkoon fans)
      • Monitor(s):
      • HG216D 21.6" TFT w/ HDMI connection
      • Internet:
      • 2Mb/s

    Re: Weird n0tworking issue

    Quote Originally Posted by blueball View Post
    i cam across a situation once where a whole heap of compaq laptops were dlivered to a clients site and they ALL had the same MAC address. Might it be a MAC issue?
    Hmmm, I'm erring towards it not being, as I've checked and they all seem to be individual, even though technitium seems to do the job more effectively.

    Quote Originally Posted by b0redom View Post
    DHCP lease expiring? If that happens and your IP changes it would break the connection. This would also explain the intermittantness of the problem.

    As an aside you've turned off DHCP on your WGR614v7 right?

    It's fairly bad practice to go around changing MAC addresses.
    Hmmmm, this might be something to investigate in regard to the networking equipment we don't have access to. Also it seems to happen quite regularly at 3pm so I think you're right, this might be the issue.

    Yes, the DHCP was turned off in the WGR614v7 router by the guy that configured it. Why did you ask? Is there a known issue with this router version?

    :S Yeah, MAC spoofing isn't good but it was the only solution that was working reliably.

  12. #12
    Registered+
    Join Date
    Dec 2007
    Posts
    22
    Thanks
    0
    Thanked
    0 times in 0 posts
    • two00lbwaster's system
      • Motherboard:
      • Asrock 4CoreDual-SATA2
      • CPU:
      • E2140 @ 2.33GHz
      • Memory:
      • 2GB DDR2-800
      • Storage:
      • 160GB PATA Hitachi 8MB
      • Graphics card(s):
      • R9500 - hardmodded and bios flashed to R9700
      • PSU:
      • 750W (20A/17A)
      • Case:
      • Antec 900 Gamer (Sharkoon fans)
      • Monitor(s):
      • HG216D 21.6" TFT w/ HDMI connection
      • Internet:
      • 2Mb/s

    Re: Weird n0tworking issue

    Quote Originally Posted by patch View Post
    What's the OS on the web server? And how do you get to it (on the LAN, across the internet)? If internet, what router do you use to get out? If not on LAN, can you get a computer on the same LAN as the server and then try the transfer? If you can RDP to the server, can you try pulling the data on to the server, rather than pushing it from your end?
    Os is Server 2003 64bit.
    The server is hosted at a remote location to the office, we have five such servers although all the other servers are 32bit versions; hmmmmm.
    I can't say how we connect to the internet as I don't have access to the building's comms room. Might see if that can be changed though; I need to know more.
    Can't get a computer on the same LAN as the server, it is hosted after all.
    We do RDP to the server however they're locked down and unlocking them to allow them to ftp up the data, and sorting out the ftp at this end, would be a nightmare including getting the connection through the building's firewall and switch system to which I have no access

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Audi A3 acceleration issue
    By Butcher in forum Automotive
    Replies: 14
    Last Post: 16-01-2009, 10:41 AM
  2. Bizzare CPU/Mem issue, help required!! ;-)
    By K22 in forum PC Hardware and Components
    Replies: 6
    Last Post: 06-04-2008, 12:11 PM
  3. Test Drive Unlimited Popping Sound Issue
    By AndrewJ in forum Gaming
    Replies: 8
    Last Post: 18-02-2008, 10:57 AM
  4. weird thread anomolies going on...
    By Lee H in forum HEXUS Suggestions
    Replies: 4
    Last Post: 21-09-2005, 03:23 PM
  5. Weird System Hang - Then Returns to Normal
    By Grey M@a in forum PC Hardware and Components
    Replies: 1
    Last Post: 04-03-2005, 08:52 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •