nameresolution does not work [kind of resolved]

Markus Fischer info at flyingfischer.ch
Sun Oct 14 17:42:49 CEST 2007


Hi

I kind of resolved the problem by entering in a root console the following 
command:

/usr/local/sbin/dnrd -a 192.168.0.200 -s192.168.10.1 -u 
flyingfischer -d3 -moff

resulting in a running dnrd instance and the Neo being able to set of a ping 
like www.google.com

Something with the script seems to be wrong for my system (Fedora 5).

I will now update my Neo!

Thanks for all the help!

Markus

Am Sonntag, 14. Oktober 2007 17:16 schrieb Markus Fischer:
> Thanks Stanislav
>
> I did try this script too.  Seems there is a problem with my dnrd
> installation.
>
> First had to change the following lines from the script:
>
> from
>
> IFCONFIG=`which ifconfig`
> DNRD=`which dnrd`
> IPTABLES='which iptables'
> ROUTE='/sbin/route'
>
> which gave me:
> # ./gta01.sh
> which: no ifconfig in
> (/usr/kerberos/sbin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/u
>sr /bin:/bin:/usr/X11R6/bin) which: no dnrd in
> (/usr/kerberos/sbin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/u
>sr /bin:/bin:/usr/X11R6/bin) ./gta01.sh: line 75: usb0: command not found
> SIOCADDRT: Die Datei existiert bereits
> ./gta01.sh: line 77: iptables: command not found
> ./gta01.sh: line 79: iptables: command not found
> ./gta01.sh: line 97: -a: command not found
>
> to
>
> IFCONFIG=`/sbin/ifconfig`
> DNRD=`/usr/local/sbin/dnrd`
> IPTABLES='/sbin/iptables'
> ROUTE='/sbin/route'
>
> giving me:
> # ./gta01.sh
> getpwnam: Success
> ERROR: Could not become "dnrd" user. Please create the user account or
>  specify a valid user with  the -u option.
> ./gta01.sh: line 75: eth1: command not found
> SIOCADDRT: Die Datei existiert bereits (file already exists)
> ./gta01.sh: line 97: -a: command not found
>
> But afterwards I am still stuck...
>
> Am Sonntag, 14. Oktober 2007 16:46 schrieb Stanislav Karchebny:
> > On Sunday 14 October 2007 17:20:58 Markus Fischer wrote:
> > > ...hmm
> > >
> > > seems to be empty both on the laptop and the Neo.
> > >
> > > Thanks Markus
> >
> > There's a gta01 script on the wiki somewhere, which sets up usb
> > networking and dns proxy, all works here nicely. I've attached the script
> > just in case. You'll need to install dnrd for it to work (pretty easy).
>
> --
> Markus Fischer
> Dänikerstrasse 7
> CH-4653 Obergösgen
>
> Fon +41 (0)62 296 12 82
> Fax +41 (0)62 557 82 82
>
> http://www.flyingfischer.ch
>
> -------------------------------------------------------



More information about the device-owners mailing list