*.example.com

skubotaの日記より

"*" って一応、ホスト名につかえるんだ?

>nslookup \*.example.com
Server: localhost.example.com
Address: 127.0.0.1

Name: *.example.com
Address: 10.10.0.1

>host \*.example.com
*.example.com has address 10.10.0.1

>dig \*.example.com +short
10.10.0.1

>ping \*.example.com
ping: cannot resolve *.example.com: Unknown server error

>traceroute \*.example.com
traceroute: unknown host *.example.com

>telnet \*.example.com
*.example.com: Non-recoverable failure in name resolution

>w3m -dump http://\*.example.com/
Unknown URI: http://*.example.com/

posted by say · 2007年11月03日 03:43 · memo