ipv6を無効にする(9.04)方法1
・open a Terminal (Applications → Accessories → Terminal) and type the command:
$gksudo gedit /etc/modprobe.d/aliases.
・Find the line alias net-pf-10 ipv6 and change it to read alias net-pf-10 off.
・Reboot Ubuntu.
本家マニュアル方法2
/boot/grub/menu.lst のKernel行の末尾に "ipv6.disable=1" を下記のように追記する。
kernel /boot/vmlinuz-2.6.29-02062904-generic ~(中略)~ ipv6.disable=1
ネットワークカードの認識
ネットワークカードの認識は、下記のファイルに記述されている。
/etc/udev/rules.d/70-persistent-net.rules
VMwareのゲストOSの場合、コピーすると、macアドレスが変わってしまうので、こちらを変更すると良いようです。
複数のネットワークカードがある場合
Debian系は、/etc/network/interfacesファイルに、設定を記述しますが、Ubuntu 9.04のデスクトップ版は、こちらには、設定が記述されないようです。どこに、記述されるのかは不明です。