Epson WP4530 once had a static IP. Perhaps now damaged by lightning in July. At any rate, nmap shows NO ip address for the printer, yet Windows 10 and Mint can write to it. How does that work? --doug
Le 11/09/2021 à 22:14, Douglas McGarrett a écrit :
Epson WP4530 once had a static IP. Perhaps now damaged by lightning in July. At any rate, nmap shows NO ip address for the printer, yet Windows 10 and Mint can write to it. How does that work? --doug
windows or mint should give you the IP jdd -- http://dodin.org
On 11/09/2021 22.14, Douglas McGarrett wrote:
Epson WP4530 once had a static IP. Perhaps now damaged by lightning in July. At any rate, nmap shows NO ip address for the printer, yet Windows 10 and Mint can write to it. How does that work?
Because you are probably scanning the wrong ports. I told you, months ago, how to do it. To find a networked hp printer, you probably want to do: nmap -p 9100 -n 192.168.1.* <https://lists.opensuse.org/archives/list/users@lists.opensuse.org/message/H2ITIG6PSYYKHAMSUWVDVYQVVMU5IXDI/> However, the IP will be the same as in the other system. -- Cheers / Saludos, Carlos E. R. (from oS Leap 15.2 x86_64 (Minas Tirith))
Le 12/09/2021 à 01:08, Carlos E. R. a écrit :
To find a networked hp printer, you probably want to do:
nmap -p 9100 -n 192.168.1.*
some notes... better use nmap -p 9100 -n 192.168.*.* (two *), because the sub-network may differ from one isp to an other then nmap scan any "computer" on the network. Many have a "filtered jetdirect", that means that they may work as printer server, but not that they have a printer attached (even Alexa do :-()). Phone may have or not A network printer have to show an "open jetdirect" port jdd -- http://dodin.org
On 9/12/21 4:18 AM, jdd@dodin.org wrote:
Le 12/09/2021 à 01:08, Carlos E. R. a écrit :
To find a networked hp printer, you probably want to do:
nmap -p 9100 -n 192.168.1.*
some notes...
better use
nmap -p 9100 -n 192.168.*.*
(two *), because the sub-network may differ from one isp to an other
then nmap scan any "computer" on the network. Many have a "filtered jetdirect", that means that they may work as printer server, but not that they have a printer attached (even Alexa do :-()). Phone may have or not
A network printer have to show an "open jetdirect" port
jdd still no sign of the Epson. --doug
* Douglas McGarrett <dmcgarrett@optonline.net> [09-12-21 13:25]:
On 9/12/21 4:18 AM, jdd@dodin.org wrote:
Le 12/09/2021 à 01:08, Carlos E. R. a écrit :
To find a networked hp printer, you probably want to do:
nmap -p 9100 -n 192.168.1.*
some notes...
better use
nmap -p 9100 -n 192.168.*.*
(two *), because the sub-network may differ from one isp to an other
then nmap scan any "computer" on the network. Many have a "filtered jetdirect", that means that they may work as printer server, but not that they have a printer attached (even Alexa do :-()). Phone may have or not
A network printer have to show an "open jetdirect" port
jdd still no sign of the Epson. --doug
which would be an indication that the jetdirect port is not open. -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode
* Douglas McGarrett <dmcgarrett@optonline.net> [09-12-21 13:25]:
On 9/12/21 4:18 AM, jdd@dodin.org wrote:
Le 12/09/2021 à 01:08, Carlos E. R. a écrit :
To find a networked hp printer, you probably want to do:
nmap -p 9100 -n 192.168.1.*
some notes...
better use
nmap -p 9100 -n 192.168.*.*
(two *), because the sub-network may differ from one isp to an other
then nmap scan any "computer" on the network. Many have a "filtered jetdirect", that means that they may work as printer server, but not that they have a printer attached (even Alexa do :-()). Phone may have or not
A network printer have to show an "open jetdirect" port
jdd still no sign of the Epson. --doug
which would be an indication that the jetdirect port is not open. As mentioned in earlier post, I have a status printout from the Epson. There is no
On 9/12/21 1:33 PM, Patrick Shanahan wrote: line referring to a jetdirect port. There are a few lines that say Disable: Privacy Extensions; Proxy Use; Dynamic DNS; Epson Connect; Google Cloud Print. It would seem that if a critical port was not open, the printer would not print from ANY operating system, not so? --doug
Le 12/09/2021 à 21:59, Douglas McGarrett a écrit :
line referring to a jetdirect port. There are a few lines that say Disable: Privacy Extensions; Proxy Use; Dynamic DNS; Epson Connect; Google Cloud Print. It would seem that if a critical port was not open, the printer would not print from ANY operating system, not so? --doug
it's just probably not jetdirect compatible... too bad :-(
jdd -- http://dodin.org
On 2021-09-11 4:14 p.m., Douglas McGarrett wrote:
Epson WP4530 once had a static IP. Perhaps now damaged by lightning in July. At any rate, nmap shows NO ip address for the printer, yet Windows 10 and Mint can write to it. How does that work?
Fire up Wireshark to see what's happening. Strictly speaking, it is possible to network without an IP address. At the lowest level, only a MAC address is needed. Way back in the Dark Ages, before IP became popular, Windows (and DOS & OS/2) used NetBIOS, which worked with MAC addresses. With IPv4, ARP is used to resolve IP addresses to MAC addresses. https://en.wikipedia.org/wiki/NetBIOS https://en.wikipedia.org/wiki/NetBIOS_Frames
Good Morning. In the Message; Subject : no ip address Message-ID : <e3f7495e-636c-4149-d3de-31763f872b79@optonline.net> Date & Time: Sat, 11 Sep 2021 16:14:58 -0400 [DM] == Douglas McGarrett <dmcgarrett@optonline.net> has written: DM> Perhaps now damaged by lightning in July. Is the Wifi lan chip still alive now? Regards. --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "Tim Cook, the C.E.O. of Apple, said earlier this year that he would not let his nephew join social networks. Bill Gates banned cellphone until his children were teenagers, and Melinda Gates wrote that she wished they had waited even longer. Steve Jobs would not let his young children near iPads." -- The New York Times --
On 9/12/2021 1:08 AM, Masaru Nomiya wrote:
Good Morning.
In the Message;
Subject : no ip address Message-ID : <e3f7495e-636c-4149-d3de-31763f872b79@optonline.net> Date & Time: Sat, 11 Sep 2021 16:14:58 -0400
[DM] == Douglas McGarrett <dmcgarrett@optonline.net> has written:
DM> Perhaps now damaged by lightning in July.
Is the Wifi lan chip still alive now?
Regards.
Everything on the lan is wired no wifi--doug --
The New York Times --
Hello, In the Message; Subject : Re: no ip address Message-ID : <37d3575a-df4a-7907-6931-84d137d35cbf@optonline.net> Date & Time: Sat, 11 Sep 2021 23:42:17 +0100 [DM] == Douglas McGarrett <dmcgarrett@optonline.net> has written: DM> On 9/12/2021 1:08 AM, Masaru Nomiya wrote: [...] DM>>> Perhaps now damaged by lightning in July. MN>> Is the Wifi lan chip still alive now? DM> Everything on the lan is wired no wifi If firewall works; 1. please show the result of # firewall-cmd --list-all When firewall not working; 1. # systemctl start firewalld.serice 2. then, please show the result of; # firewall-cmd --list-all Regards. --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "Three young men died for Rationalization. Yet, Margaret Bloody Thatcher LIVES!" 'Brassed Off'
On 2021-09-11 16:14, Douglas McGarrett wrote:
Epson WP4530 once had a static IP. Perhaps now damaged by lightning in July. At any rate, nmap shows NO ip address for the printer, yet Windows 10 and Mint can write to it. How does that work?
Are you asking what the IP address is or are you asking why W/10 and Mint have smarts that nmap/openSuse don't have? How are these all connected? Is this via a switch (possibly as part of your router) as the backbone device? Is it handing out addresses via DHCP? There is going to be some way to address the management function of the switch to get it to report what it thinks it has connected and why. Or, perhaps, there's a matter of a different subnet... -- “Reality is so complex, we must move away from dogma, whether it’s conspiracy theories or free-market,” -- James Glattfelder. http://jth.ch/jbg
On 9/12/2021 3:53 AM, Anton Aylward wrote:
On 2021-09-11 16:14, Douglas McGarrett wrote:
Epson WP4530 once had a static IP. Perhaps now damaged by lightning in July. At any rate, nmap shows NO ip address for the printer, yet Windows 10 and Mint can write to it. How does that work?
Are you asking what the IP address is or are you asking why W/10 and Mint have smarts that nmap/openSuse don't have?
I'm asking what the ip address is, and why I can't find out. However, I certainly do note that Windows and Mint and perhaps other systems have and why such basic needs cannot be met by a sophisticated system like OpenSUSE Leap. (The nmap claims to be the same on both systems.) I might not have found the Windows facility without having to go to that confusing system in order to print things! How are these all connected?
Is this via a switch (possibly as part of your router) as the backbone device? Is it handing out addresses via DHCP? There is going to be some way to address the management function of the switch to get it to report what it thinks it has connected and why. Right now, I have not set any static ips, altho the HP printer might have one: 192.168.0.103.
Or, perhaps, there's a matter of a different subnet... Everything is connected by cable on the lan thru a "D-LINK DIR-632 wireless N 8-port routerwith an unused wireless function. Description is off the 'net.
I'm not at all familiar with the details of the lan operation--I don't know what subnets might exist or why, or how to find them if they do. With regard to wireless operations: I have been wiring these kind of connections since about 1985 or so and I trust them more than wireless, especially since I have an S9 noise level on the low ham bands. Yes, I've been at this for a while now, since CPM, and now I'm an old man and maybe not as sharp as I should be. . . . --doug
On 12/09/2021 01.13, Douglas McGarrett wrote:
On 9/12/2021 3:53 AM, Anton Aylward wrote:
On 2021-09-11 16:14, Douglas McGarrett wrote:
Epson WP4530 once had a static IP. Perhaps now damaged by lightning in July. At any rate, nmap shows NO ip address for the printer, yet Windows 10 and Mint can write to it. How does that work?
Are you asking what the IP address is or are you asking why W/10 and Mint have smarts that nmap/openSuse don't have?
I'm asking what the ip address is, and why I can't find out. However, I certainly do note that Windows and Mint and perhaps other systems have and why such basic needs cannot be met by a sophisticated system like OpenSUSE Leap.
That we have already answered several times and how to avoid: mainly the firewall. ... -- Cheers / Saludos, Carlos E. R. (from oS Leap 15.2 x86_64 (Minas Tirith))
On 2021-09-11 7:13 p.m., Douglas McGarrett wrote:
I'm asking what the ip address is, and why I can't find out. However, I certainly do note that Windows and Mint and perhaps other systems have and why such basic needs cannot be met by a sophisticated system like OpenSUSE Leap. (The nmap claims to be the same on both systems.) I might not have found the Windows facility without having to go to that confusing system in order to print things!
Run Wireshark, filtering on the printer MAC address. You could also check the arp cache, after printing something.
On 9/12/21 8:28 AM, James Knott wrote:
On 2021-09-11 7:13 p.m., Douglas McGarrett wrote:
I'm asking what the ip address is, and why I can't find out. However, I certainly do note that Windows and Mint and perhaps other systems have and why such basic needs cannot be met by a sophisticated system like OpenSUSE Leap. (The nmap claims to be the same on both systems.) I might not have found the Windows facility without having to go to that confusing system in order to print things!
Run Wireshark, filtering on the printer MAC address. You could also check the arp cache, after printing something. I'd like to run Wireshark, but there is no package for Leap 15.3. This OS seems to be left out of a lot of apps, and I don't understand why! --doug
On 2021-09-12 1:38 p.m., Douglas McGarrett wrote:
I'd like to run Wireshark, but there is no package for Leap 15.3. This OS seems to be left out of a lot of apps, and I don't understand why!
Not true. Wireshark is in 15.3 in the main repository, and there have been 2 updates since release.
On 9/12/21 4:11 PM, Darryl Gregorash wrote:
On 2021-09-12 1:38 p.m., Douglas McGarrett wrote:
I'd like to run Wireshark, but there is no package for Leap 15.3. This OS seems to be left out of a lot of apps, and I don't understand why! Not true. Wireshark is in 15.3 in the main repository, and there have been 2 updates since release. zypper installed it, in spite of the Firefox entry that says there is no version for Leap 15.3. I don't know how to use it, and the instructions are many pages long. I entered the MAC address--now what? --doug
On 9/12/21 4:11 PM, Darryl Gregorash wrote:
On 2021-09-12 1:38 p.m., Douglas McGarrett wrote:
I'd like to run Wireshark, but there is no package for Leap 15.3. This OS seems to be left out of a lot of apps, and I don't understand why! Not true. Wireshark is in 15.3 in the main repository, and there have been 2 updates since release. Followup: entered the MAC address and got this message: "can't parse filter expression: syntax error" The actual MAC address is: A4:EE:57:73:CB:85 That's exactly what's shown on the printer status printout. --doug
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 El 2021-09-12 a las 15:38 -0400, Douglas McGarrett escribió:
On 9/12/21 8:28 AM, James Knott wrote:
On 2021-09-11 7:13 p.m., Douglas McGarrett wrote:
I'm asking what the ip address is, and why I can't find out. However, I certainly do note that Windows and Mint and perhaps other systems have and why such basic needs cannot be met by a sophisticated system like OpenSUSE Leap. (The nmap claims to be the same on both systems.) I might not have found the Windows facility without having to go to that confusing system in order to print things!
Run Wireshark, filtering on the printer MAC address. You could also check the arp cache, after printing something. I'd like to run Wireshark, but there is no package for Leap 15.3. This OS seems to be left out of a lot of apps, and I don't understand why!
Ignore wireshark. Seriously, don't. You don't have the knowledge to use it and we can't teach you, too complex. - -- Cheers Carlos E. R. (from openSUSE 15.2 (Legolas)) -----BEGIN PGP SIGNATURE----- iHoEARECADoWIQQZEb51mJKK1KpcU/W1MxgcbY1H1QUCYT5qiBwccm9iaW4ubGlz dGFzQHRlbGVmb25pY2EubmV0AAoJELUzGBxtjUfVh0YAnjkF1Rn34bRn3tsM+Qe2 Z5FJI3oLAJ9Mc1Zt4QiJT+2Ql75bffsdhSmSvQ== =2Zj/ -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 El 2021-09-12 a las 23:00 +0200, Carlos E. R. escribió:
El 2021-09-12 a las 15:38 -0400, Douglas McGarrett escribió:
On 9/12/21 8:28 AM, James Knott wrote:
On 2021-09-11 7:13 p.m., Douglas McGarrett wrote:
I'm asking what the ip address is, and why I can't find out. However, I certainly do note that Windows and Mint and perhaps other systems have and why such basic needs cannot be met by a sophisticated system like OpenSUSE Leap. (The nmap claims to be the same on both systems.) I might not have found the Windows facility without having to go to that confusing system in order to print things!
Run Wireshark, filtering on the printer MAC address. You could also check the arp cache, after printing something. I'd like to run Wireshark, but there is no package for Leap 15.3. This OS seems to be left out of a lot of apps, and I don't understand why!
Ignore wireshark. Seriously, don't.
You don't have the knowledge to use it and we can't teach you, too complex.
And you havve the information you need in that printer page. - -- Cheers Carlos E. R. (from openSUSE 15.2 (Legolas)) -----BEGIN PGP SIGNATURE----- iHoEARECADoWIQQZEb51mJKK1KpcU/W1MxgcbY1H1QUCYT5rWRwccm9iaW4ubGlz dGFzQHRlbGVmb25pY2EubmV0AAoJELUzGBxtjUfVCkoAn17YDhIfaMYIPHOrfDCN 8MHV2TIPAKCF4ywm0KMaE+J003wgY7Q/0C1Twg== =RoLa -----END PGP SIGNATURE-----
participants (8)
-
Anton Aylward
-
Carlos E. R.
-
Darryl Gregorash
-
Douglas McGarrett
-
James Knott
-
jdd@dodin.org
-
Masaru Nomiya
-
Patrick Shanahan