[glux] Accesso da piu' lan
Massimo Colombo
massimo.colombo@interbusiness.it
Fri, 14 Mar 2003 11:34:44 +0100
Alle 20:51, gioved=EC 13 marzo 2003, Davide Magatti ha scritto:
> Non =E8 bello ma cosi funziona.. (lo uso per attaccare il portatile in
> universit=E0), lo script lo lanci da root naturalmente...
>
>
> #!/bin/bash
> if test -z "$1";
> then
> echo "Insert your IP address";
> exit;
> fi
> IP_ADDRESS=3D$1
> NETMASK=3D#la netmask;
> GW=3D#il gateway;
> DNS1=3D#dns;
> DNS2=3D#dns;
>
>
> ifconfig $IP_ADDRESS
> route add default gw $GW
> echo "nameserver " $DNS1 >> /etc/resolv.conf
> echo "nameserver " $DNS2 >> /etc/resolv.conf
> echo DONE!
Ho risolto grazie a Ruggero.
Cmq grazie anche a te, le soluzioni erano molteplici.
=2D-=20
Alla prossima.
MAX