 |
 |
Wow, I Can Access My Print Server After All
|
 |
|
 |
|
Mac Elite
Join Date: Nov 2003
Location: Rockville, MD
Status:
Offline
|
|
I was all mopey that I couldn't access my HP JetDirect 130X print server with my Macintosh. Typing the print server's IP address into Safari or any other browser yielded a distressing "Macintosh OS is not supported to run this application" error. I found myself very unhappy with the thought that I'd have to borrow a WinTel doorstop whenever I wanted to reconfigure the blasted thing!
I'm surely no UNIX expert; nevertheless, it occurred to me, "Why not try the Terminal?" Noting that the print server's IP was 192.168.2.101, I opened up Terminal and typed:
Code:
telnet 192.168.2.101
And it worked! There's a whole very clean interface for doing everything I need to do right there. Hooray! I guess the HP manuals were written long before OS X came on the scene. I'm psyched!
(Last edited by selowitch; Jan 26, 2005 at 12:31 PM.
)
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Feb 2003
Location: Mt. Ararat, chillin' with Noah in the Ark's broken hull.
Status:
Offline
|
|
why not just switch your browser's user agent ID?
|
All-seeing and all-knowing since 2000 B.C.
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Nov 2003
Location: Rockville, MD
Status:
Offline
|
|
Originally posted by The Oracle:
why not just switch your browser's user agent ID?
Would that work? If so, sure, why not? But I like this method because it's fast and easy. I'm not sure how one would change the User Agent ID. Perhaps that's a topic for another thread.
(Last edited by selowitch; Jan 26, 2005 at 12:33 PM.
)
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: May 2004
Status:
Offline
|
|
Originally posted by selowitch:
I'm surely no UNIX expert; nevertheless, it occurred to me, "Why not try the Terminal?" Noting that the print server's IP was 192.168.2.101, I opened up Terminal and typed:
Code:
telnet 192.168.2.101
And it worked! There's a whole very clean interface for doing everything I need to do right there. Hooray! I guess the HP manuals were written long before OS X came on the scene. I'm psyched!
When you typed the address into Safari, it would try and connect to port 80 (HTTP) by default. Telnet defaults to port 23 (TELNET).
That's the reason why it worked using the terminal.
|
╭1.5GHz G4 15" PB, 2.0GB RAM, 128MB VRAM, 100GB 7200rpm HD, AEBS, BT kbd
╰2.0GHz T2500 20" iMac, 1.5GB RAM, 128MB VRAM, 250GB 7200rpm HD
http://www.DogLikeNature.com/
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Nov 2003
Location: Rockville, MD
Status:
Offline
|
|
Originally posted by Dog Like Nature:
When you typed the address into Safari, it would try and connect to port 80 (HTTP) by default. Telnet defaults to port 23 (TELNET).
That's the reason why it worked using the terminal.
So if I typed:
Code:
telnet://192.168.0.101:23
in Safari, would that work equally well?
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Enthusiast
Join Date: Jan 1999
Location: Marietta, GA, USA
Status:
Offline
|
|
Probably not. I don't think Safari supports Telnet. The printer has a web interface or you wouldn't have gotten a message like that. Type this into the terminal:
defaults write com.apple.Safari IncludeDebugMenu 1
...and then restart Safari. From the newly added Debug menu, select a different user agent. More info here:
http://www.macosxhints.com/article.p...40319224845605
-Scott
|
Scott Genevish
scott AT genevish DOT org
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|