摘要:
ubuntu下先要给网卡写好配置: auto em3iface em3 inet manualup ip link set dev $IFACE updown ip link set dev $IFACE down 1. 查看网卡是否连接网线 [root@PLASPACSHCN13 ~]# mii- 阅读全文
摘要:
从定义来讲它们一个是源地址转换,一个是目标地址转换。都是地址转换的功能,将私有地址转换为公网地址。要区分这两个功能可以简单的由连接发起者是谁来区分: 内部地址要访问公网上的服务时(如web访问),内部地址会主动发起连接,由路由器或者防火墙上的网关对内部地址做个地址转换,将内部地址的私有IP转换为公网 阅读全文
摘要:
转自: docs.openstack.org$ nova boot --image ubuntu-cloudimage --flavor 1 --user-data mydata.file 阅读全文
摘要:
VNC or SPICE is used to view the console output of an instance, regardless of whether or not the console log has output. This allows relaying keyboard 阅读全文