• About
  • Disclaimer
  • Privacy Policy
  • Contact
Saturday, June 14, 2025
Cyber Defense GO
  • Login
  • Home
  • Cyber Security
  • Artificial Intelligence
  • Machine Learning
  • Data Analysis
  • Computer Networking
  • Disaster Restoration
No Result
View All Result
  • Home
  • Cyber Security
  • Artificial Intelligence
  • Machine Learning
  • Data Analysis
  • Computer Networking
  • Disaster Restoration
No Result
View All Result
Cyber Defense Go
No Result
View All Result
Home Computer Networking

Methods to get router to reply to ARP requests from swap so i can handle it

Md Sazzad Hossain by Md Sazzad Hossain
0
community – F5 Failing SSL Handshake After “Consumer Good day”
585
SHARES
3.2k
VIEWS
Share on FacebookShare on Twitter


Closed. This query is off-topic. It’s not at present accepting solutions.


NE is a web site for to ask and supply solutions about professionally managed networks in a enterprise atmosphere. Your query falls exterior the areas our neighborhood determined are on subject. Please go to the assist heart for extra particulars. In case you disagree with this closure, please ask on Community Engineering Meta.

I’ve an internet managed swap on my community. It’s related to a router, together with the host PC i’m on. I can not ping it by way of the router.

Router is Fedora server.

the router’s relevant interfaces are:

enp3s0 wan interface
enp4s0 with static IP 192.168.2.2/24
enp6s0 with static IP 10.2.4.1/24

routing desk on the router has relevant entries:

Vacation spot     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.2.2     0.0.0.0         UG    100    0        0 enp4s0
0.0.0.0         10.2.4.1        0.0.0.0         UG    103    0        0 enp6s0
10.2.4.0        0.0.0.0         255.255.255.0   U     103    0        0 enp6s0
192.168.2.0     0.0.0.0         255.255.255.0   U     100    0        0 enp4s0

the hosts are immediately hooked up to those interfaces with these ips:

          IP                    MAC                  hooked up if
swap    192.168.2.1 (static)  60:be:b4:13:28:e1    enp4s0
laptop        10.2.4.5    (dhcp)    1c:2a:a3:1e:74:df    enp6s0

when i ping from the host laptop, i get timeouts. so i ran tcpdump from the router on enp4s0

sudo tcpdump -i enp4s0 -n

16:18:06.345052 IP 10.2.4.5 > 192.168.2.1: ICMP echo request, id 48, seq 430, size 64
16:18:07.334961 ARP, Request who-has 192.168.2.2 inform 192.168.2.2, size 28
16:18:07.369062 IP 10.2.4.5 > 192.168.2.1: ICMP echo request, id 48, seq 431, size 64
16:18:08.361151 ARP, Request who-has 192.168.2.2 inform 192.168.2.2, size 28
16:18:08.393080 IP 10.2.4.5 > 192.168.2.1: ICMP echo request, id 48, seq 432, size 64
16:18:09.385150 ARP, Request who-has 192.168.2.2 inform 192.168.2.2, size 28
16:18:09.417072 IP 10.2.4.5 > 192.168.2.1: ICMP echo request, id 48, seq 433, size 64
[ ... ]
16:18:17.609124 IP 10.2.4.5 > 192.168.2.1: ICMP echo request, id 48, seq 441, size 64
16:18:18.601152 ARP, Request who-has 192.168.2.1 inform 192.168.2.2, size 28
16:18:18.601366 ARP, Reply 192.168.2.1 is-at 1c:2a:a3:1e:74:df, size 46
16:18:18.633088 IP 10.2.4.5 > 192.168.2.1: ICMP echo request, id 48, seq 442, size 64

discernible information:

  • the packets journey the router’s nftables ahead chain from enp6s0 to enp4s0
  • the swap then asks who has 192.168.2.2, the gateway. it will get no response.
  • the router later asks who has 192.168.2.1. the swap responds with its mac.
  • the router’s arp desk information it.
  • the swap nonetheless doesn’t know who has 192.168.2.2

routers relevant arp entries

Handle                  HWtype  HWaddress           Flags Masks            Iface
192.168.2.1              ether   1c:2a:a3:1e:74:df   C                     enp4s0
10.2.4.5                 ether   04:7c:16:4d:0a:84   C                     enp6s0

the swap just isn’t responding to pings, and moreover, to my net requests to handle it. when i ship an internet request from the browser, i instantly get a bunch extra “Request who-has 192.168.2.2”, which reveals that the http request reached the swap and is aware of to answer to that IP, but it surely nonetheless would not know who has that IP. it retains asking.

right here is the host laptop relevant arp desk entries, exhibiting the router responded to the PC’s arp request, so why not then to the swap?

Handle                  HWtype  HWaddress           Flags Masks            Iface
10.2.4.1                 ether   60:be:b4:13:28:e3   C                     enp12s0

what would trigger the router to not reply to the swap’s arp request so i can finally ping and handle it.

You might also like

Addressing Vulnerabilities in Positioning, Navigation and Timing (PNT) Companies

Powering All Ethernet AI Networking

5G is Shifting Downstream to Enterprises


Closed. This query is off-topic. It’s not at present accepting solutions.


NE is a web site for to ask and supply solutions about professionally managed networks in a enterprise atmosphere. Your query falls exterior the areas our neighborhood determined are on subject. Please go to the assist heart for extra particulars. In case you disagree with this closure, please ask on Community Engineering Meta.

I’ve an internet managed swap on my community. It’s related to a router, together with the host PC i’m on. I can not ping it by way of the router.

Router is Fedora server.

the router’s relevant interfaces are:

enp3s0 wan interface
enp4s0 with static IP 192.168.2.2/24
enp6s0 with static IP 10.2.4.1/24

routing desk on the router has relevant entries:

Vacation spot     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.2.2     0.0.0.0         UG    100    0        0 enp4s0
0.0.0.0         10.2.4.1        0.0.0.0         UG    103    0        0 enp6s0
10.2.4.0        0.0.0.0         255.255.255.0   U     103    0        0 enp6s0
192.168.2.0     0.0.0.0         255.255.255.0   U     100    0        0 enp4s0

the hosts are immediately hooked up to those interfaces with these ips:

          IP                    MAC                  hooked up if
swap    192.168.2.1 (static)  60:be:b4:13:28:e1    enp4s0
laptop        10.2.4.5    (dhcp)    1c:2a:a3:1e:74:df    enp6s0

when i ping from the host laptop, i get timeouts. so i ran tcpdump from the router on enp4s0

sudo tcpdump -i enp4s0 -n

16:18:06.345052 IP 10.2.4.5 > 192.168.2.1: ICMP echo request, id 48, seq 430, size 64
16:18:07.334961 ARP, Request who-has 192.168.2.2 inform 192.168.2.2, size 28
16:18:07.369062 IP 10.2.4.5 > 192.168.2.1: ICMP echo request, id 48, seq 431, size 64
16:18:08.361151 ARP, Request who-has 192.168.2.2 inform 192.168.2.2, size 28
16:18:08.393080 IP 10.2.4.5 > 192.168.2.1: ICMP echo request, id 48, seq 432, size 64
16:18:09.385150 ARP, Request who-has 192.168.2.2 inform 192.168.2.2, size 28
16:18:09.417072 IP 10.2.4.5 > 192.168.2.1: ICMP echo request, id 48, seq 433, size 64
[ ... ]
16:18:17.609124 IP 10.2.4.5 > 192.168.2.1: ICMP echo request, id 48, seq 441, size 64
16:18:18.601152 ARP, Request who-has 192.168.2.1 inform 192.168.2.2, size 28
16:18:18.601366 ARP, Reply 192.168.2.1 is-at 1c:2a:a3:1e:74:df, size 46
16:18:18.633088 IP 10.2.4.5 > 192.168.2.1: ICMP echo request, id 48, seq 442, size 64

discernible information:

  • the packets journey the router’s nftables ahead chain from enp6s0 to enp4s0
  • the swap then asks who has 192.168.2.2, the gateway. it will get no response.
  • the router later asks who has 192.168.2.1. the swap responds with its mac.
  • the router’s arp desk information it.
  • the swap nonetheless doesn’t know who has 192.168.2.2

routers relevant arp entries

Handle                  HWtype  HWaddress           Flags Masks            Iface
192.168.2.1              ether   1c:2a:a3:1e:74:df   C                     enp4s0
10.2.4.5                 ether   04:7c:16:4d:0a:84   C                     enp6s0

the swap just isn’t responding to pings, and moreover, to my net requests to handle it. when i ship an internet request from the browser, i instantly get a bunch extra “Request who-has 192.168.2.2”, which reveals that the http request reached the swap and is aware of to answer to that IP, but it surely nonetheless would not know who has that IP. it retains asking.

right here is the host laptop relevant arp desk entries, exhibiting the router responded to the PC’s arp request, so why not then to the swap?

Handle                  HWtype  HWaddress           Flags Masks            Iface
10.2.4.1                 ether   60:be:b4:13:28:e3   C                     enp12s0

what would trigger the router to not reply to the swap’s arp request so i can finally ping and handle it.

Tags: ARPmanagerequestsrespondRouterswitch
Previous Post

Navigating Your Migration to Databricks: Architectures and Strategic Approaches

Next Post

2024 BAIR Graduate Listing – The Berkeley Synthetic Intelligence Analysis Weblog

Md Sazzad Hossain

Md Sazzad Hossain

Related Posts

Addressing Vulnerabilities in Positioning, Navigation and Timing (PNT) Companies
Computer Networking

Addressing Vulnerabilities in Positioning, Navigation and Timing (PNT) Companies

by Md Sazzad Hossain
June 14, 2025
Powering All Ethernet AI Networking
Computer Networking

Powering All Ethernet AI Networking

by Md Sazzad Hossain
June 14, 2025
5G is Shifting Downstream to Enterprises
Computer Networking

5G is Shifting Downstream to Enterprises

by Md Sazzad Hossain
June 14, 2025
That is Extending to GreenOps – IT Connection
Computer Networking

AWS Summit Sydney – Accelerating AI from Prospects to Manufacturing – IT Connection

by Md Sazzad Hossain
June 13, 2025
Is WiFi 7 Value It? Evaluating Early Wi-Fi 7 Adoption Advantages, Community Throughput & Extra.
Computer Networking

Is WiFi 7 Value It? Evaluating Early Wi-Fi 7 Adoption Advantages, Community Throughput & Extra.

by Md Sazzad Hossain
June 13, 2025
Next Post
2024 BAIR Graduate Listing – The Berkeley Synthetic Intelligence Analysis Weblog

2024 BAIR Graduate Listing – The Berkeley Synthetic Intelligence Analysis Weblog

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recommended

How a Crypto Advertising and marketing Company Can Use AI to Create Highly effective Native Promoting Methods

How a Crypto Advertising and marketing Company Can Use AI to Create Highly effective Native Promoting Methods

May 11, 2025
How AI Helps Itself By Aiding Net Information Assortment

How AI Helps Itself By Aiding Net Information Assortment

June 8, 2025

Categories

  • Artificial Intelligence
  • Computer Networking
  • Cyber Security
  • Data Analysis
  • Disaster Restoration
  • Machine Learning

CyberDefenseGo

Welcome to CyberDefenseGo. We are a passionate team of technology enthusiasts, cybersecurity experts, and AI innovators dedicated to delivering high-quality, insightful content that helps individuals and organizations stay ahead of the ever-evolving digital landscape.

Recent

Addressing Vulnerabilities in Positioning, Navigation and Timing (PNT) Companies

Addressing Vulnerabilities in Positioning, Navigation and Timing (PNT) Companies

June 14, 2025
Discord Invite Hyperlink Hijacking Delivers AsyncRAT and Skuld Stealer Concentrating on Crypto Wallets

Discord Invite Hyperlink Hijacking Delivers AsyncRAT and Skuld Stealer Concentrating on Crypto Wallets

June 14, 2025

Search

No Result
View All Result

© 2025 CyberDefenseGo - All Rights Reserved

No Result
View All Result
  • Home
  • Cyber Security
  • Artificial Intelligence
  • Machine Learning
  • Data Analysis
  • Computer Networking
  • Disaster Restoration

© 2025 CyberDefenseGo - All Rights Reserved

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In