Post by Rodolfo MedinaPost by UnruhPost by Rodolfo Medina...and the file /etc/resolv.conf is automatically changed by the system: how
can I avoid this?
What system?
Gnu Linux Debian Etch.
Post by UnruhAnd to what is it changed?
nameserver 193.70.152.25
nameserver 193.70.192.25
nameserver 10.11.12.13
nameserver 10.11.12.14
Now I can browse, this way: I connect to internet, then I do:
# route del default
# route add default gw 10.64.64.64
, and edit /etc/resolv.conf as above.
But this procedure must be done again every time. It that all right, shall I
automate it with a script, or am I missing anything? Besides, the connection
turns out to be much slower than it should be (than it is in MS Windows,
e.g.).
This is /etc/chatscript/momo:
ABORT BUSY
ABORT 'NO CARRIER'
ABORT VOICE
ABORT 'NO DIALTONE'
ABORT 'NO DIAL TONE'
ABORT 'NO ANSWER'
ABORT DELAYED
'' ATZ
OK-AT-OK AT+CGDCONT=1,"IP","internet.wind"
OK-AT-OK AT+CGQREQ=1,2,4,3,6,31
OK-AT-OK AT+CGQMIN=1,2,4,3,6,31
OK-AT-OK AT+CGATT=1 OK-AT-OK ATD*99#
CONNECT ''
, and here is /etc/ppp/peers/momo:
hide-password
noauth
connect "/usr/sbin/chat -v -s -f /etc/chatscripts/momo"
debug
-crtscts
/dev/ttyUSB0
57600
defaultroute
noipdefault
remotename momo
ipparam momo
usepeerdns
nodetach
Help welcome.
Thanks
Rodolfo