Lines Matching refs:ip

239   # ethtool -U <ethX> flow-type <type> src-ip <ip> [m <ip_mask>] dst-ip <ip>
246 <ip> - the IP address to match on
266 # ethtool -U <ethX> flow-type tcp4 src-ip 192.168.10.1 dst-ip \
271 # ethtool -U <ethX> flow-type tcp4 src-ip 192.168.10.1 dst-ip \
276 # ethtool -U <ethX> flow-type tcp4 src-ip 192.168.10.1 dst-ip \
285 # ethtool -U enp130s0 flow-type tcp4 src-ip 192.168.0.1 dst-ip 192.168.0.5
290 # ethtool -U <ethX> flow-type tcp4 src-ip 192.168.0.0 m 0.255.255.255 dst-ip
298 # ethtool -U enp130s0 flow-type ip4 src-ip 192.168.0.1 src-port 5300 action 7
299 # ethtool -U enp130s0 flow-type ip4 src-ip 192.168.0.5 src-port 55 action 10
302 specifies src-ip and the second specifies dst-ip::
304 # ethtool -U enp130s0 flow-type ip4 src-ip 192.168.0.1 src-port 5300 action 7
305 # ethtool -U enp130s0 flow-type ip4 dst-ip 192.168.0.5 src-port 55 action 10
489 # ip -s link show dev <ethX>
509 # ip link set dev <ethX> vf <id> vlan <vlan id>
513 # ip link set dev eth0 vf 0 vlan 10
523 # ip link set eth0 vf 0 state enable
532 # ip link set <ethX> vf 0 mac <address>
536 # ip link set <ethX> vf 0 mac 00:01:02:03:04:05
554 # ip link set dev <ethX> vf 1 trust [on|off]
566 # ip link set <ethX> promisc on
571 # ip link set <ethX> allmulticast on
583 get when you enable promiscuous mode using the ip link commands above. Note
591 # ip link add link eth2 name eth2.100 type vlan id 100
626 # ip link set <ethX> vf <vf id> spoofchk {off|on}
639 Alternatively, you can use the ip command as follows::
641 # ip link set mtu 9000 dev <ethX>
642 # ip link set up dev <ethX>
854 # ip link add link eth0 eth0.24 type vlan proto 802.1ad id 24
855 # ip link add link eth0.24 eth0.24.371 type vlan proto 802.1Q id 371