情報科学コースのシステムの場合, コース内の Solaris 8 マシンは NIS (Network Information System) を使ってアカウントを共通にしている。試しに隣のマシンにログインしてみる。
tkikuchi@sws01% telnet sws02 Trying 133.97.168.102... Connected to sws02. Escape character is '^]'. SunOS 5.8 login: tkikuchi Password: Last login: Mon Dec 9 14:45:22 from :0 Sun Microsystems Inc. SunOS 5.8 Generic February 2000 You have mail. tkikuchi@sws02% |
自分が隣のマシンから入ったことを記録しておこう。コース内のマシンは NFS (Network File System) を使ってどのマシンに入っても同じホームディレクトリを使うようになっている。
tkikuchi@sws02% cd coreinfo tkikuchi@sws02% mkdir network tkikuchi@sws02% cd network tkikuchi@sws02% hostname > telnet tkikuchi@sws02% who am i >> telnet tkikuchi@sws02% cat telnet sws02 tkikuchi pts/2 12月 15日 10:54 (sws01) tkikuchi@sws02% |
tkikuchi@sws02% exit tkikuchi@sws02% ログアウト Connection closed by foreign host. tkikuchi@sws01% |
dir | ディレクトリリストの表示 |
cd | ディレクトリの変更 |
ascii | ASCII形式 |
bin | バイナリ形式 |
get | ファイルのダウンロード |
put | ファイルのアップロード |
! | ローカルコマンドの利用 |
quit | ftp を終了する |
tkikuchi@sws01% cd ~/coreinfo/network tkikuchi@sws01% ftp nws Connected to nws. 220 nws FTP server (Authorized Use Only) ready. Name (nws:tkikuchi): tkikuchi 331 Password required for tkikuchi. Password: 230 User tkikuchi logged in. ftp> cd /www/icons 250 CWD command successful. ftp> dir ... -rw-r--r-- 1 kikuchi staff 261 2月 22日 1996年 world2.gif -rw-r--r-- 1 kikuchi staff 339 5月 30日 2001年 world2.png 226 ASCII Transfer complete. 10864 bytes received in 0.05 seconds (212.28 Kbytes/s) ftp> bin 200 Type set to I. ftp> get world2.gif 200 PORT command successful. 150 Binary data connection for world2.gif (133.97.168.100,40060) (261 bytes). 226 Binary Transfer complete. local: world2.gif remote: world2.gif 261 bytes received in 0.0032 seconds (79.38 Kbytes/s) ftp> !ls telnet world2.gif ftp> quit 221 Goodbye. tkikuchi@sws01% |
tkikuchi@sws01% mail mailx version ALE5.0 Wed Nov 17 19:43:06 PST 1999 コマンドの概要は ? をタイプし てください。 "/var/mail/tkikuchi": 2 個のメッセージがあります。 >O 1 Cron Daemon Sun Dec 15 09:46 126/3748 Cron <tkikuchi@virga> $HO O 2 kujira-net-admin@i Sun Dec 15 11:24 44/1967 Kujira-net post from txan ? x tkikuchi@sws01% mail tkikuchi Subject: test test mail . 送信終了 tkikuchi@sws01% mail mailx version ALE5.0 Wed Nov 17 19:43:06 PST 1999 コマンドの概要は ? をタイプし てください。 "/var/mail/tkikuchi": 3 個のメッセージがあります。 1 個新規。 O 1 Cron Daemon Sun Dec 15 09:46 126/3748 Cron |
% wget http://weather.is.kochi-u.ac.jp/FE/00Latest.jpg |
tkikuchi@tws% ifconfig -a lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 hme0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 inet 133.97.168.100 netmask ffffff00 broadcast 133.97.168.255 |
tkikuchi@tws% netstat -r Routing Table: IPv4 Destination Gateway Flags Ref Use Interface -------------------- -------------------- ----- ----- ------ --------- 133.97.168.0 tws U 1 48911 hme0 BASE-ADDRESS.MCAST.NET tws U 1 0 hme0 default fms-168 UG 1 2647 localhost localhost UH 4 551295 lo0 |
% ping nws nws is alive |
tkikuchi@tws% traceroute nws traceroute to nws (133.97.166.15), 30 hops max, 40 byte packets 1 fms-168 (133.97.168.17) 0.503 ms 0.298 ms 0.281 ms 2 nws (133.97.166.15) 1.240 ms 0.472 ms 0.402 ms |
tkikuchi@tws% nslookup www.whitehouse.gov Server: fms-168.is.kochi-u.ac.jp Address: 133.97.168.17 Non-authoritative answer: Name: a1289.g.akamai.net Addresses: 193.108.154.57, 193.108.154.49 Aliases: www.whitehouse.gov, www.whitehouse.gov.edgesuite.net |
Windows でのネットワーク診断
MS-DOS プロンプトの中で、ipconfig, netstat, ping, tracert
というコマンドが使える。
<a href="http://www.is.kochi-u.ac.jp/~tkikuchi/>菊地のホームページ