-
Notifications
You must be signed in to change notification settings - Fork 822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arp command not working at all - /proc/net/arp: No such file or directory #2279
Comments
Same problem. Using whereis arp shows this:
But running
|
I am having the same issue when I run arp command on "Bash on Ubuntu on Windows" |
First, you didn't fill out the template so we don't know what version you are running for starters, there's also no strace. Do a |
This issue is about as good a landing zone for |
I've some issue |
No workaround for this issue? uname -a fandre@N-20L6PF1PZ148:/mnt/c/Users/$ arp Have this issue sudo mkdir /proc/net/arp If creating the folder was the solution... but does anybody fixed arp issue? Any comment is welcome. |
I have exactly the same situation and have tried sudo mkdir /proc/net/arp to no avail! |
Same, arp command still doesn't work, mkdir didn't change anything |
try using arp.exe -a on WSL. |
this is really a weird yet simple and working solution! thanks. |
thanks for the solution. |
thinks |
running The result is the same as running By contrast if you want to run the linux version of the arp command, then you're still stuck. |
I have the same issue, and maybe it's worth noticing that command |
Indeed, and a |
Thaks it's working 💯 |
Works on Bash on Ubuntu on Windows too. thanks |
Did anyone find a solution for this? I am having the same issue. |
seems like the LAN is go through the windows system, it will only update the arp table in windows |
alias arp="arp.exe" |
@bvandenbon |
root@SERWER:~# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=1.90 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=1.93 ms
--- 192.168.1.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 1.900/1.915/1.931/0.046 ms
root@SERWER:~# arp -a
/proc/net/arp: No such file or directory
root@SERWER:~# arp
/proc/net/arp: No such file or directory
arp command not working at all.
The text was updated successfully, but these errors were encountered: