Is there a pointer or setting that can ban all access to an ip from windows 98?

This is not a network computer.

It seems that a fault in Netscape has done something to keep this machine from accessing one IP that is sorely needed. access is impossible in all applications including email. Have tried IE and FTP but no good.

The IP is up and running as it is accessible to everyone else.

Any ideas?

Thanx
Copperhead

Dani AI

Generated

Pattern where a single IP becomes reachable only when Netscape is not running strongly points to something that Netscape starts or activates at runtime (for example: a proxy/listener, an IP filter installed as a network hook, or an extension that injects a local proxy). was right to suggest the hosts file; since reported no redirects there, the next step is to treat this as a runtime/network-stack issue rather than plain DNS.

Quick, non‑destructive checks (run at a command prompt and substitute the blocked address for <IP_ADDRESS>):

ping <IP_ADDRESS>
tracert <IP_ADDRESS>
netstat -an

Run those with Netscape closed, then run them again after starting Netscape. If connectivity to the IP drops while Netscape runs, look for a local proxy or a listener on localhost (common proxy ports: 8080, 3128, 8118). netstat -an will show any local listening sockets.

Concrete next steps to isolate and fix the problem:

  • Inspect proxy settings in both browsers. In IE check Internet Options -> Connections/Proxy; in Netscape check Preferences -> Advanced -> Proxies. Set both to "no proxy" or to the same known-good setting.
  • Check startup programs and services (msconfig / Startup or System Configuration) for any proxy/spyware installed alongside Netscape. Run an up-to-date anti‑malware/anti‑spyware scan to remove any local HTTP proxies or filters.
  • Recreate or temporarily disable the Netscape profile (start with extensions disabled or a fresh profile) to rule out an extension/plugin installing network hooks.
  • If the stack still misbehaves, reinstall the TCP/IP protocol from Control Panel -> Network (remove and re-add Microsoft TCP/IP) to refresh Winsock bindings. Back up the registry before making changes.

If none of the above isolates the trigger, a clean uninstall of Netscape (removing leftover helpers) or a packet capture to observe what happens when Netscape starts will show whether a local process is intercepting traffic. Take care to back up mail/profile data first.

Recommended Answers

All 3 Replies

This is not a network computer.

Erm, wouldn't that beg the question of how it is able to reach any sites at all?? :cheesy:

It seems that a fault in Netscape has done something to keep this machine from accessing one IP

Can you give us any clues as to why you think it was something Netscape did? Give us as much info/background on the issue as possible.

- What errors do you get when you try to reach the site through the applications you mentioned?

- Can you reach the site in question if you try to get to it using its IP address as opposed to its URL? For example, putting the following in Netscape's location/address bar will take you to Google:

- One place where URLs can be mapped to a "null" location (or otherwise redirected) is in the C:\Windows\hosts file. When you try to reach a site by its URL, Windows will consult the entries in the hosts file to determine the site's actual IP address before it looks to your DNS servers for that information. Open the hosts file in Notepad; aside from some comment lines at the beginning of the file, it should contain only the following entry:

127.0.0.1 localhost

By

This is not a network computer.

I simply ment it's not on a local network of any kind.

I use IE for most browsing purposes and have it set as default. Netscape is used when I need to be on multiple sites becuase the tabed browsing uses fewer resources than multiple instances of the browser.

The problem started when Netscape decided to TAKE over as default. I don't know exactly when that happened so can't say what I was doing at the time to cause it. However, for 3 days IE didn't pick up on the fact and so wouldn't let me set it as default again. during that time I could access any site i wished except those on the IP I most needed. There were no errors given in NS and IE just gave me a cannot be found message.

Yesterday, IE finally realized it had lost control and asked to be default again. Oh Joy! Now i can access the sites again but only as long as I leave NS off. As soon as i start NS the site is unaccessible again.

I have reinstalled and updated NS. That didn't help.

The file C:\Windows\hosts is blank.....? No comments and no localhost.

Just in case it matters... I use NS mail

NS v7.2
IE v6

Outlook and OE are installed as well but not used.

for both email and ftp they just timed out no errors given

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.