Thanks Thanks:  0
Likes Likes:  0
Dislikes Dislikes:  0
Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Technician
    Join Date
    Mar 2011
    Location
    Nacogdoches, TX
    Posts
    18
    Rep Power
    27

    Sharp AR-M355N - Unable to access Web Settings via http://ip.address/

    Guys, Gals,

    I have a Sharp AR-M355N copies with the AR-FX12 fax expansion unit. In the past, I have been able to access the web interface, but now I can't. The network scanning works fine and I can ping the copier from the network. I can even ftp:// into the copier and see the /lp folder, but I cannot access the web settings with http://ip.address/ (in this case: http://192.168.7.20/ or just http://sharp/) (name resolution for sharp works fine on the network)

    I am a bit bewildered by not being able to access the web settings. (primarily I can't change address book entries for email/ftp address, and I can't set the ftp user/pw access credentials without it)

    Can I reset this somehow? I've turned the box on/off a number of times and I've changed the copier IP from dhcp to fixed IP and back. (dhcp server hands out 192.168.7.20 either way based on the copier MAC address)

    What say the experts?

  2. #2
    Senior Tech 100+ Posts sharpie's Avatar
    Join Date
    Feb 2011
    Location
    MI
    Posts
    171
    Rep Power
    30
    You can reset the NIC from the operation panel under the custom settings key in key operator mode. Access to the web interface does not require the HTTP:// before the ip address. Just clear the address bar completely and type the IP and it should allow you in.
    Last edited by sharpie; 03-04-2011 at 11:09 PM. Reason: misspelled word

  3. #3
    Technician
    Join Date
    Mar 2011
    Location
    Nacogdoches, TX
    Posts
    18
    Rep Power
    27
    Thanks Sharpie,

    I have reset the NIC on a number of occasions. The problem is with the copiers response to http requests. In this case, it is like there are NO web interface files on the copier.

    Do you know of anything that can be checked in admin key ops that would confirm if it is working? Maybe a sim code?

  4. #4
    Service Manager 1,000+ Posts bilyahn's Avatar
    Join Date
    Dec 2006
    Location
    Quincy, CA
    Posts
    1,433
    Rep Power
    54
    Sounds like you may have some type of network conflict. Under system settings go to list print, printer test page, nic page and you will get all of the setting information. Then I would unplug the copier and go to a computer and ping the address on the nic page and see what happens.

    Good luck.

    Bil

  5. #5
    Senior Tech 100+ Posts
    Join Date
    Sep 2010
    Posts
    147
    Rep Power
    30
    Maybe someone activated SSL.... Try login in using https://ip_adress/

  6. #6
    Trusted Tech 50+ Posts The Otrain's Avatar
    Join Date
    Apr 2008
    Location
    Fayetteville, NC
    Posts
    54
    Rep Power
    33
    Sounds like you have an IP conflict. Set the copier to DHCP/Dynamic and see what address it picks up. More than likely, something else on the network has taken the same IP that the Sharp was using earlier.

    EDIT: Just noticed that you said you did the DHCP thing already. Check the rest of the TCP/IP settings to see if anything else on the network has changed.

  7. #7
    Service Manager 1,000+ Posts igi's Avatar
    Join Date
    Apr 2009
    Location
    ATLANTIS
    Posts
    1,507
    Rep Power
    51
    hi
    maybe new anti-virus been installed or fire wall settings been changed
    ta

  8. #8
    Technician
    Join Date
    Jan 2011
    Location
    Bergen
    Posts
    12
    Rep Power
    27
    To rule out firewall etc I occasionally use a Cat5 crossover cable from my laptop and connect it directly to the MFP. If you type in the static IP on your MFP an manually set your computer to another IP in the same range it should work.
    If you can't see the web page, there must be something wrong with the NIC. Maybe next step is to upgrade firmware on NIC (if possible)
    Most new laptop network cards have a crossover switch, so a standard Cat5 cable could work...

  9. #9
    Technician
    Join Date
    Mar 2011
    Location
    Nacogdoches, TX
    Posts
    18
    Rep Power
    27
    Quote Originally Posted by bilyahn View Post
    Sounds like you may have some type of network conflict. Under system settings go to list print, printer test page, nic page and you will get all of the setting information. Then I would unplug the copier and go to a computer and ping the address on the nic page and see what happens.

    Good luck.

    Bil
    Hmm...

    Bil,

    That seems like what is occurring and what makes sense. For the life of me, I don't know how the conflict could occur, but the symptoms are right on the money. The dhcp server running on the network has a check to make sure the copier is the only device that can receive that IP:

    # we want the copier/scanner to appear at a fixed address
    host sharp {
    hardware ethernet 08:00:1F:1F:C0:9D;
    fixed-address 192.168.7.20;
    }

    Scanning from the copier to the network confirms that the copier 'sharp' does indeed have the IP 192.168.7.20:

    Mon Mar 7 14:25:07 2011 [pid 2] CONNECT: Client "192.168.7.20"
    Mon Mar 7 14:25:07 2011 [pid 1] [davidg] OK LOGIN: Client "192.168.7.20"
    Mon Mar 7 14:25:09 2011 [pid 3] [davidg] OK UPLOAD: Client "192.168.7.20", "/home/samba/scans/david_20110307_145244.pdf", 54011 bytes, 22.89Kbyte/sec

    However, there is still no web setting access to the copier with http or https:

    [14:29 phoenix:/var/log] # lynx -dump http://192.168.7.20

    Looking up 192.168.7.20
    Making HTTP connection to 192.168.7.20
    Alert!: Unable to connect to remote host.

    lynx: Can't access startfile http://192.168.7.20/

    [14:31 phoenix:/var/log] # lynx -dump https://192.168.7.20

    Looking up 192.168.7.20
    Making HTTPS connection to 192.168.7.20
    Alert!: Unable to connect to remote host.

    lynx: Can't access startfile https://192.168.7.20/

    Howerver, I can ftp:// into the copier just fine:

    [14:32 phoenix:/var/log] # ftp 192.168.7.20
    Connected to 192.168.7.20.
    220 SHARP AR-M355N Ver 01.00.14 FTP server.
    Name (192.168.7.20:david): admin
    331 Password required.
    Password:
    230 User Logged in.
    Remote system type is JC-CONNECT.
    ftp> dir
    200 PORT command Ok.
    150 Open data connection.
    total 0
    d-w--w--w- 1 nobody nobody 0 Jan 1 1970 lp
    226 Data connection closed.

    So at least I know ftp is working to the JC-CONNECT part of the copier (whatever that is JetConnect something??)

    I guess that only leaves some weird network conflict or http redirection that prevent me talking to the copier via http. I'll try shutting down servers and giving it another go.

    If anybody else has thoughts on this, please do not hesitate to chime in. I'll try anything at this point

  10. #10
    Technician
    Join Date
    Mar 2011
    Location
    Nacogdoches, TX
    Posts
    18
    Rep Power
    27
    SOLVED!

    No Conflict. Some nut had moved the http port to a high port (6658). So access to the web server was http://192.168.7.20:6658/

    Sheesh...

    Thank everyone for their input. It was indeed a bizarre issue :-)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Get the Android App
click or scan for the Copytechnet Mobile App

-= -= -= -= -=


IDrive Remote Backup

Lunarpages Internet Solutions

Advertise on Copytechnet

Your Link Here