2009年1月22日

在andLinux下新增interface alias

修改/etc/network/interfaces

例如: 幫eth1多bind 一個新的ip叫做192.168.0.53

iface eth1:1 inet static

address 192.168.0.53

netmask 255.255.255.0




下次起動時就會有了, 或是直接執行
/etc/init.d/networking restart

沒有留言:

coap-client 4.3.0 Windows build

coap-client  is a  wget -like tool to generate simple requests for retrieval and modification of resources on a remote server.  Got the sour...