Cannot assign requested address

前端 未结 1 958
长情又很酷
长情又很酷 2021-01-26 11:23

cat /etc/hosts

127.0.0.1 localhost.localdomain localhost
#192.168.0.105 UG-BLR-L030.example.com UG-BLR-L030 localhost 

192.168.0.105 UG-BLR-L03         


        
相关标签:
1条回答
  • 2021-01-26 12:04

    I managed to get this to work by editing my hosts file to look like this :

    127.0.0.1 UG-BLR-L030.example.com UG-BLR-L030 localhost
    192.168.0.105 UG-BLR-L030.example.com UG-BLR-L030 
    
    0 讨论(0)
提交回复
热议问题