Windows機にビューアとして、Ultr@VNCをインストール。
2008年5月18日日曜日
2008年5月17日土曜日
2008年5月16日金曜日
Linux側のVNCサーバー
次はGUIでリモートアクセスしたいので、VNCサーバーとクライアントを導入する。
kono@X31:~$ vncserverどちらか選んでインストールしなければならない。
The program 'vncserver' can be found in the following packages:
* tightvncserver
* vnc4server
Try: sudo apt-get install
-bash: vncserver: command not found
~$ sudo apt-get install vnc4servervnc4serverをインストールし、サーバーを立ち上げた。
~$ vncserver初めての立ち上げなので、vnc用のパスワードを求められた。はじめのパスワードは短すぎると言われ、6文字以上のものを求められた。
You will require a password to access your desktops.
Password:
Password must be at least 6 characters - try again
Password:
Verify:
xauth: creating new authority file /home/kono/.Xauthority
New 'X31:1 (kono)' desktop is X31:1
Creating default startup script /home/kono/.vnc/xstartup
Starting applications specified in /home/kono/.vnc/xstartup
Log file is /home/kono/.vnc/X31:1.log
2008年5月15日木曜日
2008年5月14日水曜日
2008年5月13日火曜日
IPアドレス
インストール時、DHCPからIPアドレスを取得していたので、固定IPアドレスには設定できていない。まず、ここに固定のIPアドレスを設定して、リモートで管理しやすくしておく。
~$ sudo nano /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.31
netmask 255.255.255.0
broadcast 192.168.1.255
network 192.168.1.0
gateway 192.168.1.1
登録:
投稿 (Atom)



