Linux 单网卡多 IP 的配置方法 1 .永久配置的方法: 知道在 Linux 下网卡被称为 eth0,eth1,eth2..... ,所有网卡的配置文件都存储在 /etc/sysconfig/network/ 下,文件名是以 ifcfg-eth0,ifcfg-eth1,ifcfg-eth2.... 来命名的. 一块网卡对应一个配置文件.如果我们要给 eth0 配置两个 IP 地址,我们该怎么办呢? 可以找到对应 MAC 地址的网卡信息: ifcfg-eth-id-00:0c:29:7…
linux 双线ip设置(不需额外增加路由表,只需修改下面就ok了)修改 vi /etc/iproute2/rt_tables (增加电信和网通两个路由表) 增加252 tel (电信)251 cnc (网通)(设置电信和网通路由表内容) vi /etc/rc.d/rc.local 增加 ip route replace default via 电信网关 dev eth0 ( 默认路由线路) ip route flush table te…
配置Linux网络属性:ip命令 ip [ OPTIONS ] OBJECT { COMMAND | help } OBJECT := { link | addr | route } link OBJECT: ip link - network device configuration set dev IFACE 可设置属性: up and down:激活或禁用指定接口: show [dev IFACE]:指定接口 [up]:仅显示处理激活状态的接口 ip address - proto…