<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.8.5">
</HEAD>
<BODY>
Thanks for the feedback. Now I have the IP address, but still no connection to the freedombox.<BR>
I started Iceweasel without add-ins to make sure any of them does not interfere.<BR>
Going to the IP-Address gives a <BR>
"Unable to connect<BR>
<BR>
Iceweasel can't establish a connection to the server at <my-IP-Address>.<BR>
<BR>
    The site could be temporarily unavailable or too busy. Try again in a few moments.<BR>
    If you are unable to load any pages, check your computer's network connection.<BR>
    If your computer or network is protected by a firewall or proxy, make sure that Iceweasel is permitted to access the Web."<BR>
<BR>
Maybe this gives a clue:<BR>
$ nmap -p 80 --open -sV --system-dns 192.168.2.0/24<BR>
<BR>
Starting Nmap 6.47 ( <A HREF="http://nmap.org/">http://nmap.org</A> ) at 2015-11-25 18:52 CET<BR>
Nmap scan report for speedport.ip (<my-IP-Address>)<BR>
Host is up (0.0020s latency).<BR>
PORT   STATE SERVICE VERSION<BR>
80/tcp open  http    Apache httpd<BR>
<BR>
Service detection performed. Please report any incorrect results at <A HREF="http://nmap.org/submit/">http://nmap.org/submit/</A> .<BR>
Nmap done: 256 IP addresses (2 hosts up) scanned in 8.69 seconds<BR>
<BR>
So it finds something, is it just my router it finds? <BR>
Interestingly, as sudo it says "3 hosts up".<BR>
<BR>
My configuration is in a star, i.e. the freedombox (sid) is connected via LAN to the router and the other PC (Jessie) via WLAN to that router. <BR>
Could it be my router is blocking something?<BR>
How can I detect, if the necessary services are running on the freedombox?<BR>
<BR>
EDIT: I just found out I can do an SSH to the freedombox:<BR>
$ ssh <A HREF="mailto:fbx@192.168.2.113">fbx@<IPADDRESS></A><BR>
The authenticity of host '<A HREF="mailto:fbx@192.168.2.113"><IPADDRESS></A> (<A HREF="mailto:fbx@192.168.2.113"><IPADDRESS></A>)' can't be established.<BR>
ECDSA key fingerprint is <hex-code>.<BR>
Are you sure you want to continue connecting (yes/no)? y<BR>
Please type 'yes' or 'no': yes<BR>
Warning: Permanently added '<A HREF="mailto:fbx@192.168.2.113"><IPADDRESS></A>' (ECDSA) to the list of known hosts.<BR>
<BR>
And then I'm in.<BR>
But how do I get to Plinth? Is this Iceweasel blocking something?<BR>
<BR>
Thanks again<BR>
   Dietmar<BR>
<BR>
PS: sorry Sunil for sending to your mail address instead of to the list<BR>
<BR>
Am Dienstag, den 24.11.2015, 08:01 +0530 schrieb Sunil Mohan Adapa:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On 11/24/2015 12:32 AM, ndcd wrote:
<FONT COLOR="#737373">> I want to give freedom box a trial. For this I am using an old laptop</FONT>
<FONT COLOR="#737373">> with ethernet and WLAN connection and installed first sid then</FONT>
<FONT COLOR="#737373">> freedombox according to the manual. setup was run of course.</FONT>
<FONT COLOR="#737373">> Now, according to the "Quick Start" I should be able to connect (from a</FONT>
<FONT COLOR="#737373">> 2nd laptop in the same local network) to the new freedombox.</FONT>
<FONT COLOR="#737373">> <A HREF="http://freedombox.local/">http://freedombox.local/</A> gives "server not found"</FONT>
<FONT COLOR="#737373">> and</FONT>
<FONT COLOR="#737373">> nmap -p 80 --open -sV 192.168.0.0/24</FONT>
<FONT COLOR="#737373">> Starting Nmap 6.47 ( <A HREF="http://nmap.org">http://nmap.org</A> ) at 2015-11-23 19:55 CET</FONT>
<FONT COLOR="#737373">> Nmap done: 256 IP addresses (0 hosts up) scanned in 104.30 seconds</FONT>
<FONT COLOR="#737373">></FONT>
<FONT COLOR="#737373">> Internet connection is active as I can do an apt-get update.</FONT>
<FONT COLOR="#737373">> What did I miss?</FONT>
<FONT COLOR="#737373">></FONT>

This step is merely to find out the IP address the FreedomBox machine.
The documentation is wrong is assuming that it will be in the
192.168.0.0 range always.  It could be any of the other ranges such as
192.168.1.0.  In your case, it is certainly not 192.168.0.0.

If you are logged into FreedomBox machine, you can find out the IP
address directly by typing 'ip addr list'.  Then connect to http://<ip
address>/.

Further more, I hope you have followed the instructions in
<A HREF="https://wiki.debian.org/FreedomBox/Hardware/Debian">https://wiki.debian.org/FreedomBox/Hardware/Debian</A> .  Pay particular
attention to the troubleshooting item 2.

</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>