Skip to content

Instantly share code, notes, and snippets.

@whytewolf

whytewolf/ip a Secret

Last active November 24, 2015 04:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whytewolf/510ba641b28c497b8caf to your computer and use it in GitHub Desktop.
Save whytewolf/510ba641b28c497b8caf to your computer and use it in GitHub Desktop.
ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
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
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 00:1f:bc:0d:69:61 brd ff:ff:ff:ff:ff:ff
inet 10.40.0.2/16 brd 10.40.255.255 scope global eth0
valid_lft forever preferred_lft forever
inet6 fe80::21f:bcff:fe0d:6961/64 scope link
valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master ovs-system state UP group default qlen 1000
link/ether 00:1f:bc:0d:69:60 brd ff:ff:ff:ff:ff:ff
inet6 fe80::21f:bcff:fe0d:6960/64 scope link
valid_lft forever preferred_lft forever
4: ovs-system: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default
link/ether b6:83:9a:86:49:fc brd ff:ff:ff:ff:ff:ff
inet6 fe80::b483:9aff:fe86:49fc/64 scope link
valid_lft forever preferred_lft forever
9: br-ex: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default
link/ether ce:92:f8:06:77:46 brd ff:ff:ff:ff:ff:ff
inet6 fe80::cc92:f8ff:fe06:7746/64 scope link
valid_lft forever preferred_lft forever
10: br-eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default
link/ether 00:1f:bc:0d:69:60 brd ff:ff:ff:ff:ff:ff
inet6 fe80::21f:bcff:fe0d:6960/64 scope link
valid_lft forever preferred_lft forever
11: br-it: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default
link/ether b2:40:84:c4:3d:46 brd ff:ff:ff:ff:ff:ff
inet6 fe80::b040:84ff:fec4:3d46/64 scope link
valid_lft forever preferred_lft forever
31: br-int: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default
link/ether 2e:13:e9:bd:4d:40 brd ff:ff:ff:ff:ff:ff
inet6 fe80::2c13:e9ff:febd:4d40/64 scope link
valid_lft forever preferred_lft forever
ip netns
qdhcp-55238a34-58bf-406c-969d-eec43c3ed23d
qrouter-bf9811c6-e85e-42ca-8634-7bb46856222e
ip netns exec qrouter-bf9811c6-e85e-42ca-8634-7bb46856222e ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:10 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:907 (907.0 B) TX bytes:907 (907.0 B)
qg-e8f08a66-0f Link encap:Ethernet HWaddr fa:16:3e:93:dd:1d
inet addr:10.43.1.1 Bcast:10.43.255.255 Mask:255.255.0.0
inet6 addr: fe80::f816:3eff:fe93:dd1d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3 errors:0 dropped:2 overruns:0 frame:0
TX packets:22 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:230 (230.0 B) TX bytes:1452 (1.4 KB)
qr-e2edd0e5-03 Link encap:Ethernet HWaddr fa:16:3e:a4:c6:2e
inet addr:172.16.1.1 Bcast:172.16.1.255 Mask:255.255.255.0
inet6 addr: fe80::f816:3eff:fea4:c62e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:188 (188.0 B) TX bytes:864 (864.0 B)
ip netns exec qrouter-bf9811c6-e85e-42ca-8634-7bb46856222e iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
neutron-l3-agent-INPUT all -- anywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source destination
neutron-filter-top all -- anywhere anywhere
neutron-l3-agent-FORWARD all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
neutron-filter-top all -- anywhere anywhere
neutron-l3-agent-OUTPUT all -- anywhere anywhere
Chain neutron-filter-top (2 references)
target prot opt source destination
neutron-l3-agent-local all -- anywhere anywhere
Chain neutron-l3-agent-FORWARD (1 references)
target prot opt source destination
Chain neutron-l3-agent-INPUT (1 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere mark match 0x1/0xffff
DROP tcp -- anywhere anywhere tcp dpt:9697
Chain neutron-l3-agent-OUTPUT (1 references)
target prot opt source destination
Chain neutron-l3-agent-local (1 references)
target prot opt source destination
iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
neutron-openvswi-INPUT all -- anywhere anywhere
nova-api-INPUT all -- anywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source destination
neutron-filter-top all -- anywhere anywhere
neutron-openvswi-FORWARD all -- anywhere anywhere
nova-filter-top all -- anywhere anywhere
nova-api-FORWARD all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
neutron-filter-top all -- anywhere anywhere
neutron-openvswi-OUTPUT all -- anywhere anywhere
nova-filter-top all -- anywhere anywhere
nova-api-OUTPUT all -- anywhere anywhere
Chain neutron-filter-top (2 references)
target prot opt source destination
neutron-openvswi-local all -- anywhere anywhere
Chain neutron-openvswi-FORWARD (1 references)
target prot opt source destination
Chain neutron-openvswi-INPUT (1 references)
target prot opt source destination
Chain neutron-openvswi-OUTPUT (1 references)
target prot opt source destination
Chain neutron-openvswi-local (1 references)
target prot opt source destination
Chain neutron-openvswi-sg-chain (0 references)
target prot opt source destination
Chain neutron-openvswi-sg-fallback (0 references)
target prot opt source destination
DROP all -- anywhere anywhere /* Default drop rule for unmatched traffic. */
Chain nova-api-FORWARD (1 references)
target prot opt source destination
Chain nova-api-INPUT (1 references)
target prot opt source destination
ACCEPT tcp -- anywhere ctrl.wolfcloud.bad4.us tcp dpt:8775
Chain nova-api-OUTPUT (1 references)
target prot opt source destination
Chain nova-api-local (1 references)
target prot opt source destination
Chain nova-filter-top (2 references)
target prot opt source destination
nova-api-local all -- anywhere anywhere
[ml2]
type_drivers = vlan
tenant_network_types = vlan
mechanism = openvswitch
extension_drivers = port_security
external_network_type = vlan
[ml2_type_flat]
[ml2_type_vlan]
network_vlan_ranges = ex:41:43,int:600:610
[ml2_type_gre]
[ml2_type_vxlan]
[ml2_type_geneve]
[securitygroup]
enable_ipset = True
neutron net-list
+--------------------------------------+------------+----------------------------------------------------+
| id | name | subnets |
+--------------------------------------+------------+----------------------------------------------------+
| 4ba8c2b9-162c-467e-a8de-d753491ac7d0 | external01 | 2d830dbe-33ff-4420-a2f2-05575a827842 10.41.0.0/16 |
| 55238a34-58bf-406c-969d-eec43c3ed23d | admin | 9acf8087-7604-44bf-a1b5-f4126f94e53c 172.16.1.0/24 |
| b5b35ddf-5e72-4205-b55f-ff11a4f6886e | external02 | 24242397-574a-414a-b1df-ba0363ef07aa 10.42.0.0/16 |
| ceb48604-50f0-4691-9125-0909503cb33e | external03 | 6e01f311-5895-4905-9834-09f2e4028e35 10.43.0.0/16 |
+--------------------------------------+------------+----------------------------------------------------+
neutron net-show ceb48604-50f0-4691-9125-0909503cb33e
+---------------------------+--------------------------------------+
| Field | Value |
+---------------------------+--------------------------------------+
| admin_state_up | True |
| id | ceb48604-50f0-4691-9125-0909503cb33e |
| mtu | 0 |
| name | external03 |
| provider:network_type | vlan |
| provider:physical_network | ex |
| provider:segmentation_id | 43 |
| router:external | True |
| shared | True |
| status | ACTIVE |
| subnets | 6e01f311-5895-4905-9834-09f2e4028e35 |
| tenant_id | 4a6a60f48733497a9153f428e3c34b1c |
+---------------------------+--------------------------------------+
[DEFAULT]
verbose = True
core_plugin = ml2
service_plugins = router,lbaas
auth_strategy = keystone
allow_overlapping_ips = True
notify_nova_on_port_status_changes = True
notify_nova_on_port_data_changes = True
nova_url = http://ctrl.wolfcloud.bad4.us:8774/v2
rpc_backend=rabbit
[matchmaker_redis]
[matchmaker_ring]
[quotas]
[agent]
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
[keystone_authtoken]
auth_uri = http://ctrl.wolfcloud.bad4.us:5000
auth_url = http://ctrl.wolfcloud.bad4.us:35357
auth_plugin = password
project_domain_id = default
user_domain_id = default
project_name = service
username = neutron
password = not my real password
[database]
connection = mysql+pymysql://neutron:mysqlneutronpassword@localhost/neutron
[nova]
auth_url = http://ctrl.wolfcloud.bad4.us:35357
auth_plugin = password
project_domain_id = default
user_domain_id = default
region_name = LVWolfcloud
project_name = service
username = nova
password = the nova password
[oslo_concurrency]
lock_path = $state_path/lock
[oslo_policy]
[oslo_messaging_amqp]
[oslo_messaging_qpid]
[oslo_messaging_rabbit]
rabbit_host = ctrl.wolfcloud.bad4.us
rabbit_userid = openstack
rabbit_password = rabbit password
[qos]
[ovs]
bridge_mappings = ex:br-ex,int:br-it
[agent]
[securitygroup]
firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
enable_security_group = True
2015-11-23 20:18:30.568 19202 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] port_unbound(): net_uuid None not in local_vlan_map
2015-11-23 20:18:30.568 19202 INFO neutron.agent.securitygroups_rpc [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] Remove device filter for [u'e8f08a66-0f87-40b1-9a80-123e9fcab595']
2015-11-23 20:18:32.791 19202 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] Configuration for devices up [] and devices down [] completed.
2015-11-23 20:18:32.792 19202 INFO neutron.agent.securitygroups_rpc [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] Remove device filter for set([u'e8f08a66-0f87-40b1-9a80-123e9fcab595'])
2015-11-23 20:18:33.023 19202 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] Ports set([u'e8f08a66-0f87-40b1-9a80-123e9fcab595']) removed
2015-11-23 20:18:33.036 19202 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] port_unbound(): net_uuid None not in local_vlan_map
2015-11-23 20:20:44.787 19202 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] Configuration for devices up [] and devices down [] completed.
2015-11-23 20:20:44.788 19202 INFO neutron.agent.securitygroups_rpc [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] Remove device filter for set([u'e2edd0e5-036c-48a4-967d-911de45f8f75'])
2015-11-23 20:20:45.011 19202 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] Ports set([u'e2edd0e5-036c-48a4-967d-911de45f8f75']) removed
2015-11-23 20:20:45.023 19202 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] port_unbound(): net_uuid None not in local_vlan_map
2015-11-23 20:21:41.243 19202 INFO neutron.agent.securitygroups_rpc [req-9ae241e0-cc81-404e-b008-2b22c73998f3 - - - - -] Provider rule updated
2015-11-23 20:21:42.776 19202 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] Configuration for devices up [] and devices down [] completed.
2015-11-23 20:21:42.777 19202 INFO neutron.agent.securitygroups_rpc [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] Remove device filter for set([u'5596682b-d536-4c0f-8c68-ac3555c908ea'])
2015-11-23 20:21:42.995 19202 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] Ports set([u'5596682b-d536-4c0f-8c68-ac3555c908ea']) removed
2015-11-23 20:21:43.007 19202 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] port_unbound(): net_uuid None not in local_vlan_map
2015-11-23 20:25:35.472 19202 INFO neutron.agent.securitygroups_rpc [req-9ae241e0-cc81-404e-b008-2b22c73998f3 - - - - -] Provider rule updated
2015-11-23 20:25:36.688 19202 WARNING neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] Device b27df618-f9e0-42fe-9ed9-43b7b13866fe not defined on plugin
2015-11-23 20:25:36.865 19202 INFO neutron.agent.securitygroups_rpc [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] Preparing filters for devices set([u'b27df618-f9e0-42fe-9ed9-43b7b13866fe'])
2015-11-23 20:25:37.265 19202 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] Configuration for devices up [] and devices down [] completed.
2015-11-23 20:26:18.678 19202 WARNING neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] Device 9689ac8f-a762-4de0-bfca-0fda4dfd52d6 not defined on plugin
2015-11-23 20:26:18.854 19202 INFO neutron.agent.securitygroups_rpc [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] Preparing filters for devices set([u'9689ac8f-a762-4de0-bfca-0fda4dfd52d6'])
2015-11-23 20:26:19.229 19202 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] Configuration for devices up [] and devices down [] completed.
2015-11-23 20:26:26.671 19202 WARNING neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] Device 8e4b444e-2ce5-427e-9f8b-fc039cc23625 not defined on plugin
2015-11-23 20:26:26.857 19202 INFO neutron.agent.securitygroups_rpc [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] Preparing filters for devices set([u'8e4b444e-2ce5-427e-9f8b-fc039cc23625'])
2015-11-23 20:26:27.216 19202 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-5a193517-1a77-45e3-b02b-3e65eac49a87 - - - - -] Configuration for devices up [] and devices down [] completed.
f74868cf-7753-4252-ab46-cb72e45405fd
Bridge br-ex
Port phy-br-ex
Interface phy-br-ex
type: patch
options: {peer=int-br-ex}
Port br-ex
Interface br-ex
type: internal
Port "ex-br-eth1"
trunks: [41, 42, 43]
Interface "ex-br-eth1"
type: patch
options: {peer="eth1-br-ex"}
Bridge "br-eth1"
Port "eth1-br-ex"
trunks: [41, 42, 43]
Interface "eth1-br-ex"
type: patch
options: {peer="ex-br-eth1"}
Port "eth1-br-it"
trunks: [600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610]
Interface "eth1-br-it"
type: patch
options: {peer="it-br-eth1"}
Port "eth1"
Interface "eth1"
Port "br-eth1"
Interface "br-eth1"
type: internal
Bridge br-int
fail_mode: secure
Port br-int
Interface br-int
type: internal
Port int-br-it
Interface int-br-it
type: patch
options: {peer=phy-br-it}
Port "tap5596682b-d5"
tag: 4095
Interface "tap5596682b-d5"
type: internal
Port int-br-ex
Interface int-br-ex
type: patch
options: {peer=phy-br-ex}
Port "qg-e8f08a66-0f"
tag: 4095
Interface "qg-e8f08a66-0f"
type: internal
Port "qr-e2edd0e5-03"
tag: 4095
Interface "qr-e2edd0e5-03"
type: internal
Bridge br-it
Port "it-br-eth1"
trunks: [600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610]
Interface "it-br-eth1"
type: patch
options: {peer="eth1-br-it"}
Port phy-br-it
Interface phy-br-it
type: patch
options: {peer=int-br-it}
Port br-it
Interface br-it
type: internal
ovs_version: "2.4.0"
pinging 10.43.1.1 from outside the network
tcpdump -n -e -vv -i br-eth1
tcpdump: WARNING: br-eth1: no IPv4 address assigned
tcpdump: listening on br-eth1, link-type EN10MB (Ethernet), capture size 65535 bytes
10:17:56.458915 00:90:7f:a2:a4:1b > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 60: vlan 43, p 0, ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 10.43.1.1 tell 10.43.0.1, length 42
10:17:57.459045 00:90:7f:a2:a4:1b > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 60: vlan 43, p 0, ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 10.43.1.1 tell 10.43.0.1, length 42
10:17:58.478904 00:90:7f:a2:a4:1b > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 60: vlan 43, p 0, ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 10.43.1.1 tell 10.43.0.1, length 42
10:17:59.475098 00:90:7f:a2:a4:1b > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 60: vlan 43, p 0, ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 10.43.1.1 tell 10.43.0.1, length 42
^C
4 packets captured
5 packets received by filter
0 packets dropped by kernel
tcpdump -n -e -vv -i br-ex
tcpdump: WARNING: br-ex: no IPv4 address assigned
tcpdump: listening on br-ex, link-type EN10MB (Ethernet), capture size 65535 bytes
10:18:03.491096 00:90:7f:a2:a4:1b > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 60: vlan 43, p 0, ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 10.43.1.1 tell 10.43.0.1, length 42
10:18:04.510971 00:90:7f:a2:a4:1b > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 60: vlan 43, p 0, ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 10.43.1.1 tell 10.43.0.1, length 42
10:18:05.507142 00:90:7f:a2:a4:1b > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 60: vlan 43, p 0, ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 10.43.1.1 tell 10.43.0.1, length 42
10:18:06.507101 00:90:7f:a2:a4:1b > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 60: vlan 43, p 0, ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 10.43.1.1 tell 10.43.0.1, length 42
^C
4 packets captured
5 packets received by filter
0 packets dropped by kernel
tcpdump -n -e -vv -i br-int
tcpdump: WARNING: br-int: no IPv4 address assigned
tcpdump: listening on br-int, link-type EN10MB (Ethernet), capture size 65535 bytes
^C
0 packets captured
0 packets received by filter
0 packets dropped by kernel
pinging from inside the router to 10.43.0.1 [the gateway]
tcpdump -n -e -vv -i br-int
tcpdump: WARNING: br-int: no IPv4 address assigned
tcpdump: listening on br-int, link-type EN10MB (Ethernet), capture size 65535 bytes
^C
0 packets captured
0 packets received by filter
0 packets dropped by kernel
ip netns exec qrouter-bf9811c6-e85e-42ca-8634-7bb46856222e tcpdump -n -e -vv -i qg-e8f08a66-0f
tcpdump: listening on qg-e8f08a66-0f, link-type EN10MB (Ethernet), capture size 65535 bytes
^C10:20:05.678871 fa:16:3e:93:dd:1d > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 10.43.0.1 tell 10.43.1.1, length 28
10:20:06.676605 fa:16:3e:93:dd:1d > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 10.43.0.1 tell 10.43.1.1, length 28
10:20:07.676583 fa:16:3e:93:dd:1d > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 10.43.0.1 tell 10.43.1.1, length 28
10:20:08.694903 fa:16:3e:93:dd:1d > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 10.43.0.1 tell 10.43.1.1, length 28
10:20:09.692606 fa:16:3e:93:dd:1d > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 10.43.0.1 tell 10.43.1.1, length 28
10:20:10.692609 fa:16:3e:93:dd:1d > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 10.43.0.1 tell 10.43.1.1, length 28
10:20:11.711049 fa:16:3e:93:dd:1d > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 10.43.0.1 tell 10.43.1.1, length 28
7 packets captured
7 packets received by filter
0 packets dropped by kernel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment