On 08/22/2018 04:06 PM, Bob Goodwin wrote:
> On 08/22/18 18:35, Rick Stevens wrote:
>> Of course it is. Port 0 is restricted. What you should FIRST do is:
>>
>>      ping 192.168.11.1
>>
>> to see if you can hit the Buffalo device. If you can, then try to browse
>> the device. Use one of the following URLs (they are 100% equivalent):
>>
>>      http://192.168.11.1
>>      http://192.168.11.1:80
>>
>> (the ":80" is assumed if not included for "http://"; URLs). Web sites
>> use port 80 by default.
>>
>> For sites that use SSL (as in "https://192.168.11.1";) the default
>> port is 443 and these two URLs are equivalent:
>>
>>      https://192.168.11.1
>>      https://192.168.11.1:443
>> ----------------------------------------------------------------------
>> - Rick Stevens
> .
> 
> Doing as you suggest, ping succeeds but Firefox still does not connect
> with or without the :80.

Ok, well, at least you can get to that network.

> Firefox can’t establish a connection to the server at 192.168.11.1.

Have you tried the https://192.168.11.1[:443] URL? Perhaps it's an
SSL/TLS connection.

You could also do something like "nmap -T4 -A -v 192.168.11.1" to
see which ports the machine is listening on. Look for lines like:

        Discovered open port <portnumber>/tcp on 192.168.11.1

----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, AllDigital    ri...@alldigital.com -
- AIM/Skype: therps2        ICQ: 226437340           Yahoo: origrps2 -
-                                                                    -
-  Diplomacy: The art of saying "Nice doggy!" until you can find a   -
-                            big enough rock.                        -
----------------------------------------------------------------------
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/NR4NUIIV5J3M6Z3JTCMPRGB4O5FIHUO7/

Reply via email to