Page 2 of 2 FirstFirst 12
Results 17 to 32 of 32

Thread: Looking for a professional router

  1. #17
    Senior Member
    Join Date
    Sep 2005
    Posts
    587
    Thanks
    7
    Thanked
    7 times in 7 posts

    Re: Looking for a professional router

    Thank you for your advice everyone.

    Quote Originally Posted by Moby-Dick View Post
    utterly unconnected. you really need to understand more before you make sweeping statements.
    I made a mistake when I said this. The route add problem has been resolved, but I believe that was only a symptom of the underlying problem, since even though I had the "-p" in the wrong place, it would still remember the last configuration.

    I think my router is timing out and Win2003 cannot see it, so it reverts to the other router. Doing a release/renew wakes it back up for a few hours, then it times out again. And as a result, it screws up DNS resolution and all internet connectivity is lost for the entire LAN except for web pages that browsers already resolved, or applications that remember specific IPs.

  2. #18
    adam1701
    Guest

    Re: Looking for a professional router

    sounds to me like you're just pissed off with cheaper routers (BT voyagers lol) and want a decent router, but are going for a bit of an overkill wanting a "professional" router.

  3. #19
    mush-mushroom b0redom's Avatar
    Join Date
    Oct 2005
    Location
    Middlesex
    Posts
    3,510
    Thanks
    201
    Thanked
    388 times in 294 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: Looking for a professional router

    You still haven't clarified what you're doing. I don't understand what you mean by:

    "router is timing out and Win2003 cannot see it, so it reverts to the other router"

    You have 2 routers? Is this a home network? Unless you're managing redundant routing, you should really only ever have one route per network segment. This may be the source of your problems. Can you post your routing table? netstat -rn

    If your pcs are unable to see a network via their static routing, they shouldn't be randomly trying other routes.

    Can you explain what you're actually trying to do? To me it sounds like you're trying to attach 2 routers to one ADSL phone line - this will not work.

  4. #20
    mush-mushroom b0redom's Avatar
    Join Date
    Oct 2005
    Location
    Middlesex
    Posts
    3,510
    Thanks
    201
    Thanked
    388 times in 294 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: Looking for a professional router

    Oh, and as a separate aside. It is almost certainly simpler to have everything to route to your DSL router, and set up the static routing on there. That way you don't need to worry about return paths etc.

  5. #21
    Senior Member
    Join Date
    Sep 2005
    Posts
    587
    Thanks
    7
    Thanked
    7 times in 7 posts

    Re: Looking for a professional router

    Quote Originally Posted by adam1701 View Post
    sounds to me like you're just pissed off with cheaper routers (BT voyagers lol) and want a decent router, but are going for a bit of an overkill wanting a "professional" router.
    Yes. By "professional" I just mean not "consumer-grade" crap.

    I just want more reliability (i.e. better processor / bus / ram / etc under the hood), and a well-designed web interface oriented for someone who will actually go in and use it, unlike most people who don't even know what port forwarding is.

  6. #22
    Senior Member
    Join Date
    Sep 2005
    Posts
    587
    Thanks
    7
    Thanked
    7 times in 7 posts

    Re: Looking for a professional router

    Quote Originally Posted by b0redom View Post
    You still haven't clarified what you're doing. I don't understand what you mean by:

    "router is timing out and Win2003 cannot see it, so it reverts to the other router"

    You have 2 routers? Is this a home network? Unless you're managing redundant routing, you should really only ever have one route per network segment. This may be the source of your problems. Can you post your routing table? netstat -rn

    If your pcs are unable to see a network via their static routing, they shouldn't be randomly trying other routes.

    Can you explain what you're actually trying to do? To me it sounds like you're trying to attach 2 routers to one ADSL phone line - this will not work.
    b0redom, I will try to explain:
    • All my PCs connect to a 24-port gigabit switch.
    • There are 2 routers connected to the switch as well (10.0.1.1 and 10.0.1.2).
    • Each router is connected to its own modem.
    • One modem is a cable internet 15/5mbps, the other is fiber optic 20/20mbps
    • Both routers have DHCP turned off. DHCP is done by the server PC (Win2003).
    • Through DHCP, I set 10.0.1.2 as the DEFAULT router for all PCs.
    • Then I add a "route add" for the server to use 10.0.1.1 instead.
    That means all PCs are using 10.0.1.2 except the server. I tried adding a static route in the DHCP role management thingy, but it did not work. That's why I use route add.

    This has been working for me for a long time without any problems, but recently, 10.0.1.1 has been stalling (I think). I have to do ipconfig /release/renew and then it is better for a few hours. Then it stalls again. When it stalls I lose all internet connectivity except direct connections to an IP. If I am currently browsing a website, it will continue to work because the IP for that domain has already been resolved. But all other websites will not work until I do ipconfig /release/renew.

  7. #23
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Looking for a professional router

    Quote Originally Posted by latrosicarius View Post
    b0redom, I will try to explain:[LIST][*]There If I am currently browsing a website, it will continue to work because the IP for that domain has already been resolved. But all other websites will not work until I do ipconfig /release/renew.
    Sounds like a DNS resolution problem rather than a routing one. Are you running your own DNS server? If not, are you relaying DNS from your ISP?
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  8. #24
    Senior Member
    Join Date
    Sep 2005
    Posts
    587
    Thanks
    7
    Thanked
    7 times in 7 posts

    Re: Looking for a professional router

    Quote Originally Posted by peterb View Post
    Sounds like a DNS resolution problem rather than a routing one. Are you running your own DNS server? If not, are you relaying DNS from your ISP?
    I have the DNS server role turned on, if that's what you mean

  9. #25
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Looking for a professional router

    Quote Originally Posted by latrosicarius View Post
    I have the DNS server role turned on, if that's what you mean
    No, thats not quite what I mean.

    Are you specifically running your own local DNS server for the users on your LAN, so they do their DNS lookup from that server. It may be operated as a caching server so that it speeds up enquiries for entries that have been cached. That would explain why your users can access some sites for a few hours, until the cache expires.

    You may also configure at as a public DNS server - not really required and adds to your bandwidth load and adds a few security problems. However you still need to resolve DNS, so most demestic/SOHO/SME routers (usually router modems) relay DNS information from the service provider - hence the name - DNS relay. You could test the DNS effectiveness by setting one of the PCs that can only connect using an IP address by configuring it to use something like the Open DNS servers - if it then connects, your problem is a DNS problem, not a routing routing.

    I'm not quite sure why you don't just set the default gateway on the server to its own router - in the same away that the PCs have their default gateway set to the other router. Is the fibre connection going to another ISP (as you have implied) or abunch of PCs that need to access it in its server role? Do thos PCs access the internet via the other modem, or do they have their ownn Internet access?
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  10. #26
    Senior Member
    Join Date
    Sep 2005
    Posts
    587
    Thanks
    7
    Thanked
    7 times in 7 posts

    Re: Looking for a professional router

    Quote Originally Posted by peterb View Post
    No, thats not quite what I mean.

    Are you specifically running your own local DNS server for the users on your LAN, so they do their DNS lookup from that server. It may be operated as a caching server so that it speeds up enquiries for entries that have been cached. That would explain why your users can access some sites for a few hours, until the cache expires.

    You may also configure at as a public DNS server - not really required and adds to your bandwidth load and adds a few security problems. However you still need to resolve DNS, so most demestic/SOHO/SME routers (usually router modems) relay DNS information from the service provider - hence the name - DNS relay. You could test the DNS effectiveness by setting one of the PCs that can only connect using an IP address by configuring it to use something like the Open DNS servers - if it then connects, your problem is a DNS problem, not a routing routing.
    I don't know, I was just told to set up the DNS role before setting up the DHCP role

    Quote Originally Posted by peterb View Post
    I'm not quite sure why you don't just set the default gateway on the server to its own router - in the same away that the PCs have their default gateway set to the other router.
    None of the computers are set on the client side to use either router. I set up in DHCP that 10.0.1.2 is the default gateway. They all use that naturally. Then I tried setting the one server to use 10.0.1.1 as the default gateway (both in DHCP management and in IPv4/IPv6 properties) but it didn't work so I used route add instead. That worked.

    Quote Originally Posted by peterb View Post
    Is the fibre connection going to another ISP (as you have implied) or abunch of PCs that need to access it in its server role? Do thos PCs access the internet via the other modem, or do they have their ownn Internet access?
    The fiber connection is Verizon and only the server is supposed to use it. The cable modem is Optimum Online and all the computers use it, except for the server.

  11. #27
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Looking for a professional router

    If you do an ipconfig on one of the client machines, what does it show for the DNS address and default gateway?
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  12. #28
    Senior Member
    Join Date
    Sep 2005
    Posts
    587
    Thanks
    7
    Thanked
    7 times in 7 posts

    Re: Looking for a professional router

    Quote Originally Posted by peterb View Post
    If you do an ipconfig on one of the client machines, what does it show for the DNS address and default gateway?
    It shows:
    Code:
    Connection-specific DNS Suffix: homenet.local (this is my network name)
    IPv4 Address: 10.0.1.111
    Subnet Mask: 255.255.255.0
    Default Gateway: 10.0.1.2

  13. #29
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Looking for a professional router

    And what are the DNS settings on the deafult gateway (the router at 10.0.1.2)
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  14. #30
    Senior Member
    Join Date
    Sep 2005
    Posts
    587
    Thanks
    7
    Thanked
    7 times in 7 posts

    Re: Looking for a professional router

    Quote Originally Posted by peterb View Post
    And what are the DNS settings on the deafult gateway (the router at 10.0.1.2)
    as far as i can tell, the only DNS setting in the router is called:

    "enable DNS relay"

    and it is checked ON

  15. #31
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Looking for a professional router

    That all sounds OK, so the router should also be indicating the IP address of a DNS server which is probably your ISPs - and handed down to the router as part of the handshake process. You could try changing that to an open DNS server for testing.

    If that works, the ptroblem lies with the DNS server IP address your router is picking up - if it doesn't fix the problem, while it hasn't eliminated DNS, means that the problem lies elsewhere.
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  16. #32
    Senior Member
    Join Date
    Sep 2005
    Posts
    587
    Thanks
    7
    Thanked
    7 times in 7 posts

    Re: Looking for a professional router

    thanks, well i bought a new router and i also uninstalled the win2003 server's DNS and DHCP roles, and i'm using the router's DHCP instead.

    No problem so far, but i still need some help using both routers, in this new thread. Thanks

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Draytek Vigor 2800G mini-review
    By Taz in forum Networking and Broadband
    Replies: 13
    Last Post: 05-09-2020, 08:28 PM
  2. Having annoying router problems!
    By neonplanet40 in forum Networking and Broadband
    Replies: 12
    Last Post: 16-06-2008, 01:19 AM
  3. Can one wireless router connect to another for internet viewing ?
    By mike63uk in forum Networking and Broadband
    Replies: 2
    Last Post: 05-02-2008, 09:41 PM
  4. Can one wireless router talk to another wireless router?
    By pmanington in forum Networking and Broadband
    Replies: 11
    Last Post: 30-01-2008, 12:39 PM
  5. Router to router connection
    By ajbrun in forum Networking and Broadband
    Replies: 17
    Last Post: 28-02-2005, 11:03 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
  •