Link to home
Start Free TrialLog in
Avatar of Newbie0000
Newbie0000Flag for Canada

asked on

DISABLE LOOPBACK ON LINUX PC

Can anybody tell me how to disable the loopback on the fibre card in a Linux PC? The network has become inaccessible and we think that is the problem as it showing enabled now?

Thanks in advance for the help.
ASKER CERTIFIED SOLUTION
Avatar of MiLLeNNiuM
MiLLeNNiuM
Flag of Brazil image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Newbie0000

ASKER

The NIC shows loopback enabled and he no longer has access to the network, is it because the loopback is enabled?
Avatar of sanjooz
sanjooz

loopback being enabled has nothing to do with network being inaccessible. What exactly do you mean by network is inaccessible?
It's quite confusing, could you paste the output for the following commands:

"ifconfig -a"
"route -n"

And also let us know what kind of access are you trying to do.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
route -n
Kernal IP routing table
Destination   Gateway    Genmask   Flags Metric REf   Use Iface


ifconfig -a
eth0   link encap:ethernet  hwaddr 00:15:77:83:70:6c
      broadcast multicast  mtu:1500 metric:1
      rx packets:0 errors:0 dropped:0 overruns:0 frame:0
      tx packets:4 errors:0 dropped:0 overruns:0 carrier:0
      collisions:0 txqueuelen:1000
      rx bytes: 0 (0.0b)   tx bytes:1368 (1.3kib)
      interrupt:22 base address:0xb000

lo Link ecncap:Local loopback
      inet addr:127.0.0.1 mask:255.0.0.0
      up loopback running  mtu:16436 metric:1
      rx packets:6 errors:0 dropped:0 overruns:0 frame:0
      tx packets: 6 error:0 dropped:0 overruns:0 carrier: 0
      collision:0 txqueulen:0
      rx bytes 300   tx bytes 300
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Daniel McAllister
Daniel McAllister
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial