vconfig】的更多相关文章

增删VLAN    vconfig add eth0 10    vconfig rem eth0.10重启网卡    ifconfig eth0.101 up    ifconfig eth0.101 down ifconfig eth0 10.10.10.10 netmask 255.255.254.0 查看网卡列表    一般查看网卡列表我们都是直接用ifconfig的,但是很多时间当网卡名称长时会被其他信息挡住.    这样就可以用tcpdump -D 来查看了 ifconfig会自动添…
====================================================== VCONFIG(8)                                                          VCONFIG(8)   NAME        vconfig - VLAN (802.1q) configuration program.   SYNOPSIS        vconfig [lots of long options]   DESC…
http://man.cx/vconfig%288%29 vconfig 作用: (802.1q)VLAN配置程序 root@hbg:/# vconfig --helpBusyBox v1.22.1 (2016-02-24 11:41:04 CST) multi-call binary. Usage: vconfig COMMAND [OPTIONS] Create and remove virtual ethernet devices         add             IFACE…
创建虚拟的vlan设备 例如: vconfig  add eth0  10 就创建了一个eth0.10的设备 vconfig的使用说明如下: root@hbg:/# vconfigBusyBox v1.22.1 (2015-12-18 15:33:52 CST) multi-call binary. Usage: vconfig COMMAND [OPTIONS] Create and remove virtual ethernet devices add     IFACE VLAN_ID  …
1.安装vlan(vconfig)和加载8021q模块 #aptitude install vlan #modprobe 8021q 2.使用linux vconfig命令配置vlan #vconfig add eth0 100 #vconfig add eth0 200 在eth0接口上配置两个VLAN #vconfig set_flag eth0.100 1 1 #vconfig set_flag eth0.200 1 1 设置VLAN的REORDER_HDR参数,默认就行了. 可以使用ca…
将以前铁板一块的硬件拿来无限细分,路由器,交换机可灵活实现,SDN,NVF.硬盘可以分区,分区可以分布式块存储,操作系统可虚拟化,KVM OR LXC,网络可自由随时按需求定制更改配置. 操作系统支持OSPF,RIPV2协议和路由. LINUX支持VLAN与防火墙. 有的开放实现-LINUX,ESXI,XEN,有的封闭实现-WINDOWS. 这个世界太进步,人民的智慧太利害,还好,没超出想像.…
本系列会介绍OpenStack 企业私有云的几个需求: 自动扩展(Auto-scaling)支持 多租户和租户隔离 (multi-tenancy and tenancy isolation) 混合云(Hybrid cloud)支持 主流硬件支持.云快速交付 和 SLA 保证 大规模扩展性支持 私有云外围环境支持(包括支持CDN .商业SDN控制器.防火墙和VPN/专线等) 良好的可使用性(用户和运维 Dashboard 等) 向上扩展性(PaaS 和 SaaS 等支撑) 企业数据中心IT环境支持…
In this article I want to share to you on how to create and configure vlan on Linux through Cisco Catalyst Switch. Requirements: 1. Linux installed on a PC with one or more NICs (Network Interface Card). I use Centos 5.4 using 2.6.18-164.11.1.el5PAE…
转自:http://blog.csdn.net/lxgwm2008/article/details/38925051 busybox号称Linux平台的瑞士军刀,它集成了100多个最常用的Linux命令和工具的软件.其中包含一些常用的工具,如ls,cat,echo等等:也包含了一些更强大,更复杂的工具,如grep,find,mount,telnet等等.这些工具在标准Linux系统上都有,但Android系统却去掉了其中的大部分工具,所以在调试和研究Android系统时有些不方便.为此,我们需要…
1.加载8021q协议 moprobe 8021q 2.安装必要的包 yum -y groupinstall base linux 3.添加私网地址(写到开机启动项) vconfig add bond0 200 ifconfig bond0.200 192.168.0.11/24 up…