Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

find ip on local network with a gnu/linux tool

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
delcencen
Posts: 9
Joined: 2017-11-19 18:46

Re: find ip on local network with a gnu/linux tool

#16 Post by delcencen »

with a debian :
root@localhost:/home/user# man ifconfig
No manual entry for ifconfig
root@localhost:/home/user# ip r
root@localhost:/home/user#

the nas work perfectly with windows at 169.254.100.100 !

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: find ip on local network with a gnu/linux tool

#17 Post by GarryRicketson »

the nas work perfectly with windows at 169.254.100.100 !
Yes, but this is Debian, not windows, or is it Kali,? .... what OS are you really
using ?

The OP needs to look at the specifics for "kali", especially on configureing the net works. Kali is not Debian, but that does explain why :
root@kali:~# man ifconfig
root@kali:~# man ifconfing -v
Apparently it is not just Kali, but also the newer Debian versions, in fact they blame Debian, but any way, you need to install : "net-tools"
https://forums.kali.org/showthread.php? ... t-found!!!
sudo apt install net-tools
should solve the problem,
This would be better to ask about on the kali forums.
Also:
https://docs.kali.org/introduction/shou ... kali-linux

Segfault
Posts: 993
Joined: 2005-09-24 12:24
Has thanked: 5 times
Been thanked: 17 times

Re: find ip on local network with a gnu/linux tool

#18 Post by Segfault »

the nas work perfectly with windows at 169.254.100.100
^^ This, ladies and germs, is BS. Windows or Kali, networking standards are the same and this is not a valid private IP address, nor is it a valid public address. It is an IP address assigned by DHCP client when network is screwed up (local link address). IMHO this is another wannabe hacker who has no business running Kali, these are networking basics we are talking here.

User avatar
Ardouos
Posts: 1077
Joined: 2013-11-03 00:30
Location: Elicoor II
Has thanked: 1 time
Been thanked: 4 times

Re: find ip on local network with a gnu/linux tool

#19 Post by Ardouos »

delcencen wrote: root@kali:~# man ifconfig
root@kali:~# man ifconfing -v
No manual entry for ifconfing
No manual entry for -v
root@kali:~# ip r
root@kali:~# nmap 169.254.100.100
Kali is not Debian, it is a distro for professional pen testing on a live medium. For assistance with Kali please use the Kali forums.
There is only one Debian | Do not break Debian | Stability and Debian | Backports

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

delcencen
Posts: 9
Joined: 2017-11-19 18:46

Re: find ip on local network with a gnu/linux tool

#20 Post by delcencen »

my nas is not compatible with linux

Post Reply