No reply on ARP from device with same VLAN ID
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
So I have two Linux devices, connected by a single Ethernet cable. I am trying to understand how VLANs work and experimenting a bit.
On device 1, which has an IP address of 10.210.3.1 and 2 Ethernet ports, there is a VLAN configuration of:
- VLAN ID 200 which is set as the Management VLAN, port membership is
for both Ethernet ports VLAN ID 201, port membership on port 1 (not set as Management VLAN)
VLAN ID 202, port membership on port 1 (not set as Management VLAN)
Device 1 and 2 are connected by an Ethernet cable on port 1.
On device 2, I have added a VLAN 201 with IP address of 10.210.3.2 (the interface is enp0s3.201)
When I try to ping from device 2 to device 1, I can see the 802.1Q information (I have set the pings to come from interface used by the VLAN). Device 1 shows ARP broadcasts being received from device 2 however it does not reply to it.
What am I doing wrong?
linux ping arp vlan
add a comment |Â
up vote
0
down vote
favorite
So I have two Linux devices, connected by a single Ethernet cable. I am trying to understand how VLANs work and experimenting a bit.
On device 1, which has an IP address of 10.210.3.1 and 2 Ethernet ports, there is a VLAN configuration of:
- VLAN ID 200 which is set as the Management VLAN, port membership is
for both Ethernet ports VLAN ID 201, port membership on port 1 (not set as Management VLAN)
VLAN ID 202, port membership on port 1 (not set as Management VLAN)
Device 1 and 2 are connected by an Ethernet cable on port 1.
On device 2, I have added a VLAN 201 with IP address of 10.210.3.2 (the interface is enp0s3.201)
When I try to ping from device 2 to device 1, I can see the 802.1Q information (I have set the pings to come from interface used by the VLAN). Device 1 shows ARP broadcasts being received from device 2 however it does not reply to it.
What am I doing wrong?
linux ping arp vlan
It might help if you filled in some of the blanks.â (1)â¯What Linux are you using?â (2)â¯How many interfaces does deviceâ¯2 have?â (3)â¯What are all the IP addresses?â (The outputs fromipconfigâ¯-a
might be useful.)âÂÂPlease do not respond in comments; edit your question to make it clearer and more complete.âÂÂP.S.â¯Aâ¯possibility: look closely at all your netmask values (IâÂÂve seen that cause trouble in situations somewhat similar to this).
â Scott
Sep 25 '17 at 4:51
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
So I have two Linux devices, connected by a single Ethernet cable. I am trying to understand how VLANs work and experimenting a bit.
On device 1, which has an IP address of 10.210.3.1 and 2 Ethernet ports, there is a VLAN configuration of:
- VLAN ID 200 which is set as the Management VLAN, port membership is
for both Ethernet ports VLAN ID 201, port membership on port 1 (not set as Management VLAN)
VLAN ID 202, port membership on port 1 (not set as Management VLAN)
Device 1 and 2 are connected by an Ethernet cable on port 1.
On device 2, I have added a VLAN 201 with IP address of 10.210.3.2 (the interface is enp0s3.201)
When I try to ping from device 2 to device 1, I can see the 802.1Q information (I have set the pings to come from interface used by the VLAN). Device 1 shows ARP broadcasts being received from device 2 however it does not reply to it.
What am I doing wrong?
linux ping arp vlan
So I have two Linux devices, connected by a single Ethernet cable. I am trying to understand how VLANs work and experimenting a bit.
On device 1, which has an IP address of 10.210.3.1 and 2 Ethernet ports, there is a VLAN configuration of:
- VLAN ID 200 which is set as the Management VLAN, port membership is
for both Ethernet ports VLAN ID 201, port membership on port 1 (not set as Management VLAN)
VLAN ID 202, port membership on port 1 (not set as Management VLAN)
Device 1 and 2 are connected by an Ethernet cable on port 1.
On device 2, I have added a VLAN 201 with IP address of 10.210.3.2 (the interface is enp0s3.201)
When I try to ping from device 2 to device 1, I can see the 802.1Q information (I have set the pings to come from interface used by the VLAN). Device 1 shows ARP broadcasts being received from device 2 however it does not reply to it.
What am I doing wrong?
linux ping arp vlan
linux ping arp vlan
asked Sep 25 '17 at 0:26
nnja
162
162
It might help if you filled in some of the blanks.â (1)â¯What Linux are you using?â (2)â¯How many interfaces does deviceâ¯2 have?â (3)â¯What are all the IP addresses?â (The outputs fromipconfigâ¯-a
might be useful.)âÂÂPlease do not respond in comments; edit your question to make it clearer and more complete.âÂÂP.S.â¯Aâ¯possibility: look closely at all your netmask values (IâÂÂve seen that cause trouble in situations somewhat similar to this).
â Scott
Sep 25 '17 at 4:51
add a comment |Â
It might help if you filled in some of the blanks.â (1)â¯What Linux are you using?â (2)â¯How many interfaces does deviceâ¯2 have?â (3)â¯What are all the IP addresses?â (The outputs fromipconfigâ¯-a
might be useful.)âÂÂPlease do not respond in comments; edit your question to make it clearer and more complete.âÂÂP.S.â¯Aâ¯possibility: look closely at all your netmask values (IâÂÂve seen that cause trouble in situations somewhat similar to this).
â Scott
Sep 25 '17 at 4:51
It might help if you filled in some of the blanks.â (1)â¯What Linux are you using?â (2)â¯How many interfaces does deviceâ¯2 have?â (3)â¯What are all the IP addresses?â (The outputs from
ipconfigâ¯-a
might be useful.)âÂÂPlease do not respond in comments; edit your question to make it clearer and more complete.âÂÂP.S.â¯Aâ¯possibility: look closely at all your netmask values (IâÂÂve seen that cause trouble in situations somewhat similar to this).â Scott
Sep 25 '17 at 4:51
It might help if you filled in some of the blanks.â (1)â¯What Linux are you using?â (2)â¯How many interfaces does deviceâ¯2 have?â (3)â¯What are all the IP addresses?â (The outputs from
ipconfigâ¯-a
might be useful.)âÂÂPlease do not respond in comments; edit your question to make it clearer and more complete.âÂÂP.S.â¯Aâ¯possibility: look closely at all your netmask values (IâÂÂve seen that cause trouble in situations somewhat similar to this).â Scott
Sep 25 '17 at 4:51
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f394219%2fno-reply-on-arp-from-device-with-same-vlan-id%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
It might help if you filled in some of the blanks.â (1)â¯What Linux are you using?â (2)â¯How many interfaces does deviceâ¯2 have?â (3)â¯What are all the IP addresses?â (The outputs from
ipconfigâ¯-a
might be useful.)âÂÂPlease do not respond in comments; edit your question to make it clearer and more complete.âÂÂP.S.â¯Aâ¯possibility: look closely at all your netmask values (IâÂÂve seen that cause trouble in situations somewhat similar to this).â Scott
Sep 25 '17 at 4:51