nameresolution does not work
Markus Fischer
mail at flyingfischer.ch
Sun Oct 14 17:11:02 CEST 2007
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:/usr/bin:/bin:/usr/X11R6/bin)
which: no dnrd in
(/usr/kerberos/sbin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/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