Access to the Internet, but not to 127.0.0.1:8081.

Solved
outarde -  
 outarde -
Hello,

I need to connect to an address on my computer starting with http://127.0.0.1:8081/apex/, it used to work before, but I had issues with my network and now my network is working, I have internet access, but I can no longer connect to http://127.0.0.1:8081/apex/... Since the IP address was assigned by DHCP, I had to install a Microsoft loopback adapter to use apex, I believe I followed the instructions. Since I tried to fix my home network, it hasn’t been working anymore.

I have a router, a laptop that is connected to the wireless network, and my PC (the one with the problem). I have two network cards enabled (I’m not sure if it’s correct to have both or if they are configured properly):

Microsoft Windows XP [version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

Ethernet adapter Local Area Connection 4:

DNS suffix for connection:
Description . . . . . . . . . . . : Microsoft Loopback Adapter #2
Physical address . . . . . . . . .: 02-00-4C-4F-4F-50
DHCP enabled. . . . . . . . . . . : No
IP address. . . . . . . . . . . . : 192.168.0.108
Subnet mask . . . . . . : 255.255.255.0
Default gateway . . . . . . :
DNS servers . . . . . . . . . . : 127.0.0.1

Ethernet adapter Local Area Connection 2:

DNS suffix for connection:
Description . . . . . . . . . . . : Intel(R) PRO/100 VE Network Connecti
on
Physical address . . . . . . . . .: 00-0C-F1-DF-62-1B
DHCP enabled. . . . . . . . . . . : Yes
Automatic private IP enabled . . . . : Yes
IP address. . . . . . . . . . . . : 192.168.0.101
Subnet mask . . . . . . : 255.255.255.0
Default gateway . . . . . . : 192.168.0.1
DHCP server. . . . . . . . . . . : 192.168.0.1
DNS servers . . . . . . . . . . : 24.200.241.37
24.200.243.189
Lease obtained . . . . . . . . . . . : June 18, 2009 09:30:31
Lease expires . . . . . . . . . . : June 25, 2009 09:30:31

In the Host file, I have:
127.0.0.1 localhost
192.168.0.108 reseaulocal4

In the etc/networks file, I have:
loopback 192.168.0.108

Thank you in advance for your help
Configuration: Windows XP Firefox 3.0.11

3 answers

  1. Cisco_31 Posted messages 141 Status Member 16
     
    Hello,

    Have you configured a proxy in your browser?
    You need to whitelist the local address 127.0.0.1, localhost.

    On your local network connection 4, there are two abnormal things:
    Your default gateway is empty.
    But more importantly, the DNS server set to 127.0.0.1 is not good at all.
    0
    1. outarde
       
      Hi,

      Thank you for your response. There is no proxy for 127.0.0.1, localhost on my browser.

      What should I set as my default gateway on local network 4? I've tried a bunch of things that didn't work. The DNS server was empty and that didn't work; when it had the same values as the other network, it didn't work either, and I saw yesterday on a forum to set it to 127.0.0.1, but I understand that it's not better. If you have any suggestions, feel free to share. Thank you very much.
      0