I have a problem in network sharing using SMB protocol.
I think it's related to IP-duplicating issue. How to detect this.
Note: I'm using Ubuntu on my desktop the other are using various OSs (win xp, vista, mac, Ubuntu).
| |||
feedback
|
|
You can use arpping command. The arping utility performs an action similar to ping command, but at the Ethernet layer. You can send ARP REQUEST to a neighbor host / computers. Send ARP request
Output:
Where, Find duplicate IP
If 192.168.1.1 duplicated you should see zero exit status:
Always use following syntax for duplicate address detection with arping:
| |||||
feedback
|
|
You can install IPwatchD which works with (other) Debian packages.
It lets you configure for a GUI notification (as above, only for GNOME) and a ' | ||||
|
feedback
|
|
You cannot have two machines on the same network with the same IP address. That said, one of the easiest ways to find out which computers have what IP address is to look through the status pages on your router. Typically there will be some kind of DHCP client list which can tell you which computer (usually given by MAC address) has what IP. One note though, if you are using DHCP, you likely do not have an IP addressing issue. What makes you think you have an IP-duplicating issue? | |||||
feedback
|
