Linux
有沒有辦法訪問包含下劃線的主機名?
我有這個奇怪的問題。我需要訪問一個包含 Linux 下劃線的網站。主機名無效,Linux 確實如此對待它。
問題是從 Windows 訪問似乎工作得很好,因此管理員不會修復它。
有沒有辦法訪問這樣的網站?
編輯:主機名是:
_nyx.isthereanydeal.com
host
作品
ping
並且瀏覽器不起作用,我嘗試了主機名的未編碼和編碼版本
由於您可以使用 找到 IP
host
,因此請在文件中添加一個條目,/etc/hosts
並為同一 IP 使用新名稱。
/etc/hosts
198.100.51.37 u_nyx.isthereanydeal.com
然後:
$ ping -c 1 u_nyx.isthereanydeal.com PING u_nyx.isthereanydeal.com (198.100.51.37): 56 data bytes 64 bytes from 198.100.51.37: icmp_seq=0 ttl=48 time=69.157 ms --- u_nyx.isthereanydeal.com ping statistics --- 1 packets transmitted, 1 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 69.157/69.157/69.157/0.000 ms