networking - How to disable loopback interface in Linux (Fedora)? -


That is requested for localhost as coming from a remote host in LAN?

Did you try to update your / etc / hosts file , Substituted:

  127.0.0.1 localhost   

from your actual IP address? For example,

  192.168.0.42 local host   

(This does not actually disable loopback address, you still have to 127.0.0.1 , but connecting to localhost should come through your network interface, which I believe is what you are asking for)

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -