Xbaud ACU Config

Xbaud ACU Config

 

 

root@ACU:~# cat /etc/config/xd400.conf

config modem_type 'Modem_Type'
        option GIS_Enable '1'
        option GIS_data_ip '10.0.0.195'
        option GIS_data_port '19222'
        option GIS_rule_ip '10.0.0.195'
        option GIS_rule_port '19222'
        option GIS_interval '60'
        option OpenAMIP_Enable '2'
        option Openamip_port '4001'
        option Openamip_netmask '255.255.255.0'
        option BANDWIDTH '20000'
        option ANTENNA_LOSTTIME '15000'
        option TRACK_MODE '0'
        option MULTI_AXIS '2'
        option 13V_ON '9750'
        option 13V_OFF '9750'
        option 18V_ON '10600'
        option 18V_OFF '10600'
        option Fix_Enable '0'
        option AGC_threshold '33'
        option Modem_Type '13'
        option XD400_Server_IP '192.168.0.188'
        option XD400_Client_IP '192.168.0.2'
        option XD400_User_Name 'cdwx'
        option XD400_Password 'cdwx001'
        option Openamip_ip '192.168.0.2'
        option ROLL_OFF '4'

root@ACU:~#

 

=========

 

 

===========

 

TP-LINK 交换机配置

1. 关闭DHCP,设置静态IP地址 192.168.0.9 子网掩码 255.255.255.0

2. 关闭 云管理 功能

3. 开启 二层环回保护

 

通控命令行配置的操作记录输出

root@ACU:~# 
root@ACU:~# cat /etc/config/network

config interface 'loopback'
	option ifname 'lo'
	option proto 'static'
	option ipaddr '127.0.0.1'
	option netmask '255.0.0.0'

config globals 'globals'
	option ula_prefix 'auto'

config interface 'lan0'
	option type 'bridge'
	option _orig_ifname 'eth1.0'
	option _orig_bridge 'true'
	option ifname 'eth1.0 eth0'
	option proto 'static'
	option ipaddr '192.168.0.2'
	option netmask '255.255.255.0'

config interface 'lan1302'
	option type 'bridge'
	option _orig_ifname 'eth1.1302'
	option _orig_bridge 'true'
	option ifname 'eth1.1302 eth0.1302'
	option proto 'none'

config interface 'wan1302'
	option ifname 'eth0.1302'
	option proto 'none'

config interface 'lan1304'
	option type 'bridge'
	option _orig_ifname 'eth1.1304'
	option _orig_bridge 'true'
	option ifname 'eth1.1304 eth0.1304'
	option proto 'none'

config interface 'wan1304'
	option ifname 'eth0.1304'
	option proto 'none'

config interface 'lan1305'
	option type 'bridge'
	option _orig_ifname 'eth1.1305'
	option _orig_bridge 'true'
	option ifname 'eth1.1305 eth0.1305'
	option proto 'none'

config interface 'wan1305'
	option ifname 'eth0.1305'
	option proto 'none'

config interface 'lan1306'
	option type 'bridge'
	option _orig_ifname 'eth1.1306'
	option _orig_bridge 'true'
	option ifname 'eth1.1306 eth0.1306'
	option proto 'none'

config interface 'wan1306'
	option ifname 'eth0.1306'
	option proto 'none'

config interface 'lan1314'
	option type 'bridge'
	option _orig_ifname 'eth1.1314'
	option _orig_bridge 'true'
	option ifname 'eth1.1314 eth0.1314'
	option proto 'none'

config interface 'wan1314'
	option ifname 'eth0.1314'
	option proto 'none'

config interface 'lan1316'
	option type 'bridge'
	option _orig_ifname 'eth1.1316'
	option _orig_bridge 'true'
	option ifname 'eth1.1316 eth0.1316'
	option proto 'none'

config interface 'wan1316'
	option ifname 'eth0.1316'
	option proto 'none'

config interface 'lan1330'
	option type 'bridge'
	option _orig_ifname 'eth1.1330'
	option _orig_bridge 'true'
	option ifname 'eth1.1330 eth0.1330'
	option proto 'none'

config interface 'wan1330'
	option ifname 'eth0.1330'
	option proto 'none'

config interface 'lan1340'
	option type 'bridge'
	option _orig_ifname 'eth1.1340'
	option _orig_bridge 'true'
	option ifname 'eth1.1340 eth0.1340'
	option proto 'none'

config interface 'wan1340'
	option ifname 'eth0.1340'
	option proto 'none'

config switch
	option name 'switch0'
	option reset '1'
	option enable_vlan '1'

config switch_vlan
	option device 'switch0'
	option vlan '0'
	option vid '0'
	option ports '0t 1 2'

config switch_vlan
	option device 'switch0'
	option vlan '1'
	option vid '1302'
	option ports '0t 3t 4t'

config switch_vlan
	option device 'switch0'
	option vlan '2'
	option vid '1304'
	option ports '0t 3t 4t'

config switch_vlan
	option device 'switch0'
	option vlan '3'
	option vid '1305'
	option ports '0t 3t 4t'

config switch_vlan
	option device 'switch0'
	option vlan '4'
	option vid '1306'
	option ports '0t 3t 4t'

config switch_vlan
	option device 'switch0'
	option vlan '5'
	option vid '1314'
	option ports '0t 3t 4t'

config switch_vlan
	option device 'switch0'
	option vlan '6'
	option vid '1316'
	option ports '0t 3t 4t'

config switch_vlan
	option device 'switch0'
	option vlan '7'
	option vid '1330'
	option ports '0t 3t 4t'

config switch_vlan
	option device 'switch0'
	option vlan '8'
	option vid '1340'
	option ports '0t 3t 4t'

root@ACU:~# 
root@ACU:~# 
root@ACU:~# 
root@ACU:~# cat /etc/config/firewall

config defaults
	option syn_flood '1'
	option input 'ACCEPT'
	option output 'ACCEPT'
	option forward 'ACCEPT'
	option disable_ipv6 '1'

config zone
	option name 'lan'
	option input 'ACCEPT'
	option output 'ACCEPT'
	option forward 'ACCEPT'
	option network 'lan lan0'

config zone
	option name 'lan1302'
	option input 'ACCEPT'
	option output 'ACCEPT'
	option forward 'ACCEPT'
	option network 'lan1302 wan1302'

config zone
	option name 'lan1304'
	option input 'ACCEPT'
	option output 'ACCEPT'
	option forward 'ACCEPT'
	option network 'lan1304 wan1304'

config zone
	option name 'lan1305'
	option input 'ACCEPT'
	option output 'ACCEPT'
	option forward 'ACCEPT'
	option network 'lan1305 wan1305'

config zone
	option name 'lan1306'
	option input 'ACCEPT'
	option output 'ACCEPT'
	option forward 'ACCEPT'
	option network 'lan1306 wan1306'

config zone
	option name 'lan1314'
	option input 'ACCEPT'
	option output 'ACCEPT'
	option forward 'ACCEPT'
	option network 'lan1314 wan1314'

config zone
	option name 'lan1316'
	option input 'ACCEPT'
	option output 'ACCEPT'
	option forward 'ACCEPT'
	option network 'lan1316 wan1316'

config zone
	option name 'lan1330'
	option input 'ACCEPT'
	option output 'ACCEPT'
	option forward 'ACCEPT'
	option network 'lan1330 wan1330'

config zone
	option name 'lan1340'
	option input 'ACCEPT'
	option output 'ACCEPT'
	option forward 'ACCEPT'
	option network 'lan1340 wan1340'

config zone
	option name 'wan'
	option input 'ACCEPT'
	option output 'ACCEPT'
	option forward 'ACCEPT'
	option masq '1'
	option mtu_fix '1'
	option network 'wan'

config forwarding
	option src 'lan'
	option dest 'wan'

config rule
	option name 'Allow-DHCP-Renew'
	option src 'wan'
	option proto 'udp'
	option dest_port '68'
	option target 'ACCEPT'
	option family 'ipv4'

config rule
	option name 'Allow-Ping'
	option src 'wan'
	option proto 'icmp'
	option icmp_type 'echo-request'
	option family 'ipv4'
	option target 'ACCEPT'

config rule
	option name 'Allow-IGMP'
	option src 'wan'
	option proto 'igmp'
	option family 'ipv4'
	option target 'ACCEPT'

config include
	option path '/etc/firewall.user'

config rule
	option src 'wan'
	option dest 'lan'
	option proto 'esp'
	option target 'ACCEPT'

config rule
	option src 'wan'
	option dest 'lan'
	option dest_port '500'
	option proto 'udp'
	option target 'ACCEPT'

config include 'miniupnpd'
	option type 'script'
	option path '/usr/share/miniupnpd/firewall.include'
	option family 'any'
	option reload '1'

root@ACU:~# 
root@ACU:~# 
root@ACU:~# cat /etc/config/wireless

config wifi-device 'radio0'
	option type 'mac80211'
	option channel '11'
	option hwmode '11g'
	option path 'platform/qca953x_wmac'
	option htmode 'HT20'
	option disabled '0'

config wifi-iface 'default_radio0'
	option device 'radio0'
	option mode 'ap'
	option network 'lan0'
	option ssid 'ditel-satnet'
	option encryption 'psk2'
	option key 'dt123456'

root@ACU:~# 
root@ACU:~# 
root@ACU:~# cat /etc/config/dhcp

config dnsmasq
	option domainneeded '1'
	option boguspriv '1'
	option filterwin2k '0'
	option localise_queries '1'
	option rebind_protection '1'
	option rebind_localhost '1'
	option local '/lan/'
	option domain 'lan'
	option expandhosts '1'
	option nonegcache '0'
	option authoritative '1'
	option readethers '1'
	option leasefile '/tmp/dhcp.leases'
	option resolvfile '/tmp/resolv.conf.auto'
	option localservice '1'

config odhcpd 'odhcpd'
	option maindhcp '0'
	option leasefile '/tmp/hosts/odhcpd'
	option leasetrigger '/usr/sbin/odhcpd-update'

config dhcp 'wan'
	option interface 'wan'
	option ignore '1'

config dhcp 'wan1302'
	option interface 'wan1302'
	option ignore '1'

config dhcp 'wan1304'
	option interface 'wan1304'
	option ignore '1'

config dhcp 'wan1305'
	option interface 'wan1305'
	option ignore '1'

config dhcp 'wan1306'
	option interface 'wan1306'
	option ignore '1'

config dhcp 'wan1314'
	option interface 'wan1314'
	option ignore '1'

config dhcp 'wan1316'
	option interface 'wan1316'
	option ignore '1'

config dhcp 'wan1330'
	option interface 'wan1330'
	option ignore '1'

config dhcp 'wan1340'
	option interface 'wan1340'
	option ignore '1'

config dhcp 'lan'
	option interface 'lan0'
	option ignore '1'
	option start '100'
	option limit '150'
	option leasetime '12h'
	option dhcpv6 'disable'
	option ra 'disable'

root@ACU:~# 
root@ACU:~# 
root@ACU:~# cd /etc/config/
root@ACU:/etc/config# 
root@ACU:/etc/config# ls *.vid
dhcp.vid      firewall.vid  network.vid   wireless.vid
root@ACU:/etc/config# 
root@ACU:/etc/config# cat network.vid > network
root@ACU:/etc/config# 
root@ACU:/etc/config# cat firewall.vid > firewall
root@ACU:/etc/config# 
root@ACU:/etc/config# cat wireless.vid > wireless
root@ACU:/etc/config# 
root@ACU:/etc/config# cat dhcp.vid > dhcp
root@ACU:/etc/config# 
root@ACU:/etc/config# cd ~
root@ACU:~# 
root@ACU:~# 
root@ACU:~# brctl show 
bridge name	bridge id		STP enabled	interfaces
br-lan0		7fff.d825b003976d	no		eth1.0
							eth0
							wlan0
br-lan1302		7fff.d825b003976d	no		eth1.1302
							eth0.1302
br-lan1304		7fff.d825b003976d	no		eth1.1304
							eth0.1304
br-lan1305		7fff.d825b003976d	no		eth1.1305
							eth0.1305
br-lan1306		7fff.d825b003976d	no		eth1.1306
							eth0.1306
br-lan1314		7fff.d825b003976d	no		eth1.1314
							eth0.1314
br-lan1316		7fff.d825b003976d	no		eth1.1316
							eth0.1316
br-lan1330		7fff.d825b003976d	no		eth1.1330
							eth0.1330
br-lan1340		7fff.d825b003976d	no		eth1.1340
							eth0.1340
root@ACU:~# 
root@ACU:~# 
root@ACU:~# 
root@ACU:~# ifconfig 
br-lan0   Link encap:Ethernet  HWaddr D8:25:B0:03:97:6D  
          inet addr:10.25.38.46  Bcast:10.25.38.47  Mask:255.255.255.240
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:10672 errors:0 dropped:717 overruns:0 frame:0
          TX packets:9382 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1172907 (1.1 MiB)  TX bytes:1959706 (1.8 MiB)

br-lan1302 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6D  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

br-lan1304 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6D  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:321 errors:0 dropped:118 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:28242 (27.5 KiB)  TX bytes:0 (0.0 B)

br-lan1305 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6D  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

br-lan1306 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6D  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

br-lan1314 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6D  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

br-lan1316 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6D  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

br-lan1330 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6D  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

br-lan1340 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6D  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:313 errors:0 dropped:118 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:29177 (28.4 KiB)  TX bytes:0 (0.0 B)

eth0      Link encap:Ethernet  HWaddr D8:25:B0:03:97:6C  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:11219 errors:0 dropped:34 overruns:0 frame:0
          TX packets:10420 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:4346568 (4.1 MiB)  TX bytes:1058654 (1.0 MiB)
          Interrupt:4 

eth0.1302 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6C  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth0.1304 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6C  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:321 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:32736 (31.9 KiB)

eth0.1305 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6C  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth0.1306 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6C  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth0.1314 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6C  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth0.1316 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6C  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth0.1330 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6C  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth0.1340 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6C  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:313 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:33559 (32.7 KiB)

eth1      Link encap:Ethernet  HWaddr D8:25:B0:03:97:6D  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:5213 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7256 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:562660 (549.4 KiB)  TX bytes:4652187 (4.4 MiB)
          Interrupt:5 

eth1.0    Link encap:Ethernet  HWaddr D8:25:B0:03:97:6D  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4566 errors:0 dropped:6 overruns:0 frame:0
          TX packets:7256 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:410837 (401.2 KiB)  TX bytes:4623163 (4.4 MiB)

eth1.1302 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6D  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth1.1304 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6D  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:330 errors:0 dropped:9 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:28636 (27.9 KiB)  TX bytes:0 (0.0 B)

eth1.1305 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6D  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth1.1306 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6D  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth1.1314 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6D  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth1.1316 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6D  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth1.1330 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6D  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth1.1340 Link encap:Ethernet  HWaddr D8:25:B0:03:97:6D  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:317 errors:0 dropped:4 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:29353 (28.6 KiB)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:3210 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3210 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:241332 (235.6 KiB)  TX bytes:241332 (235.6 KiB)

wlan0     Link encap:Ethernet  HWaddr D8:25:B0:03:97:6B  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:578 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:45066 (44.0 KiB)

root@ACU:~# 
root@ACU:~# ip addr show 
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master br-lan0 state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6c brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6d brd ff:ff:ff:ff:ff:ff
4: ifb0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN group default qlen 32
    link/ether ee:57:3b:bf:35:b5 brd ff:ff:ff:ff:ff:ff
5: ifb1: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN group default qlen 32
    link/ether be:31:f3:c5:c9:a3 brd ff:ff:ff:ff:ff:ff
6: teql0: <NOARP> mtu 1500 qdisc noop state DOWN group default qlen 100
    link/void 
8: br-lan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6d brd ff:ff:ff:ff:ff:ff
    inet 10.25.38.46/28 brd 10.25.38.47 scope global br-lan0
       valid_lft forever preferred_lft forever
    inet 192.168.0.2/24 brd 192.168.0.255 scope global br-lan0
       valid_lft forever preferred_lft forever
9: eth1.0@eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan0 state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6d brd ff:ff:ff:ff:ff:ff
10: br-lan1302: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6d brd ff:ff:ff:ff:ff:ff
11: eth1.1302@eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan1302 state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6d brd ff:ff:ff:ff:ff:ff
12: eth0.1302@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan1302 state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6c brd ff:ff:ff:ff:ff:ff
13: br-lan1304: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6d brd ff:ff:ff:ff:ff:ff
14: eth1.1304@eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan1304 state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6d brd ff:ff:ff:ff:ff:ff
15: eth0.1304@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan1304 state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6c brd ff:ff:ff:ff:ff:ff
16: br-lan1305: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6d brd ff:ff:ff:ff:ff:ff
17: eth1.1305@eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan1305 state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6d brd ff:ff:ff:ff:ff:ff
18: eth0.1305@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan1305 state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6c brd ff:ff:ff:ff:ff:ff
19: br-lan1306: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6d brd ff:ff:ff:ff:ff:ff
20: eth1.1306@eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan1306 state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6d brd ff:ff:ff:ff:ff:ff
21: eth0.1306@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan1306 state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6c brd ff:ff:ff:ff:ff:ff
22: br-lan1314: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6d brd ff:ff:ff:ff:ff:ff
23: eth1.1314@eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan1314 state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6d brd ff:ff:ff:ff:ff:ff
24: eth0.1314@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan1314 state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6c brd ff:ff:ff:ff:ff:ff
25: br-lan1316: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6d brd ff:ff:ff:ff:ff:ff
26: eth1.1316@eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan1316 state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6d brd ff:ff:ff:ff:ff:ff
27: eth0.1316@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan1316 state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6c brd ff:ff:ff:ff:ff:ff
28: br-lan1330: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6d brd ff:ff:ff:ff:ff:ff
29: eth1.1330@eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan1330 state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6d brd ff:ff:ff:ff:ff:ff
30: eth0.1330@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan1330 state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6c brd ff:ff:ff:ff:ff:ff
31: br-lan1340: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6d brd ff:ff:ff:ff:ff:ff
32: eth1.1340@eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan1340 state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6d brd ff:ff:ff:ff:ff:ff
33: eth0.1340@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan1340 state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6c brd ff:ff:ff:ff:ff:ff
40: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan0 state UP group default qlen 1000
    link/ether d8:25:b0:03:97:6b brd ff:ff:ff:ff:ff:ff
root@ACU:~# 
root@ACU:~# 

 

=========== End

 

posted @ 2025-05-23 13:09  lsgxeva  阅读(44)  评论(0)    收藏  举报