[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ppp dial in server for bintec
Hi Misc@,
I'm again in trouble :), so i need your help
I would like to be able to connect from our company's
Bintecs routers to my home obsd box (acer ext.modem(hayes))
What is the way I should get - userland ppp or pppd ?
(I have also a dsl connection from my home machine
The reason to do this is that the dsl is not enough reliable
and it is often that I have need of some data)
I tried several configurations of the userland ppp -
no success against the bintec isdnlogin command
P.S. I dont think that it make sense at this point,
but here is the config I use:
#------------------- /etc/ppp/ppp.conf -----------------
default:
set log Phase Chat LCP IPCP CCP tun command
incoming:
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\ dATDT\\T TIMEOUT 40 CONNECT"
set hangup "\"\" ate0q1 OK"
set device /dev/tty00
set speed 115200
enable chap pap
allow users
enable passwdauth
set ifaddr 192.168.0.1 192.168.0.2
set log All
enable proxy
enable dns
#------------------- /etc/ttys -------------------------
tty00 "/usr/libexec/getty std.115200" dialup on secure
#------------------ /etc/gettytab ----------------------
std.115200|115200-baud:\
:np:sp#115200:pp=/usr/local/bin/ppplogin
#------------------ /usr/local/bin/ppplogin ------------
#! /bin/sh
exec /usr/sbin/ppp -direct incoming
#------------------ cu -l /dev/tty00 -s 115200 ---------
ACTIVE PROFILE:
Flow-Control: RTS/CTS (&K3)
B0 E0 L1 M0 N1 T Q1 V1 W0 X4 Y0 &C1 &D2 &G0 &J0 &P0 &Q0 &S0 &U0 &Y0
%A013 %C1 %E1 %G1 \A3 \C0 \G0 \J0 \K5 \N3 \Q3 \T000 \X0 -C0 -J1 "H3 "O032
S00:001 S01:000 S02:043 S03:013 S04:010 S05:008 S06:003 S07:045 S08:002
S09:006 S10:014 S11:090 S12:050 S18:000 S25:005 S30:000 S33:000 S37:000
STORED PROFILE 0:
B0 E0 L1 M0 N1 T Q1 V1 W0 X4 Y0 &C1 &D2 &G0 &J0 &P0 &Q0 &S0 &U0
%A013 %C1 %E1 %G1 \A3 \C0 \G0 \J0 \K5 \N3 \Q3 \T000 \X0 -C0 -J1 "H3 "O032
S00:001 S02:043 S06:003 S07:045 S08:002 S09:006 S10:014
S11:090 S12:050 S18:000 S25:005 S30:000 S33:000 S37:000
TELEPHONE NUMBERS:
&Z0 =0011
&Z1 =
&Z2 =2222
&Z3 =
#-----------------------------------------------------
P.S.2
Indeed if anybody know a good ppp howto pls sent
The man page is as always great, but this time
my background is too down