Re: [EMAIL PROTECTED] missing LAN tools

2008-09-23 Thread Christian Weßel
Am Dienstag, den 23.09.2008, 13:53 +1000 schrieb Ian:
...
 I'm sure you've already done this, but just in case have you set your
 computer to act as a gateway to the FR? It needs packet forwarding
 enabled under /proc/sys/net/ipv4/ip_forward as well as iptables set up
 correctly. Personally I use an iptables frontend called firehol to
 simplify this.
 My /etc/firehol/firehol.conf looks like (this is on my laptop, not the FR):
...

I did sysctl -w net.ipv4.ip_forward=1 again and now it is working.

But from where can I get LAN tools for [EMAIL PROTECTED] In which package I
will find it?
-- 

mfg/br, christian

Flurstraße 14
29640 Schneverdingen
Germany

E-Mail: [EMAIL PROTECTED]
Telefon: +49 5193 97 14 95
Mobile:  +49 171 357 59 57
http://wesselch.homelinux.org


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [EMAIL PROTECTED] missing LAN tools

2008-09-23 Thread Neil Jerram
2008/9/23 Christian Weßel [EMAIL PROTECTED]:

 But from where can I get LAN tools for [EMAIL PROTECTED] In which package I
 will find it?

ping is in inetutils-ping.

Neil

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [EMAIL PROTECTED] missing LAN tools

2008-09-23 Thread arne anka
 But from where can I get LAN tools for [EMAIL PROTECTED] In which package I
 will find it?

if you use debian on your pc, use apt-file. else see

http://www.debian.org/distrib/packages#search_contents

the bottommost form.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [EMAIL PROTECTED] missing LAN tools

2008-09-22 Thread Christian Weßel
But how can I install the network tools, if I don't get contact to a
repository?

I checked the resolv.conf

 debian-gta02:~# cat /etc/resolv.conf 
 nameserver 212.6.108.140

It is the same as before. And it is a valid DNS server.

Without network tools I am not able to check my FR network and therefore i 
can't install any further SW.


christian

Am Sonntag, den 21.09.2008, 20:08 +0200 schrieb Fox Mulder:
 In my debian installation were no ping, traceroute and nslookup
 preinstalled. Everything needs to be installed after installation like
 many other nice things.
 I would suggest that you take a look at your resolv.conf because it
 seems that your name resolving doesn't work.
 Try adding a working dns and test it again.
 
 Ciao,
  Rainer
-- 

mfg/br, christian weßel

Flurstraße 14
29640 Schneverdingen
Germany

E-Mail: [EMAIL PROTECTED]
Telefon: +49 5193 97 14 95
Mobile:  +49 171 357 59 57
http://wesselch.homelinux.org


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [EMAIL PROTECTED] missing LAN tools

2008-09-22 Thread Christian Weßel
Am Montag, den 22.09.2008, 09:37 -0400 schrieb Jim Ancona:
 If you can ssh to it, but you can't connect outbound, that usually means 
 that you don't have the default gateway set properly. If you are using 
 USB, try:
 
 route del default gw 192.168.0.200
 route add default gw 192.168.0.200

I have successfull access with ssh, I set a new pw as recommended. No
problems, also after reboot.
I checked the /etc/network/interfaces:

 # Ethernet/RNDIS gadget (g_ether)
 # ... or on host side, usbnet and random hwaddr
 auto usb0
 iface usb0 inet static
 address 192.168.0.202
 netmask 255.255.255.0
 network 192.168.0.0
 gateway 192.168.0.200
 up echo nameserver 212.6.108.140/etc/resolv.conf

I figure that's fine.

An attemt of update results:

 debian-gta02:~# apt-get update
 0% [Connecting to pkg-fso.alioth.debian.org] [Connecting to 
 ftp2.de.debian.org]
 debian-gta02:~# apt-get update
 Err http://ftp2.de.debian.org unstable Release.gpg
  
   Temporary failure resolving 'ftp2.de.debian.org'
 Err http://pkg-fso.alioth.debian.org sid Release.gpg  
  
   Temporary failure resolving 'pkg-fso.alioth.debian.org'
 Err http://ftp2.de.debian.org experimental Release.gpg
  
   Temporary failure resolving 'ftp2.de.debian.org'
 Err http://pkg-fso.alioth.debian.org unstable Release.gpg 
  
   Temporary failure resolving 'pkg-fso.alioth.debian.org'
 Reading package lists... Done   
 W: Failed to fetch 
 http://pkg-fso.alioth.debian.org/debian/dists/sid/Release.gpg  Temporary 
 failure resolving 'pkg-fso.alioth.debian.org'
 
 W: Failed to fetch 
 http://ftp2.de.debian.org/debian/dists/unstable/Release.gpg  Temporary 
 failure resolving 'ftp2.de.debian.org'
 
 W: Failed to fetch 
 http://ftp2.de.debian.org/debian/dists/experimental/Release.gpg  Temporary 
 failure resolving 'ftp2.de.debian.org'
 
 W: Failed to fetch 
 http://pkg-fso.alioth.debian.org/debian/dists/unstable/Release.gpg  Temporary 
 failure resolving 'pkg-fso.alioth.debian.org'
 
 W: Some index files failed to download, they have been ignored, or old ones 
 used instead.
 W: You may want to run apt-get update to correct these problems

HAHA, yes I want, but I can't.

Does anyone has an idea?
-- 

mfg/br, christian weßel

Flurstraße 14
29640 Schneverdingen
Germany

E-Mail: [EMAIL PROTECTED]
Telefon: +49 5193 97 14 95
Mobile:  +49 171 357 59 57
http://wesselch.homelinux.org


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [EMAIL PROTECTED] missing LAN tools

2008-09-22 Thread Ian
On Tue, Sep 23, 2008 at 3:48 AM, Christian Weßel [EMAIL PROTECTED] wrote:
 Am Montag, den 22.09.2008, 09:37 -0400 schrieb Jim Ancona:
 If you can ssh to it, but you can't connect outbound, that usually means
 that you don't have the default gateway set properly. If you are using
 USB, try:

 route del default gw 192.168.0.200
 route add default gw 192.168.0.200

 I have successfull access with ssh, I set a new pw as recommended. No
 problems, also after reboot.
 I checked the /etc/network/interfaces:

 # Ethernet/RNDIS gadget (g_ether)
 # ... or on host side, usbnet and random hwaddr
 auto usb0
 iface usb0 inet static
 address 192.168.0.202
 netmask 255.255.255.0
 network 192.168.0.0
 gateway 192.168.0.200
 up echo nameserver 212.6.108.140/etc/resolv.conf

 I figure that's fine.

 An attemt of update results:

 debian-gta02:~# apt-get update
 0% [Connecting to pkg-fso.alioth.debian.org] [Connecting to 
 ftp2.de.debian.org]
 debian-gta02:~# apt-get update
 Err http://ftp2.de.debian.org unstable Release.gpg
   Temporary failure resolving 'ftp2.de.debian.org'
 Err http://pkg-fso.alioth.debian.org sid Release.gpg
   Temporary failure resolving 'pkg-fso.alioth.debian.org'
 Err http://ftp2.de.debian.org experimental Release.gpg
   Temporary failure resolving 'ftp2.de.debian.org'
 Err http://pkg-fso.alioth.debian.org unstable Release.gpg
   Temporary failure resolving 'pkg-fso.alioth.debian.org'
 Reading package lists... Done
 W: Failed to fetch 
 http://pkg-fso.alioth.debian.org/debian/dists/sid/Release.gpg  Temporary 
 failure resolving 'pkg-fso.alioth.debian.org'

 W: Failed to fetch 
 http://ftp2.de.debian.org/debian/dists/unstable/Release.gpg  Temporary 
 failure resolving 'ftp2.de.debian.org'

 W: Failed to fetch 
 http://ftp2.de.debian.org/debian/dists/experimental/Release.gpg  Temporary 
 failure resolving 'ftp2.de.debian.org'

 W: Failed to fetch 
 http://pkg-fso.alioth.debian.org/debian/dists/unstable/Release.gpg  
 Temporary failure resolving 'pkg-fso.alioth.debian.org'

 W: Some index files failed to download, they have been ignored, or old ones 
 used instead.
 W: You may want to run apt-get update to correct these problems

 HAHA, yes I want, but I can't.

 Does anyone has an idea?
 --

 mfg/br, christian weßel

 Flurstraße 14
 29640 Schneverdingen
 Germany

 E-Mail: [EMAIL PROTECTED]
 Telefon: +49 5193 97 14 95
 Mobile:  +49 171 357 59 57
 http://wesselch.homelinux.org

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community




I'm sure you've already done this, but just in case have you set your
computer to act as a gateway to the FR? It needs packet forwarding
enabled under /proc/sys/net/ipv4/ip_forward as well as iptables set up
correctly. Personally I use an iptables frontend called firehol to
simplify this.
My /etc/firehol/firehol.conf looks like (this is on my laptop, not the FR):

#always needed for firehol
version 5

#Don't let anything in from the Internet that I didn't request
interface ppp+ internet src not $UNROUTABLE_IPS
  protection strong
  client all accept

# Accept all client traffic on any other interface and allow incoming SSH
interface any world src not $RESERVED_IPS
  server ssh accept
  client all accept

#Forward packets from usb network with NAT
router usbnet inface usb0 outface any
  masquerade
  route all accept



Cheers,
-Ian



-- 
http://darkstarshout.blogspot.com/
--
On the day *I* go to work for Microsoft, faint oinking sounds will be
heard from far overhead, the moon will not merely turn blue but
develop polkadots, and hell will freeze over so solid the brimstone
will go superconductive.
 -- Erik Raymond, 2005
--
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[EMAIL PROTECTED] missing LAN tools

2008-09-21 Thread Christian Weßel
Hello,

I have installed Debian successfull on my FR. Now I try to install
further SW.

But I get allways 

 debian-gta02:/# apt-get install tangogps
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 Recommended packages:
   gpsd
 The following NEW packages will be installed:
   tangogps
 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
 Need to get 111kB of archives.
 After this operation, 377kB of additional disk space will be used.
 Err http://ftp2.de.debian.org unstable/main tangogps 0.9.3-1
   Temporary failure resolving 'ftp2.de.debian.org'
 Failed to fetch 
 http://ftp2.de.debian.org/debian/pool/main/t/tangogps/tangogps_0.9.3-1_armel.deb
   Temporary failure resolving 'ftp2.de.debian.org'
 E: Unable to fetch some archives, maybe run apt-get update or try with 
 --fix-missing?

I checked my FW (iptables) but it looks like before.

Then I tried to ping my DNS server address and I tried to resolve a DNS name. 
Both occured the same message:

 debian-gta02:/# ping 212.6.108.140
 -bash: ping: command not found
 debian-gta02:/# nslookup ftp2.de.debian.org
 -bash: nslookup: command not found

Are there no network tools (ping, nslookup, traceroute, etc.) installed?

 debian-gta02:/# find /|grep nslookup

... results nothing.
-- 

mfg/br, christian

Flurstraße 14
29640 Schneverdingen
Germany

E-Mail: [EMAIL PROTECTED]
Telefon: +49 5193 97 14 95
Mobile:  +49 171 357 59 57
http://wesselch.homelinux.org


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [EMAIL PROTECTED] missing LAN tools

2008-09-21 Thread Fox Mulder
In my debian installation were no ping, traceroute and nslookup
preinstalled. Everything needs to be installed after installation like
many other nice things.
I would suggest that you take a look at your resolv.conf because it
seems that your name resolving doesn't work.
Try adding a working dns and test it again.

Ciao,
 Rainer

Christian Weßel wrote:
 Hello,
 
 I have installed Debian successfull on my FR. Now I try to install
 further SW.
 
 But I get allways 
 
 debian-gta02:/# apt-get install tangogps
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 Recommended packages:
   gpsd
 The following NEW packages will be installed:
   tangogps
 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
 Need to get 111kB of archives.
 After this operation, 377kB of additional disk space will be used.
 Err http://ftp2.de.debian.org unstable/main tangogps 0.9.3-1
   Temporary failure resolving 'ftp2.de.debian.org'
 Failed to fetch 
 http://ftp2.de.debian.org/debian/pool/main/t/tangogps/tangogps_0.9.3-1_armel.deb
   Temporary failure resolving 'ftp2.de.debian.org'
 E: Unable to fetch some archives, maybe run apt-get update or try with 
 --fix-missing?
 
 I checked my FW (iptables) but it looks like before.
 
 Then I tried to ping my DNS server address and I tried to resolve a DNS name. 
 Both occured the same message:
 
 debian-gta02:/# ping 212.6.108.140
 -bash: ping: command not found
 debian-gta02:/# nslookup ftp2.de.debian.org
 -bash: nslookup: command not found
 
 Are there no network tools (ping, nslookup, traceroute, etc.) installed?
 
 debian-gta02:/# find /|grep nslookup
 
 ... results nothing.
 
 
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community