2
ifconfigがマシンにバインドされているすべてのIPを表示しない
ubuntuボックスで複数のIPアドレスを構成しましたが、実行ifconfigするとそのうちの1つしか表示されません。ただし、このマシンに割り当てられている他のすべてのアドレスにpingを実行できます。 /etc/network/interface 内容: # 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.202.11 netmask …
11
networking
server