also @ TechSpot: Oculus Rift secures $16 million in Series A round of funding

can't use browser beyond subnet

Discussion in 'Storage and Networking' started by PSLog, Nov 30, 2003.

  1. PSLog Newcomer, in training Posts: 35

    Hi

    Win2K Pro.

    I'm using a Nokia M1122 router to provide access from my local subnet to the internet.

    I can ping each node on my subnet and the router and I can ping outside the subnet ie beyond the router.

    Using either IE or Mozilla I can connect to the router admin page, but nothing beyond it.

    That is - I can ping beyond my router, but can't access any URL beyond my router using a browser.

    What are the next things I can test?

    Mark
  2. RealBlackStuff Newcomer, in training Posts: 8,165

    You need to set up the WAN part of your router, with the IP-address and DNS-servers your ISP has given you.
    In the LAN part of your router you either activate DHCP to give local IP-addresses to your clients (PC's) and set your PC's to automatically obtain IP and DNS (in your network-settings), or
    you disable DHCP and use the fixed IP-addresses of your current setup.

    If you need more info, tell us how your network is currently set up.
  3. Phantasm66 Newcomer, in training Posts: 6,504

    Well done realblackstuff,

    The WAN interface is not set up correctly with the settings for the ISP.
  4. RealBlackStuff Newcomer, in training Posts: 8,165

    Much appreciated, Phantasm66
  5. PSLog Newcomer, in training Posts: 35

    Oops!
    I omitted to explain the following:
    Sub-net comprises computers A, B and C
    The browers work perfectly (accessing internet sites) from A and B but not C. Yet I CAN ping internet sites from C.
    (Sorry - that was a fundamental omission!)
    This suggests the router set-up is OK - but that something on C is not set-up correctly?
  6. Phantasm66 Newcomer, in training Posts: 6,504

    So, what you are saying is that you are getting most internet access on C, but not http??

    Can you ftp, use smtp or any other internet protocols - is the problem specifically with http and therefore web browsing?

    try to ftp to an ftp server from the command prompt.

    if you can use other internet protocols, and not http, it suggests that the browser program itself may be the problem. And, course, could be any firewalling software such as zonealarm, which you should disable. Try looking in the connection settings section of the browser and remove any proxy servers, etc.
     
  7. PSLog Newcomer, in training Posts: 35

    Can you tell me how to check access to ftp please?

    I have 3 browsers on C and cannot access any http site with any of them.

    Thanks
  8. Phantasm66 Newcomer, in training Posts: 6,504

    Here's an ftp near where you are:

    ftp.wicks.co.nz

    Do this:

    Start, run, cmd, return.

    Opens command prompt.

    Type this

    ftp ftp.wicks.co.nz

    Use username anonymous and enter something like an e-mail address for the password.

    Then, once connected, try to move in the directory structure, ls or dir to list.

    If this works, you have ftp access. That means that the problem with web browsing is http related, as opposed to being a problem with network connectivity or configuration itself.
  9. PSLog Newcomer, in training Posts: 35

    OK
    It said
    c:\>ftp ftp.wicks.co.nz
    Unknown host ftp.wicks.co.nz.
    ftp>
    What does that tell us?

    PS I WAS able to execute the above from another computer.
  10. Phantasm66 Newcomer, in training Posts: 6,504

    what happens if you say

    ping ftp.wicks.co.nz

    ?
  11. PSLog Newcomer, in training Posts: 35

    Ping ftp.wicks.co.nz
    Unknown host ftp.wicks.co.nz

    Ping (a known external IP address) = OK
  12. RealBlackStuff Newcomer, in training Posts: 8,165

    Check the security settings on that C-computer
    Right-click Internet Explorer on your desktop and select properties, then the tab Security.
    If it is too high, you can't access anything.
  13. PSLog Newcomer, in training Posts: 35

    The security level is set at medium.
    Note that ftp is not working either, but ping works both by name and IP address.

    This was all working before I upgraded windows from NT4 to Win2k.
  14. Phantasm66 Newcomer, in training Posts: 6,504

    so you can ping an ftp server from the machine, but not connect to it? Then surely its your firewall rules that are wrong?
  15. RealBlackStuff Newcomer, in training Posts: 8,165

    Is there any NWlink/IPX driver installed?
    If so, remove them if you are not connecting to any Netware stuff.
  16. Nodsu Newcomer, in training Posts: 9,431

    You should try accessing something via IP address, not hostname. Do a "ping 12.96.164.87" or in a browser http://12.96.164.87 (It's TechSpot). If you can connect to an IP address, then you have misconfigured DNS in the TCP/IP settings.
  17. PSLog Newcomer, in training Posts: 35

    Nodsu

    You beauty! (Kiwi slang: not to be taken offence at)

    Thank you very much
  18. Phantasm66 Newcomer, in training Posts: 6,504

    Was that it? If so, great!
  19. PSLog Newcomer, in training Posts: 35

    Yep. That was it.
    Sorry, one answer I gave you was wrong, which caused a distraction.

    Thank you for your help too.
  20. Phantasm66 Newcomer, in training Posts: 6,504

    What action have you taken to resolve the matter (answering these questions is good for the next person who does a google search and finds this thread - let's not forget about them!)