<div dir="ltr"><div class="gmail_default" style="font-size:large">I assume you can at least log in?  If so, using 'ifconfig' will show you all available connections, from the Freedombox side.  Although I've installed the latest Debian software, I have NOT added the 'Freedombox' configuration to mine yet. Although, I use the Dreamplug for my system, I'm still dealing with HDD drives for it and the output here is from my Ubuntu flavor of Debian.  Hopefully I've assisted.?...  And I'm not to technically out of it.<br><br>There are at least a number of items that you can check.<br><br></div><div class="gmail_default" style="font-size:large">1.) use 'ifconfig' or any similar piece of software to locate ip address.<br></div><div class="gmail_default" style="font-size:large">2.) 'ifconfig' will also show you the netmask, although usually not your kind of problem.<br></div><div class="gmail_default" style="font-size:large">3.) 'cat /etc/resolv.conf' and see what's in it.<br></div><div class="gmail_default" style="font-size:large">4.) I don't know if you have tried to 'ping' your router as you should be (hardware wise) connected.<br></div><div class="gmail_default" style="font-size:large">    My router is on 192.168.1.1 as an example and is my default 'gateway' to the Internet.<br></div><div class="gmail_default" style="font-size:large">5.) The last is your ip routing.  I have to look it up with 'man ip' from a terminal window as I've only found it a couple of times to be the problem.  So go to here and use Google.com as a reference for many of your questions.  And the IRC #Freedombox, to chat about problems, on-line.<br></div><div class="gmail_default" style="font-size:large"><br></div><div class="gmail_default" style="font-size:large">here is my resolv.conf:<br><br>-------------------------------------------------<br><br>jack@Kilo:~$ cat /etc/resolv.conf<br># Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)<br>#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN<br>nameserver 127.0.1.1<br>nameserver 192.168.1.65<br>nameserver 208.67.222.222<br>nameserver 208.67.220.220<br><br>          -----<br></div><div class="gmail_default" style="font-size:large">These are added automatically, but sometimes I've found them with only the localhost defined in them. This file is overwritten on boot so these need to be checked.  Maybe someone knows off hand where to put these, as I can' remember except something /etc/resovconf directory. The last three are put in by me.  These are the DNS servers that are defined and their search order.  Your network may be missing this and therefore cannot resolve things like '<a href="http://www.google.com">www.google.com</a>'.  One way to see what's happening is to use, if available, 'dig' or 'nslookup' to see what returned.<br></div><div class="gmail_default" style="font-size:large">On my lan, I have a local DNS server, the 192.168.1.65 is my home DNS server.  Here is output from 'dig'<br><br>---------<br><br>jack@Kilo:/$ dig cheetah.kilo.kat<br>; <<>> DiG 9.9.5-3ubuntu0.4-Ubuntu <<>> cheetah.kilo.kat<br>;; global options: +cmd<br>;; Got answer:<br>;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42924<br>;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1<br><br>;; OPT PSEUDOSECTION:<br>; EDNS: version: 0, flags:; udp: 4096<br>;; QUESTION SECTION:<br>;cheetah.kilo.kat.        IN    A<br><br>;; ANSWER SECTION:<br>cheetah.kilo.kat.    604800    IN    A    192.168.1.65<br><br>;; AUTHORITY SECTION:<br>kilo.kat.        604800    IN    NS    cheetah.kilo.kat.<br><br>;; Query time: 0 msec<br>;; SERVER: 127.0.1.1#53(127.0.1.1)<br>;; WHEN: Thu Nov 26 02:32:09 MST 2015<br>;; MSG SIZE  rcvd: 75<br><br>jack@Kilo:/$<br><br>-------<br><br></div><div class="gmail_default" style="font-size:large">Quickly, the line with the answer showing query, status ("NOERROR"), and the answer (1) and authority (also 1), both answer and authority came from my DNS server.  You can also try it on anything that needs 'resolving' so to speak.<br></div><div class="gmail_default" style="font-size:large"><br></div><div class="gmail_default" style="font-size:large">-------<br><br></div><div class="gmail_default" style="font-size:large">Hope this helps.  At least it gives something to try...<br><br></div><div class="gmail_default" style="font-size:large">Jack<br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 25, 2015 at 12:22 PM, ndcd <span dir="ltr"><<a href="mailto:ndcdhimdsa@gmx.de" target="_blank">ndcdhimdsa@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>


  
  

<div>
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 <a href="http://192.168.2.0/24" target="_blank">192.168.2.0/24</a><br>
<br>
Starting Nmap 6.47 ( <a href="http://nmap.org/" target="_blank">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/" target="_blank">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" target="_blank">fbx@<IPADDRESS></a><br>
The authenticity of host '<a href="mailto:fbx@192.168.2.113" target="_blank"><IPADDRESS></a> (<a href="mailto:fbx@192.168.2.113" target="_blank"><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" target="_blank"><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<span class=""><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/" target="_blank">http://freedombox.local/</a> gives "server not found"</font>
<font color="#737373">> and</font>
<font color="#737373">> nmap -p 80 --open -sV <a href="http://192.168.0.0/24" target="_blank">192.168.0.0/24</a></font>
<font color="#737373">> Starting Nmap 6.47 ( <a href="http://nmap.org" target="_blank">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" target="_blank">https://wiki.debian.org/FreedomBox/Hardware/Debian</a> .  Pay particular
attention to the troubleshooting item 2.

</pre>
</blockquote>
</span></div>

<br>_______________________________________________<br>
Freedombox-discuss mailing list<br>
<a href="mailto:Freedombox-discuss@lists.alioth.debian.org">Freedombox-discuss@lists.alioth.debian.org</a><br>
<a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss" rel="noreferrer" target="_blank">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss</a><br></blockquote></div><br></div>