no point of doing后面怎么接啊

查看: 2166|回复: 1
请问下为什么我新建的接口全部都接连接不上
请问下为什么我新建的接口全部都接连接不上,连上的哪个是他自带的WAN我修改后连接的
是不是MACVLAN没有虚拟成功的原因啊,我已经把ETC/RC.LOCAL改为
# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
ip link add link eth0.2 vth1 type macvlan& &
ifconfig vth1 hw ether 00:56:22:38:44:6E
ifconfig vth1 up
ip link add link eth0.2 vth2 type macvlan& &
ifconfig vth2 hw ether 00:87:22:33:44:3F
ifconfig vth2 up
ip link add link eth0.2 vth3 type macvlan& &
ifconfig vth3 hw ether 00:11:56:21:44:3A
ifconfig vth3 up
ip link add link eth0.2 vth4 type macvlan& &
ifconfig vth4 hw ether 00:24:38:33:44:3F
ifconfig vth4 up
ip link add link eth0.2 vth5 type macvlan& &
ifconfig vth5 hw ether 00:42:22:51:44:3A
ifconfig vth5 up
ip link add link eth0.2 vth6 type macvlan& &
ifconfig vth6 hw ether 00:58:22:51:91:3B
ifconfig vth6 up
ip link add link eth0.2 vth7 type macvlan& &
ifconfig vth7 hw ether 00:91:59:48:44:3C
ifconfig vth7 up
ip link add link eth0.2 vth8 type macvlan& &
ifconfig vth8 hw ether 00:62:27:51:35:3C
ifconfig vth8 up
ip link add link eth0.2 vth9 type macvlan& &
ifconfig vth9 hw ether 00:34:38:92:44:3F
ifconfig vth9 up
但是在PUTTY里用 IP LINK LS
查到的信息如下,是不是没有虚拟成功啊
:~# ip link ls
1: lo: &LOOPBACK,UP,LOWER_UP& mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
& & link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &BROADCAST,MULTICAST,UP,LOWER_UP& mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
& & link/ether f2:31:96:ea:45:f4 brd ff:ff:ff:ff:ff:ff
3: ip6tnl0: &NOARP& mtu 1452 qdisc noop state DOWN mode DEFAULT group default
& & link/tunnel6 :: brd ::
4: sit0: &NOARP& mtu 1480 qdisc noop state DOWN mode DEFAULT group default
& & link/sit 0.0.0.0 brd 0.0.0.0
5: ifb0: &BROADCAST,NOARP& mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 32
& & link/ether 96:61:ff:85:1b:d6 brd ff:ff:ff:ff:ff:ff
6: ifb1: &BROADCAST,NOARP& mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 32
& & link/ether 22:b8:5c:43:95:a7 brd ff:ff:ff:ff:ff:ff
7: gre0: &NOARP& mtu 1476 qdisc noop state DOWN mode DEFAULT group default
& & link/gre 0.0.0.0 brd 0.0.0.0
8: gretap0: &BROADCAST,MULTICAST& mtu 1476 qdisc noop state DOWN mode DEFAULT group default qlen 1000
& & link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
9: ip6gre0: &NOARP& mtu 1448 qdisc noop state DOWN mode DEFAULT group default
& & link/gre6 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00 brd 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
10: ipddp0: &BROADCAST,MULTICAST,NOARP& mtu 585 qdisc noop state DOWN mode DEFAULT group default qlen 1000
& & link/ip/ddp 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
11: teql0: &NOARP& mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 100
& & link/void
12: wlan0: &BROADCAST,MULTICAST& mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
& & link/ether 6c:b0:ce:11:c8:aa brd ff:ff:ff:ff:ff:ff
13: wlan1: &BROADCAST,MULTICAST& mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
& & link/ether 6c:b0:ce:11:c8:ac brd ff:ff:ff:ff:ff:ff
14: br-lan: &BROADCAST,MULTICAST,UP,LOWER_UP& mtu 1500 qdisc noqueue state UP mode DEFAULT group default
& & link/ether 6c:b0:ce:11:c8:aa brd ff:ff:ff:ff:ff:ff
15: : &BROADCAST,MULTICAST,UP,LOWER_UP& mtu 1500 qdisc noqueue master br-lan state UP mode DEFAULT group default
& & link/ether f2:31:96:ea:45:f4 brd ff:ff:ff:ff:ff:ff
16: : &BROADCAST,MULTICAST,UP,LOWER_UP& mtu 1500 qdisc noqueue state UP mode DEFAULT group default
& & link/ether f2:31:96:ea:45:f4 brd ff:ff:ff:ff:ff:ff
17: pppoe-wan: &OINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP& mtu 1492 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 3
& & link/ppp
:~# :~# ip link ls
& & link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &BROADCAST,MULTICAST,UP,LOWER_UP& mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
& & link/ether f2:31:96:ea:45:f4 brd ff:ff:ff:ff:ff:ff
3: ip6tnl0: &NOARP& mtu 1452 qdisc noop state DOWN mode DEFAULT group default
& & link/tunnel6 :: brd ::
4: sit0: &NOARP& mtu 1480 qdisc noop state DOWN mode DEFAULT group default
& & link/sit 0.0.0.0 brd 0.0.0.0
5: ifb0: &BROADCAST,NOARP& mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 32
& & link/ether 96:61:ff:85:1b:d6 brd ff:ff:ff:ff:ff:ff
-ash6: ifb1: &BROADCAST,NOARP& mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 32
:& &&&link/ether 22:b8:5c:43:95:a7 brd ff:ff:ff:ff:ff:ff
:~#7: gre0: &NOARP& mtu 1476 qdisc noop state DOWN mode DEFAULT group default
:& &&&link/gre 0.0.0.0 brd 0.0.0.0
not found8: gretap0: &BROADCAST,MULTICAST& mtu 1476 qdisc noop state DOWN mode DEFAULT group default qlen 1000
& & link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
9: ip6gre0: &NOARP& mtu 1448 qdisc noop state DOWN mode DEFAULT group default
:~# 1: lo: &LOOPBACK,UP,LOWER_UP& mtu 65536 qdisc noqueue state UNKN
OWN mode DEFAULT group default
-ash: can't open LOOPBACK,UP,LOWER_UP: no such file
-ash: 1:: not found
:~#& &&&link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
-ash: link/loopback: not found
:~# 2: eth0: &BROADCAST,MULTICAST,UP,LOWER_UP& mtu 1500 qdisc fq_cod
el state UP mode DEFAULT group default qlen 1000
-ash: can't open BROADCAST,MULTICAST,UP,LOWER_UP: no such file
-ash: 2:: not found
:~#& &&&link/ether f2:31:96:ea:45:f4 brd ff:ff:ff:ff:ff:ff
-ash: link/ether: not found
:~# 3: ip6tnl0: &NOARP& mtu 1452 qdisc noop state DOWN mode DEFAULT
group default
-ash: can't open NOARP: no such file
-ash: 3:: not found
:~#& &&&link/tunnel6 :: brd ::
-ash: link/tunnel6: not found
:~# 4: sit0: &NOARP& mtu 1480 qdisc noop state DOWN mode DEFAULT gro
up default
-ash: can't open NOARP: no such file
-ash: 4:: not found
:~#& &&&link/sit 0.0.0.0 brd 0.0.0.0
-ash: link/sit: not found
:~# 5: ifb0: &BROADCAST,NOARP& mtu 1500 qdisc noop state DOWN mode D
EFAULT group default qlen 32
-ash: can't open BROADCAST,NOARP: no such file
-ash: 5:: not found
:~#& &&&link/ether 96:61:ff:85:1b:d6 brd ff:ff:ff:ff:ff:ff
-ash: link/ether: not found
:~# 6: ifb1: &BROADCAST,NOARP& mtu 1500 qdisc noop state DOWN mode D
EFAULT group default qlen 32
-ash: can't open BROADCAST,NOARP: no such file
-ash: 6:: not found
:~#& &&&link/ether 22:b8:5c:43:95:a7 brd ff:ff:ff:ff:ff:ff
-ash: link/ether: not found
:~# 7: gre0: &NOARP& mtu 1476 qdisc noop state DOWN mode DEFAULT gro
up default
-ash: can't open NOARP: no such file
-ash: 7:: not found
:~#& &&&link/gre 0.0.0.0 brd 0.0.0.0
-ash: link/gre: not found
:~# 8: gretap0: &BROADCAST,MULTICAST& mtu 1476 qdisc noop state DOWN
mode DEFAULT group default qlen 1000
-ash: can't open BROADCAST,MULTICAST: no such file
-ash: 8:: not found
:~#& &&&link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
-ash: link/ether: not found
:~# 9: ip6gre0: &NOARP& mtu 1448 qdisc noop state DOWN mode DEFAULT
group default
-ash: can't open NOARP: no such file
-ash: 9:: not found
:~#& &&&link/gre6 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00 br
d 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
-ash: link/gre6: not found
:~# 10: ipddp0: &BROADCAST,MULTICAST,NOARP& mtu 585 qdisc noop state
DOWN mode DEFAULT group default qlen 1000
-ash: can't open BROADCAST,MULTICAST,NOARP: no such file
-ash: 10:: not found
:~#& &&&link/ip/ddp 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
-ash: link/ip/ddp: not found
:~# 11: teql0: &NOARP& mtu 1500 qdisc noop state DOWN mode DEFAULT g
roup default qlen 100
-ash: can't open NOARP: no such file
-ash: 11:: not found
:~#& &&&link/void
-ash: link/void: not found
:~# 12: wlan0: &BROADCAST,MULTICAST& mtu 1500 qdisc noop state DOWN
mode DEFAULT group default qlen 1000
-ash: can't open BROADCAST,MULTICAST: no such file
-ash: 12:: not found
:~#& &&&link/ether 6c:b0:ce:11:c8:aa brd ff:ff:ff:ff:ff:ff
-ash: link/ether: not found
:~# 13: wlan1: &BROADCAST,MULTICAST& mtu 1500 qdisc noop state DOWN
mode DEFAULT group default qlen 1000
-ash: can't open BROADCAST,MULTICAST: no such file
-ash: 13:: not found
:~#& &&&link/ether 6c:b0:ce:11:c8:ac brd ff:ff:ff:ff:ff:ff
-ash: link/ether: not found
:~# 14: br-lan: &BROADCAST,MULTICAST,UP,LOWER_UP& mtu 1500 qdisc noq
ueue state UP mode DEFAULT group default
-ash: can't open BROADCAST,MULTICAST,UP,LOWER_UP: no such file
-ash: 14:: not found
:~#& &&&link/ether 6c:b0:ce:11:c8:aa brd ff:ff:ff:ff:ff:ff
-ash: link/ether: not found
:~# 15: : &BROADCAST,MULTICAST,UP,LOWER_UP& mtu 1500 qdis
c noqueue master br-lan state UP mode DEFAULT group default
-ash: can't open BROADCAST,MULTICAST,UP,LOWER_UP: no such file
-ash: 15:: not found
:~#& &&&link/ether f2:31:96:ea:45:f4 brd ff:ff:ff:ff:ff:ff
-ash: link/ether: not found
:~# 16: : &BROADCAST,MULTICAST,UP,LOWER_UP& mtu 1500 qdis
c noqueue state UP mode DEFAULT group default
-ash: can't open BROADCAST,MULTICAST,UP,LOWER_UP: no such file
-ash: 16:: not found
:~#& &&&link/ether f2:31:96:ea:45:f4 brd ff:ff:ff:ff:ff:ff
-ash: link/ether: not found
:~# 17: pppoe-wan: &OINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP& mtu 149
2 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 3
-ash: can't open POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP: no such file
-ash: 17:: not found
:~#& &&&link/ppp
-ash: link/ppp: not found
-ash: :~#: not found
QQ截图07.jpg (155.78 KB, 下载次数: 0)
15:03 上传
还有我也把MWAN3提示:WARNING: some interfaces have no default route in the main routing table!
我跳跃点也设置的不一样了啊
你可能wan口没插网线,我的刚开始也那样,插上网线之后就没有了
Powered byThere is no point in doing sth是什么意思及发音
沪江词库精选There is no point in doing sth是什么意思、英语短语。
中文释义: 做…是没有意义的
毋庸置疑,不可否认
st. 双方都有自己的道理.
st. 做事要适时.
有充分理由…
v. 缺少,没有
2017There is no point in doing sth是什么意思由沪江网提供。

我要回帖

更多关于 no point of doing 的文章

 

随机推荐