1. 先找出ip对应的域名ip
dig +short -x <your ip>域名
2. 若是第1步没有输出,那么须要将hostname与ip绑定,如:hostname为jello,那么是往/etc/hosts中写入一下内容hosts
<ip> jellodi