上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 53 下一页
摘要: 在neutron中创建provider网络时,可以指定是否禁用dhcp。若禁用,就可以使用物理网络中的dhcp服务。若使用物理网络的dhcp,就要禁用子网中提供的。如图 阅读全文
posted @ 2016-09-06 12:00 圆旭 阅读(443) 评论(0) 推荐(0) 编辑
摘要: 转自: http://blog.csdn.net/henulwj/article/details/50347489 问题描述 在Linux如果以普通用户运行VMware Workstations,创建虚拟机后提示如下: The virtual machine’s operating system h 阅读全文
posted @ 2016-09-06 11:49 圆旭 阅读(1163) 评论(1) 推荐(0) 编辑
摘要: 使用flat模式,直接使用物理网络的子网,配置如下: 阅读全文
posted @ 2016-09-01 17:19 圆旭 阅读(937) 评论(0) 推荐(0) 编辑
摘要: ubuntu下先要给网卡写好配置: auto em3iface em3 inet manualup ip link set dev $IFACE updown ip link set dev $IFACE down 1. 查看网卡是否连接网线 [root@PLASPACSHCN13 ~]# mii- 阅读全文
posted @ 2016-08-31 16:27 圆旭 阅读(1493) 评论(0) 推荐(0) 编辑
摘要: 从定义来讲它们一个是源地址转换,一个是目标地址转换。都是地址转换的功能,将私有地址转换为公网地址。要区分这两个功能可以简单的由连接发起者是谁来区分: 内部地址要访问公网上的服务时(如web访问),内部地址会主动发起连接,由路由器或者防火墙上的网关对内部地址做个地址转换,将内部地址的私有IP转换为公网 阅读全文
posted @ 2016-08-31 10:24 圆旭 阅读(1396) 评论(0) 推荐(0) 编辑
摘要: 转自: docs.openstack.org$ nova boot --image ubuntu-cloudimage --flavor 1 --user-data mydata.file 阅读全文
posted @ 2016-08-31 09:46 圆旭 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2016-08-31 09:23 圆旭 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 1) install shadowsocks$ sudo apt-get install python-pip$ sudo pip install shadowsocks 2) write /etc/shadowsocks.json{ "server":"0.0.0.0", "server_port 阅读全文
posted @ 2016-08-30 23:18 圆旭 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.csdn.net/zztflyer/article/details/50441200 目录(?)[-] 以太网Ethernet 虚拟局域网VLANs 子网和地址解析协议Subnets and ARP DHCP IP TCPUDPICMP 转自:http://blog.c 阅读全文
posted @ 2016-08-30 17:04 圆旭 阅读(580) 评论(0) 推荐(0) 编辑
摘要: 以太网端口有三种链路类型:Access、Hybrid和Trunk。Access类型的端口只能属于1个VLAN,一般用于连接计算机的端口;Trunk类型的端口可以允许多个VLAN通过,可以接收和发送多个VLAN的报文,一般用于交换机之间连接的端口;Hybrid类型的端口可以允许多个VLAN通过,可以接 阅读全文
posted @ 2016-08-30 16:09 圆旭 阅读(847) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 53 下一页