• Network devices

    From Dave@21:1/5 to All on Sat Dec 2 20:28:30 2023
    I have a vague recollection there's a RISC OS command line that will list
    all the devices on the local network, maybe arp -something.

    I really can't remember... Can anyone please refresh my ailing memory?

    Thanks
    Dave

    --

    Dave Triffid

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David Higton@21:1/5 to Dave on Sat Dec 2 22:05:36 2023
    In message <5b0c9f00fedave@triffid.co.uk>
    Dave <dave@triffid.co.uk> wrote:

    I have a vague recollection there's a RISC OS command line that will list
    all the devices on the local network, maybe arp -something.

    I really can't remember... Can anyone please refresh my ailing memory?

    arp -a will indeed do some of what you'd like, but I don't think there
    is a command to list everything.

    arp -a lists all those it is aware of, which really means those it has
    been in connection with recently.

    Try it, then ping your broadcast address, then try arp -a again, and I
    think you'll see some of what I mean.

    David

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dave@21:1/5 to David Higton on Sun Dec 3 15:14:21 2023
    In article <f8e4a70c5b.DaveMeUK@BeagleBoard-xM>,
    David Higton <dave@davehigton.me.uk> wrote:
    In message <5b0c9f00fedave@triffid.co.uk>
    Dave <dave@triffid.co.uk> wrote:

    I have a vague recollection there's a RISC OS command line that will
    list all the devices on the local network, maybe arp -something.

    I really can't remember... Can anyone please refresh my ailing memory?

    arp -a will indeed do some of what you'd like, but I don't think there
    is a command to list everything.

    arp -a lists all those it is aware of, which really means those it has
    been in connection with recently.

    Try it, then ping your broadcast address, then try arp -a again, and I
    think you'll see some of what I mean.

    David

    Ah yes well...

    Aside from the router, I have two other LAN things (Printers) active.

    In a Command window (StrongEd) if I do arp -a I get...

    *arp -a
    route-sysctl-estimate

    Whatever that might mean.

    Aha! I've just remembered something (Expletive) I must away and test...

    My remembering was correct, On a Real hardware SARPC, Arp -a etc works
    okay, but on a Virtual Acorn it doesn't, and IIRC never has.

    Thanks for the thought and prompt.

    Botheration! in buckets...

    Dave

    --

    Dave Triffid

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris Hughes@21:1/5 to Dave on Sun Dec 3 22:24:38 2023
    In message <5b0d06141edave@triffid.co.uk>
    Dave <dave@triffid.co.uk> wrote:

    In article <f8e4a70c5b.DaveMeUK@BeagleBoard-xM>,
    David Higton <dave@davehigton.me.uk> wrote:
    In message <5b0c9f00fedave@triffid.co.uk>
    Dave <dave@triffid.co.uk> wrote:

    I have a vague recollection there's a RISC OS command line that will
    list all the devices on the local network, maybe arp -something.

    I really can't remember... Can anyone please refresh my ailing memory?

    arp -a will indeed do some of what you'd like, but I don't think there
    is a command to list everything.

    arp -a lists all those it is aware of, which really means those it has
    been in connection with recently.

    Try it, then ping your broadcast address, then try arp -a again, and I
    think you'll see some of what I mean.

    David

    Ah yes well...

    Aside from the router, I have two other LAN things (Printers) active.

    In a Command window (StrongEd) if I do arp -a I get...

    *arp -a
    route-sysctl-estimate

    Whatever that might mean.

    Aha! I've just remembered something (Expletive) I must away and test...

    My remembering was correct, On a Real hardware SARPC, Arp -a etc works
    okay, but on a Virtual Acorn it doesn't, and IIRC never has.

    Correct it will not work on VRPC as all the networking is provided by the Windows side and passed through to the VRPC program side (Remember as far
    as Windows is concerned its just another application)

    Try it instead on the windows side in a command window, I think it should
    work (not got my PC on to double check at moment)


    --
    Chris Hughes

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris Newman@21:1/5 to All on Sun Dec 3 23:51:31 2023
    In article <15792d0d5b.chris@mytardis>,


    <Big snip>

    My remembering was correct, On a Real hardware SARPC, Arp -a etc
    works okay, but on a Virtual Acorn it doesn't, and IIRC never has.

    Correct it will not work on VRPC as all the networking is provided by
    the Windows side and passed through to the VRPC program side (Remember
    as far as Windows is concerned its just another application)

    Try it instead on the windows side in a command window, I think it
    should work (not got my PC on to double check at moment)

    On the Windows side I use a great little programme from NirSoft.

    It's called Wireless Network Watcher.

    The name is a bit of misnomer because it shows anything connected via
    your router; not just wireless connections but cabled ones as well.

    It shows IP address, device name, MAC address, when detected etc.

    https://www.nirsoft.net

    Go to list on left, choose Network Tools and scroll down the list of
    software.
    The download link is quite a way down the page after the list of versions
    and other bumf.

    I've just updated to version 2.40. On Windows 11 defender flagged it up
    as a low potential risk but it's perfectly safe so I allowed it. It was recommended by Computer Active magazine.

    --
    Chris

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dave@21:1/5 to Chris Hughes on Mon Dec 4 06:48:53 2023
    In article <15792d0d5b.chris@mytardis>,
    Chris Hughes <news13@noonehere.co.uk> wrote:

    [Snip]

    Correct it will not work on VRPC as all the networking is provided by
    the Windows side and passed through to the VRPC program side (Remember
    as far as Windows is concerned its just another application)

    Try it instead on the windows side in a command window, I think it
    should work (not got my PC on to double check at moment)

    Thanks for the thoughts Chris.

    I have no problem with the arp +flags command windows side, but this
    "thing" I'm trying to sort for a friend is specifically a RISC OS thing.

    Thanks
    Dave

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dave@21:1/5 to Chris Newman on Mon Dec 4 06:58:36 2023
    In article <5b0d356d88mec@npost.uk>,
    Chris Newman <mec@npost.uk> wrote:
    [Snippy]

    On the Windows side I use a great little programme from NirSoft.

    It's called Wireless Network Watcher.

    The name is a bit of misnomer because it shows anything connected via
    your router; not just wireless connections but cabled ones as well.

    It shows IP address, device name, MAC address, when detected etc.

    https://www.nirsoft.net

    Go to list on left, choose Network Tools and scroll down the list of software.
    The download link is quite a way down the page after the list of versions
    and other bumf.

    I've just updated to version 2.40. On Windows 11 defender flagged it up
    as a low potential risk but it's perfectly safe so I allowed it. It was recommended by Computer Active magazine.

    Thanks for the info Chris,
    As I wrote to the other Chris, I have no problem Win side with the arp
    +flags command.

    The problem is specifically a possible RISC OS one.

    Win side I have a couple of Network scanners installed, the one I use
    mostly is "AdvancedIPScanner."

    Later I will give the NirSoft app you mention a go...

    Thanks
    Dave

    --

    Dave Triffid

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bob Latham@21:1/5 to Chris Newman on Mon Dec 4 08:39:59 2023
    In article <5b0d356d88mec@npost.uk>,
    Chris Newman <mec@npost.uk> wrote:


    It shows IP address, device name, MAC address, when detected etc.

    https://www.nirsoft.net

    Thanks, just what I needed but the full version with uninstall etc. (wnetwatcher_setup.TO1tBEvp.exe.part) is blocked by AVG which says it
    has a malware virus. I've never seen a .part file before.

    I take it, it's the smaller package (wnetwatcher.zip) people are
    using? I hope that's safe.

    Bob.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris Hughes@21:1/5 to Dave on Mon Dec 4 12:02:34 2023
    In message <5b0d5ba35aDave@triffid.co.uk>
    Dave <Dave@triffid.co.uk> wrote:

    In article <15792d0d5b.chris@mytardis>,
    Chris Hughes <news13@noonehere.co.uk> wrote:

    [Snip]

    Correct it will not work on VRPC as all the networking is provided by
    the Windows side and passed through to the VRPC program side (Remember
    as far as Windows is concerned its just another application)

    Try it instead on the windows side in a command window, I think it
    should work (not got my PC on to double check at moment)

    Thanks for the thoughts Chris.

    I have no problem with the arp +flags command windows side, but this
    "thing" I'm trying to sort for a friend is specifically a RISC OS thing.

    Can you give us any details of this 'issue'?



    --
    Chris Hughes

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Ashbery@21:1/5 to All on Mon Dec 4 12:16:50 2023
    In article <5b0d356d88mec@npost.uk>, Chris Newman <mec@npost.uk>
    wrote:

    On the Windows side I use a great little programme from NirSoft.

    It's called Wireless Network Watcher.

    The name is a bit of misnomer because it shows anything connected
    via your router; not just wireless connections but cabled ones as
    well.

    It shows IP address, device name, MAC address, when detected etc.

    https://www.nirsoft.net

    Good tip - thanks! It shows all the ip addresses as expected and after
    a delay ones I don't expect (active ones like 192.168.1.159 and 179).
    Are they likely to be scam devices attempting to connect to my PC?

    Richard

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris Hughes@21:1/5 to Richard Ashbery on Mon Dec 4 12:59:46 2023
    In message <5b0d79a9c1basura@invalid.addr.uk>
    Richard Ashbery <basura@invalid.addr.uk> wrote:

    In article <5b0d356d88mec@npost.uk>, Chris Newman <mec@npost.uk>
    wrote:

    On the Windows side I use a great little programme from NirSoft.

    It's called Wireless Network Watcher.

    The name is a bit of misnomer because it shows anything connected
    via your router; not just wireless connections but cabled ones as
    well.

    It shows IP address, device name, MAC address, when detected etc.

    https://www.nirsoft.net

    Good tip - thanks! It shows all the ip addresses as expected and after
    a delay ones I don't expect (active ones like 192.168.1.159 and 179).
    Are they likely to be scam devices attempting to connect to my PC?

    I doubt it, as the 192.168.x.x range is local to your network not external network.

    Could they be other wireless devices, like Smart meter IHD (In Home
    Displays) or even Wireless enabled Alarm systems. or even other smart
    devices you have.

    You could identoify the device by the mac address.




    --
    Chris Hughes

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin@21:1/5 to Richard Ashbery on Mon Dec 4 13:02:01 2023
    In article <5b0d79a9c1basura@invalid.addr.uk>,
    Richard Ashbery <basura@invalid.addr.uk> wrote:
    In article <5b0d356d88mec@npost.uk>, Chris Newman <mec@npost.uk>
    wrote:

    On the Windows side I use a great little programme from NirSoft.

    It's called Wireless Network Watcher.

    The name is a bit of misnomer because it shows anything connected
    via your router; not just wireless connections but cabled ones as
    well.

    It shows IP address, device name, MAC address, when detected etc.

    https://www.nirsoft.net

    Good tip - thanks! It shows all the ip addresses as expected and
    after a delay ones I don't expect (active ones like 192.168.1.159
    and 179). Are they likely to be scam devices attempting to connect
    to my PC?

    Are they connected via WiFi or Ethernet?
    What is their Device name?
    Who made their Network adapter?
    When was it detected first and last?
    What is detection count?
    Does your router give any more clues what they are?

    --
    Martin Avison
    Note that unfortunately this email address will become invalid
    without notice if (when) any spam is received.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dave@21:1/5 to Bob Latham on Mon Dec 4 15:53:57 2023
    In article <5b0d65cf63bob@sick-of-spam.invalid>,
    Bob Latham <bob@sick-of-spam.invalid> wrote:
    In article <5b0d356d88mec@npost.uk>,
    Chris Newman <mec@npost.uk> wrote:


    It shows IP address, device name, MAC address, when detected etc.

    https://www.nirsoft.net

    Thanks, just what I needed but the full version with uninstall etc. (wnetwatcher_setup.TO1tBEvp.exe.part) is blocked by AVG which says it
    has a malware virus. I've never seen a .part file before.

    I take it, it's the smaller package (wnetwatcher.zip) people are
    using? I hope that's safe.

    Bob.

    I did try that after Chris posted, but soon consigned it to the bin as I
    prefer the one I'm using... :-)

    "Advanced-IP-Scanner." https://www.advanced-ip-scanner.com/

    Each to their own of course. :-)

    Dave

    --

    Dave Triffid

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dave@21:1/5 to Chris Hughes on Mon Dec 4 16:07:24 2023
    In article <305b780d5b.chris@mytardis>,
    Chris Hughes <news13@noonehere.co.uk> wrote:
    In message <5b0d5ba35aDave@triffid.co.uk>
    Dave <Dave@triffid.co.uk> wrote:

    In article <15792d0d5b.chris@mytardis>,
    Chris Hughes <news13@noonehere.co.uk> wrote:

    [Snip]

    Correct it will not work on VRPC as all the networking is provided by
    the Windows side and passed through to the VRPC program side (Remember
    as far as Windows is concerned its just another application)

    Try it instead on the windows side in a command window, I think it
    should work (not got my PC on to double check at moment)

    Thanks for the thoughts Chris.

    I have no problem with the arp +flags command windows side, but this "thing" I'm trying to sort for a friend is specifically a RISC OS
    thing.

    Can you give us any details of this 'issue'?

    Yes, the friend has recently updated his Windows 10 to Windows 11 and for
    some reason, though his VRPC is working okay, his Printer RISC OS side
    which did work okay on Win 10, now doesn't seem to be communicating LAN
    wise to the Windows attached printer.

    From the RISC OS side I wanted him to Ping the Printer to see if there was
    any communication at all, but unfortunately he doesn't know the ip address
    of the printer, thus the 'arp' question.

    ATM. We are in a holding time as he's very busy with something else, but
    when his busy is done, I'll chat to him about how to finding the IP
    address of the printer Win side.

    TBH. As I know nothing about Win 11, I'm kind of peeing in the wind to see
    what returns. ;-)

    Dave

    --

    Dave Triffid

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris Hughes@21:1/5 to Dave on Mon Dec 4 16:40:13 2023
    In message <5b0d8ec58cdave@triffid.co.uk>
    Dave <dave@triffid.co.uk> wrote:

    In article <305b780d5b.chris@mytardis>,
    Chris Hughes <news13@noonehere.co.uk> wrote:
    In message <5b0d5ba35aDave@triffid.co.uk>
    Dave <Dave@triffid.co.uk> wrote:

    In article <15792d0d5b.chris@mytardis>,
    Chris Hughes <news13@noonehere.co.uk> wrote:

    [Snip]

    Correct it will not work on VRPC as all the networking is provided by
    the Windows side and passed through to the VRPC program side (Remember >>>> as far as Windows is concerned its just another application)

    Try it instead on the windows side in a command window, I think it
    should work (not got my PC on to double check at moment)

    Thanks for the thoughts Chris.

    I have no problem with the arp +flags command windows side, but this
    "thing" I'm trying to sort for a friend is specifically a RISC OS
    thing.

    Can you give us any details of this 'issue'?

    Yes, the friend has recently updated his Windows 10 to Windows 11 and for some reason, though his VRPC is working okay, his Printer RISC OS side
    which did work okay on Win 10, now doesn't seem to be communicating LAN
    wise to the Windows attached printer.

    From the RISC OS side I wanted him to Ping the Printer to see if there was any communication at all, but unfortunately he doesn't know the ip address
    of the printer, thus the 'arp' question.

    Is the printer IP address listed on his router.

    It could also be a Windows firewall issue. Also check if the printer is
    still correctly configured on the Windows 11 side.



    --
    Chris Hughes

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Ashbery@21:1/5 to news13@noonehere.co.uk on Mon Dec 4 17:57:16 2023
    In article <e5977d0d5b.chris@mytardis>, Chris Hughes
    <news13@noonehere.co.uk> wrote:
    In message <5b0d79a9c1basura@invalid.addr.uk> Richard Ashbery
    <basura@invalid.addr.uk> wrote:

    In article <5b0d356d88mec@npost.uk>, Chris Newman <mec@npost.uk>
    wrote:

    It's called Wireless Network Watcher.

    It shows IP address, device name, MAC address, when detected etc.

    https://www.nirsoft.net

    Good tip - thanks! It shows all the ip addresses as expected and
    after a delay ones I don't expect (active ones like 192.168.1.159
    and 179). Are they likely to be scam devices attempting to
    connect to my PC?

    I doubt it, as the 192.168.x.x range is local to your network not
    external network.

    Thanks Chris. Using the wireless modem router which I haven't used for
    over a year or two I managed to verify the unknown IP addresses.

    Could they be other wireless devices, like Smart meter IHD (In Home
    Displays) or even Wireless enabled Alarm systems. or even other
    smart devices you have.

    You could identoify the device by the mac address.

    You are absolutely correct: 2 of them are related to login IP
    addresses for routers. The one that had me baffled is Wistron Neweb
    Corp. which I searched and is a legitimate IP address for a Taiwanese
    company that manufacturers wifi modules, one of which most likely
    resides in my Technicolour Router.

    Conclusion - nothing suspicious.

    Richard

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Steve Fryatt@21:1/5 to Chris Hughes on Mon Dec 4 18:04:47 2023
    On 4 Dec, Chris Hughes wrote in message
    <e5977d0d5b.chris@mytardis>:

    I doubt it, as the 192.168.x.x range is local to your network not external network.

    But *anything* connected to your local network will get a local IP. They're
    far more likely to be things that you own than otherwise, but if they're connected via WiFi it's certainly worth checking your security settings and confirming that you do, indeed, own them.

    --
    Steve Fryatt - Leeds, England

    http://www.stevefryatt.org.uk/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris Newman@21:1/5 to Richard Ashbery on Mon Dec 4 17:17:14 2023
    In article <5b0d79a9c1basura@invalid.addr.uk>,
    Richard Ashbery <basura@invalid.addr.uk> wrote:
    In article <5b0d356d88mec@npost.uk>, Chris Newman <mec@npost.uk>
    wrote:

    On the Windows side I use a great little programme from NirSoft.

    It's called Wireless Network Watcher.

    The name is a bit of misnomer because it shows anything connected
    via your router; not just wireless connections but cabled ones as
    well.

    It shows IP address, device name, MAC address, when detected etc.

    https://www.nirsoft.net

    Good tip - thanks! It shows all the ip addresses as expected and after
    a delay ones I don't expect (active ones like 192.168.1.159 and 179).
    Are they likely to be scam devices attempting to connect to my PC?

    Our smartphones show up when they are on. Can be any device which uses
    your network.

    --
    Chris

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Stuart@21:1/5 to Dave on Mon Dec 4 21:15:03 2023
    In article <5b0d8ec58cdave@triffid.co.uk>,
    Dave <dave@triffid.co.uk> wrote:
    ATM. We are in a holding time as he's very busy with something else, but
    when his busy is done, I'll chat to him about how to finding the IP
    address of the printer Win side.

    Both my printers will tell me directly their i.p. address.

    With my Epson WF-7715:
    Settings>Printer Status/Print>Network>wired lan/Wi-Fi status
    Via the front LCD panel

    With my Dell 2330dn:
    Menu>Reports>Network setup
    And it prints a page of all network parameters and details

    Perhaps your friends printer will also freely divulge its details if interrogated

    --
    Stuart Winsor

    Tools With A Mission
    sending tools across the world
    http://www.twam.co.uk/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bob Latham@21:1/5 to Dave on Tue Dec 5 10:06:24 2023
    In article <5b0d8d8a5bdave@triffid.co.uk>,
    Dave <dave@triffid.co.uk> wrote:
    In article <5b0d65cf63bob@sick-of-spam.invalid>,
    Bob Latham <bob@sick-of-spam.invalid> wrote:
    In article <5b0d356d88mec@npost.uk>,
    Chris Newman <mec@npost.uk> wrote:

    https://www.nirsoft.net

    I did try that after Chris posted, but soon consigned it to the bin
    as I prefer the one I'm using... :-)

    "Advanced-IP-Scanner." https://www.advanced-ip-scanner.com/

    Hmmm.

    The Nirsoft version handles ipv6 and allows the user to add notes
    about each device. However, the Advanced -IP-Scanner reads the device
    names much better IMHO.

    I have a fair number of raspberry pi devices and nirsoft capitalises
    the device names for some reason and if it thinks the name is too
    long it doesn't display it at all.


    Bob.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan Adams@21:1/5 to Dave on Tue Dec 5 12:00:03 2023
    Hi

    I'm a little unclear about which type of configuration your friend has,
    and how you're going about diagnosing it.

    Option 1: A Windows-only printer, shared out by Windows.
    There's no IP address on the printer, so nothing to ping. Cheeck
    share security as in option 3.

    Option 2: A PostScript network printer, connected to Windows over IP, and shared from Windows.
    Why do it that way. you can connect to it directly from RISC OS,
    using eg PS3 and free or proprietary network drivers (NetPrint for
    example).

    Option 3: A non-postscript network printer, with no RISC OS driver, shared
    from Windows.
    No alternative. However pinging from RISC OS doesn't tell you
    much, even if it succeeds, which it ought to. My gut feeling is that the
    change from Windows 10 to 11 has tightened up share security. Check the permissions on the printer share within Windows. Check the username and password in the connection, and look for that user on the share. It might
    have been using "everyone" or "users", and that might have been removed. Eventvwr might show security messages which could help. You need to log in
    a Administrator to see those.

    I can't try that here, as I don't have windows 11. No plans to "upgrade"
    for reasons such as the above. If it ain't broke, I'm not going to fix it.

    Alan

    In message <5b0d8ec58cdave@triffid.co.uk>
    Dave <dave@triffid.co.uk> wrote:

    <snip>

    Yes, the friend has recently updated his Windows 10 to Windows 11 and for some reason, though his VRPC is working okay, his Printer RISC OS side
    which did work okay on Win 10, now doesn't seem to be communicating LAN
    wise to the Windows attached printer.

    From the RISC OS side I wanted him to Ping the Printer to see if there was any communication at all, but unfortunately he doesn't know the ip address
    of the printer, thus the 'arp' question.

    ATM. We are in a holding time as he's very busy with something else, but
    when his busy is done, I'll chat to him about how to finding the IP
    address of the printer Win side.

    TBH. As I know nothing about Win 11, I'm kind of peeing in the wind to see what returns. ;-)

    Dave



    --
    Alan Adams

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From druck@21:1/5 to Dave on Tue Dec 5 21:13:29 2023
    On 02/12/2023 20:28, Dave wrote:
    I have a vague recollection there's a RISC OS command line that will list
    all the devices on the local network, maybe arp -something.

    I really can't remember... Can anyone please refresh my ailing memory?
    What you need is a RISC OS port of Linux's nmap. You can scan your
    entire network using a command such as

    nmap -sn 192.168.1.0/24

    If you find any devices you don't recognise you can get it to try finger printing the type of device using

    nmap -A 192.168.1.159

    ---druck

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)