Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2001 20:04:37 +0200
From:      "Dave Raven" <dave@raven.za.net>
To:        "Joe & Fhe Barbish" <barbish@a1poweruser.com>, <freebsd-questions@FreeBSD.org>
Subject:   Re: Kermit (and pppd) 
Message-ID:  <001d01c179c9$7c4b94c0$3600a8c0@DAVE>
References:  <LPBBIGIAAKKEOEJOLEGOKEDJCIAA.barbish@a1poweruser.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

------=_NextPart_000_0018_01C179DA.3CB96920
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I see how it may have been unclear. I am able to dial out; contact =
another isp etc. However, I am an ISP. I need my fBSD box to ANSWER the =
modem,
provide an internet account as though you were dialed into a normal isp. =
No access to the local box; but direct access to the internet.

The link is in the handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ppp.html
Check the using pppd as a server section.

Bear in mind I am new to this; and may have it completely wrong. So if =
anyone has a better / working way, I am open to any suggestion.

Thanks all;
--Dave.


  ----- Original Message -----=20
  From: Joe & Fhe Barbish=20
  To: Dave Raven=20
  Sent: Friday, November 30, 2001 7:33 PM
  Subject: RE: Kermit (and pppd)=20


  I do not understand why you would want to use Kermit with PPP. FBSD =
ppp was rewritten at 4.0 and no longer needs any kind of external modem =
dialer software to make ppp connections using modems. I have read the =
man ppp pages in 4.4 and did not see any references to Kermit. First =
thing you need to keep in mind with FBSD is the documentation sucks big =
time. The man pages are almost always outdated. The man ppp in FBSD 4.4 =
still contains errors even though there has been 4 new releases since =
it's rewrite at 4.0. Even the brand new published version of the FBSD =
handbook section on user-ppp is outdated right from the printer with =
damp ink. Why don't you reword your question saying what your goal is. =
Like using a modem to dial your ISP, accepting an dial in call from a =
ms/windows box, connect a FBSD box to a second FBSD box using phone =
lines ECT ECT. To get help you have to say what PC make you are on and =
what version of FBSD you are running at a min.=20

  =20

  Joe

  =20

  -----Original Message-----
  From: owner-freebsd-questions@FreeBSD.ORG =
[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Dave Raven
  Sent: Friday, November 30, 2001 9:46 AM
  To: freebsd-questions@freebsd.org
  Subject: Kermit (and pppd)

  =20

  Hello all,

  =20

      I copied a few ppp scripts from the fBSD man pages and it uses =
kermit to handle the modem connections / whatever. I have created a =
/etc/ppp/pppserv file containing:

  =20

  #!/bin/sh
  ps ax |grep pppd |grep -v grep
  pid=3D`ps ax |grep pppd |grep -v grep|awk '{print $1;}'`
      if [ "X${pid}" !=3D "X" ] ; then
              echo 'killing pppd, PID=3D' ${pid}
              kill ${pid}
      fi
  ps ax |grep kermit |grep -v grep
  pid=3D`ps ax |grep kermit |grep -v grep|awk '{print $1;}'`
      if [ "X${pid}" !=3D "X" ] ; then
          echo 'killing kermit, PID=3D' ${pid}
          kill -9 ${pid}
  fi

  =20

  # reset ppp interface
  ifconfig ppp0 down
  #ifconfig ppp0 delete
  ifconfig ppp0

  =20

  # enable autoanswer mode
  kermit -y /etc/ppp/kermit.ans

  =20

  # run ppp
  pppd /dev/cuaa0 19200

  =20

  =20

  =20

  My kermit.ans contains:=20

  =20

  set line /dev/cuaa0
  set speed 19200
  set file type binary
  set file names literal
  set win 8
  set rec pack 1024
  set send pack 1024
  set block 3
  set term bytesize 8
  set command bytesize 8
  set flow none

  =20

  pau 1
  out +++
  inp 5 OK
  out ATH0\13
  inp 5 OK
  echo \13
  out ATS0=3D1\13   ; change this to out ATS0=3D0\13 if you want to =
disable
                      ; autoanswer mod
  inp 5 OK
  echo \13
  exit

  =20

  =20

  This should all work.

  However, when I run the kermit -y kermit.ans I get these errors =
everytime it sends a command:

  =20

  [root@chaos /etc/ppp]# sh pppserv
  ppp0: flags=3D8010<POINTOPOINT,MULTICAST> mtu 1500
  ?Connection on /dev/cuaa0 is not open.
  ?Connection on /dev/cuaa0 is not open.
  ?Connection on /dev/cuaa0 is not open.
  ?Connection on /dev/cuaa0 is not open.

  =20

  ?Connection on /dev/cuaa0 is not open.
  ?Connection on /dev/cuaa0 is not open.

  =20

  Closing /dev/cuaa0...OK
  [root@chaos /etc/ppp]#=20

  =20

  =20

  Any ideas on why this would be happening?

  =20

  Thanks in advance

  --Dave

  OpteqSec

  =20


------=_NextPart_000_0018_01C179DA.3CB96920
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns=3D"http://www.w3.org/TR/REC-html40" xmlns:v =3D=20
"urn:schemas-microsoft-com:vml" xmlns:o =3D=20
"urn:schemas-microsoft-com:office:office" xmlns:w =3D=20
"urn:schemas-microsoft-com:office:word"><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3DWord.Document name=3DProgId>
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<META content=3D"Microsoft Word 9" name=3DOriginator><LINK=20
href=3D"cid:filelist.xml@01C1799B.457A0180" rel=3DFile-List><!--[if gte =
mso 9]><xml>
 <o:OfficeDocumentSettings>
  <o:RelyOnVML/>
  <o:DoNotRelyOnCSS/>
 </o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:Zoom>0</w:Zoom>
  <w:DocumentKind>DocumentEmail</w:DocumentKind>
  <w:EnvelopeVis/>
 </w:WordDocument>
</xml><![endif]-->
<STYLE>@font-face {
	font-family: Tahoma;
}
@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; =
mso-header-margin: .5in; mso-footer-margin: .5in; mso-paper-source: 0; }
P.MsoNormal {
	FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Courier New"; =
mso-style-parent: ""; mso-pagination: widow-orphan; =
mso-fareast-font-family: "Times New Roman"
}
LI.MsoNormal {
	FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Courier New"; =
mso-style-parent: ""; mso-pagination: widow-orphan; =
mso-fareast-font-family: "Times New Roman"
}
DIV.MsoNormal {
	FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Courier New"; =
mso-style-parent: ""; mso-pagination: widow-orphan; =
mso-fareast-font-family: "Times New Roman"
}
P.MsoAutoSig {
	FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Courier New"; =
mso-pagination: widow-orphan; mso-fareast-font-family: "Times New Roman"
}
LI.MsoAutoSig {
	FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Courier New"; =
mso-pagination: widow-orphan; mso-fareast-font-family: "Times New Roman"
}
DIV.MsoAutoSig {
	FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Courier New"; =
mso-pagination: widow-orphan; mso-fareast-font-family: "Times New Roman"
}
SPAN.EmailStyle15 {
	FONT-WEIGHT: normal; COLOR: blue; FONT-STYLE: normal; mso-style-type: =
personal-reply; mso-ansi-font-size: 12.0pt; mso-ascii-font-family: =
"Courier New"; mso-hansi-font-family: "Courier New"; =
mso-bidi-font-family: Arial
}
DIV.Section1 {
	page: Section1
}
</STYLE>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext=3D"edit" spidmax=3D"1027"/>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext=3D"edit">
  <o:idmap v:ext=3D"edit" data=3D"1"/>
 </o:shapelayout></xml><![endif]--></HEAD>
<BODY lang=3DEN-US style=3D"tab-interval: .5in" bgColor=3Dwhite>
<DIV><FONT face=3DArial size=3D2>I see how it may have been unclear. I =
am able to=20
dial out; contact another isp etc. However, I am an ISP. I need my fBSD =
box to=20
ANSWER the modem,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>provide an internet account as though =
you were=20
dialed into a normal isp. No access to the local box; but direct access =
to the=20
internet.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>The link is in the =
handbook:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2><A=20
href=3D"http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ppp.htm=
l">http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ppp.html</A>=
</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Check the using pppd as a server=20
section.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Bear in mind I am new to this; and may =
have it=20
completely wrong. So if anyone has a better / working way, I am open to =
any=20
suggestion.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanks all;</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>--Dave.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
  <A title=3Dbarbish@a1poweruser.com =
href=3D"mailto:barbish@a1poweruser.com">Joe=20
  &amp; Fhe Barbish</A> </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A =
title=3Ddave@raven.za.net=20
  href=3D"mailto:dave@raven.za.net">Dave Raven</A> </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Friday, November 30, 2001 =
7:33=20
  PM</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> RE: Kermit (and pppd) =
</DIV>
  <DIV><BR></DIV>
  <DIV class=3DSection1>
  <P class=3DMsoNormal><SPAN class=3DEmailStyle15><FONT face=3D"Courier =
New"=20
  color=3Dblue size=3D3><SPAN style=3D"FONT-SIZE: 12pt; =
mso-bidi-font-size: 10.0pt">I=20
  do not understand why you would want to use Kermit with PPP. FBSD ppp =
was=20
  rewritten at 4.0 and no longer needs any kind of external modem dialer =

  software to make ppp connections using modems. I have read the man ppp =
pages=20
  in 4.4 and did not see any references to Kermit. First thing you need =
to keep=20
  in mind with FBSD is the documentation sucks big time. The man pages =
are=20
  almost always outdated. The man ppp in FBSD 4.4 still contains errors =
even=20
  though there has been 4 new releases since it=92s rewrite at 4.0. Even =
the brand=20
  new published version of the FBSD handbook section on user-ppp is =
outdated=20
  right from the printer with damp ink. Why don=92t you reword your =
question=20
  saying what your goal is. Like using a modem to dial your ISP, =
accepting an=20
  dial in call from a ms/windows box, connect a FBSD box to a second =
FBSD box=20
  using phone lines ECT ECT. To get help you have to say what PC make =
you are on=20
  and what version of FBSD you are running at a min.=20
  <o:p></o:p></SPAN></FONT></SPAN></P>
  <P class=3DMsoNormal><SPAN class=3DEmailStyle15><FONT face=3D"Courier =
New"=20
  color=3Dblue size=3D3><SPAN style=3D"FONT-SIZE: 12pt; =
mso-bidi-font-size: 10.0pt"><![if =
!supportEmptyParas]><![endif]>&nbsp;<o:p></o:p></SPAN></FONT></SPAN></P>
  <P class=3DMsoNormal><SPAN class=3DEmailStyle15><FONT face=3D"Courier =
New"=20
  color=3Dblue size=3D3><SPAN=20
  style=3D"FONT-SIZE: 12pt; mso-bidi-font-size: =
10.0pt">Joe<o:p></o:p></SPAN></FONT></SPAN></P>
  <P class=3DMsoNormal><SPAN class=3DEmailStyle15><FONT face=3D"Courier =
New"=20
  color=3Dblue size=3D3><SPAN style=3D"FONT-SIZE: 12pt; =
mso-bidi-font-size: 10.0pt"><![if =
!supportEmptyParas]><![endif]>&nbsp;<o:p></o:p></SPAN></FONT></SPAN></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT face=3DTahoma =
color=3Dblack=20
  size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: =
Tahoma">-----Original=20
  Message-----<BR><B><SPAN style=3D"FONT-WEIGHT: bold">From:</SPAN></B>=20
  owner-freebsd-questions@FreeBSD.ORG=20
  [mailto:owner-freebsd-questions@FreeBSD.ORG]<B><SPAN=20
  style=3D"FONT-WEIGHT: bold">On Behalf Of </SPAN></B>Dave =
Raven<BR><B><SPAN=20
  style=3D"FONT-WEIGHT: bold">Sent:</SPAN></B> Friday, November 30, 2001 =
9:46=20
  AM<BR><B><SPAN style=3D"FONT-WEIGHT: bold">To:</SPAN></B>=20
  freebsd-questions@freebsd.org<BR><B><SPAN=20
  style=3D"FONT-WEIGHT: bold">Subject:</SPAN></B> Kermit (and=20
  pppd)</SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT =
face=3D"Courier New"=20
  size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt"><![if =
!supportEmptyParas]><![endif]>&nbsp;<o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT face=3DArial =
color=3Dblack=20
  size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: =
Arial">Hello=20
  all,</SPAN></FONT><FONT color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT =
face=3D"Courier New"=20
  color=3Dblack size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black">&nbsp;</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT face=3DArial =
color=3Dblack=20
  size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: =
Arial">&nbsp;&nbsp;&nbsp; I=20
  copied a few ppp scripts from the fBSD man pages and it uses kermit to =
handle=20
  the modem connections / whatever. I have created a /etc/ppp/pppserv =
file=20
  containing:</SPAN></FONT><FONT color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT =
face=3D"Courier New"=20
  color=3Dblack size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black">&nbsp;</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT face=3DArial =
color=3Dblack=20
  size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: =
Arial">#!/bin/sh<BR>ps ax=20
  |grep pppd |grep -v grep<BR>pid=3D`ps ax |grep pppd |grep -v grep|awk =
'{print=20
  $1;}'`<BR>&nbsp;&nbsp;&nbsp; if [ "X${pid}" !=3D "X" ] ;=20
  =
then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;=20
  echo 'killing pppd, PID=3D'=20
  =
${pid}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;=20
  kill ${pid}<BR>&nbsp;&nbsp;&nbsp; fi<BR>ps ax |grep kermit |grep -v=20
  grep<BR>pid=3D`ps ax |grep kermit |grep -v grep|awk '{print=20
  $1;}'`<BR>&nbsp;&nbsp;&nbsp; if [ "X${pid}" !=3D "X" ] ;=20
  then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo 'killing =
kermit, PID=3D'=20
  ${pid}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; kill -9=20
  ${pid}<BR>fi</SPAN></FONT><FONT color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT =
face=3D"Courier New"=20
  color=3Dblack size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black">&nbsp;</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT face=3DArial =
color=3Dblack=20
  size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: =
Arial"># reset=20
  ppp interface<BR>ifconfig ppp0 down<BR>#ifconfig ppp0 =
delete<BR>ifconfig=20
  ppp0</SPAN></FONT><FONT color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT =
face=3D"Courier New"=20
  color=3Dblack size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black">&nbsp;</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT face=3DArial =
color=3Dblack=20
  size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: =
Arial">#=20
  enable autoanswer mode<BR>kermit -y =
/etc/ppp/kermit.ans</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT =
face=3D"Courier New"=20
  color=3Dblack size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black">&nbsp;</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT face=3DArial =
color=3Dblack=20
  size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: =
Arial"># run=20
  ppp<BR>pppd /dev/cuaa0 19200</SPAN></FONT><FONT color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT =
face=3D"Courier New"=20
  color=3Dblack size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black">&nbsp;</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT =
face=3D"Courier New"=20
  color=3Dblack size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black">&nbsp;</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT =
face=3D"Courier New"=20
  color=3Dblack size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black">&nbsp;</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT face=3DArial =
color=3Dblack=20
  size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: =
Arial">My=20
  kermit.ans contains: </SPAN></FONT><FONT color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT =
face=3D"Courier New"=20
  color=3Dblack size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black">&nbsp;</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT face=3DArial =
color=3Dblack=20
  size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: =
Arial">set=20
  line /dev/cuaa0<BR>set speed 19200<BR>set file type binary<BR>set file =
names=20
  literal<BR>set win 8<BR>set rec pack 1024<BR>set send pack 1024<BR>set =
block=20
  3<BR>set term bytesize 8<BR>set command bytesize 8<BR>set flow=20
  none</SPAN></FONT><FONT color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT =
face=3D"Courier New"=20
  color=3Dblack size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black">&nbsp;</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT face=3DArial =
color=3Dblack=20
  size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: =
Arial">pau=20
  1<BR>out +++<BR>inp 5 OK<BR>out ATH0\13<BR>inp 5 OK<BR>echo \13<BR>out =

  ATS0=3D1\13&nbsp;&nbsp; ; change this to out ATS0=3D0\13 if you want =
to=20
  =
disable<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
  ; autoanswer mod<BR>inp 5 OK<BR>echo \13<BR>exit</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT =
face=3D"Courier New"=20
  color=3Dblack size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black">&nbsp;</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT =
face=3D"Courier New"=20
  color=3Dblack size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black">&nbsp;</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT face=3DArial =
color=3Dblack=20
  size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: =
Arial">This=20
  should all work.</SPAN></FONT><FONT color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT face=3DArial =
color=3Dblack=20
  size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">However, =
when I run=20
  the kermit -y kermit.ans I get these errors everytime it sends a=20
  command:</SPAN></FONT><FONT color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT =
face=3D"Courier New"=20
  color=3Dblack size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black">&nbsp;</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT face=3DArial =
color=3Dblack=20
  size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: =
Arial">[root@chaos=20
  /etc/ppp]# sh pppserv<BR>ppp0: =
flags=3D8010&lt;POINTOPOINT,MULTICAST&gt; mtu=20
  1500<BR>?Connection on /dev/cuaa0 is not open.<BR>?Connection on =
/dev/cuaa0 is=20
  not open.<BR>?Connection on /dev/cuaa0 is not open.<BR>?Connection on=20
  /dev/cuaa0 is not open.</SPAN></FONT><FONT color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT =
face=3D"Courier New"=20
  color=3Dblack size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black">&nbsp;</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT face=3DArial =
color=3Dblack=20
  size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: =
Arial">?Connection on=20
  /dev/cuaa0 is not open.<BR>?Connection on /dev/cuaa0 is not=20
  open.</SPAN></FONT><FONT color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT =
face=3D"Courier New"=20
  color=3Dblack size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black">&nbsp;</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT face=3DArial =
color=3Dblack=20
  size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: =
Arial">Closing=20
  /dev/cuaa0...OK<BR>[root@chaos /etc/ppp]# </SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT =
face=3D"Courier New"=20
  color=3Dblack size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black">&nbsp;</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT =
face=3D"Courier New"=20
  color=3Dblack size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black">&nbsp;</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT face=3DArial =
color=3Dblack=20
  size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: =
Arial">Any=20
  ideas on why this would be happening?</SPAN></FONT><FONT =
color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT =
face=3D"Courier New"=20
  color=3Dblack size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black">&nbsp;</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT face=3DArial =
color=3Dblack=20
  size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: =
Arial">Thanks=20
  in advance</SPAN></FONT><FONT color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT face=3DArial =
color=3Dblack=20
  size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: =
Arial">--Dave</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT face=3DArial =
color=3Dblack=20
  size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: =
Arial">OpteqSec</SPAN></FONT><FONT=20
  color=3Dblack><SPAN=20
  style=3D"COLOR: black; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><FONT face=3DArial =
color=3Dblack=20
  size=3D2><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: =
Arial">&nbsp;</SPAN></FONT><FONT=20
  face=3DArial color=3Dblack><SPAN=20
  style=3D"COLOR: black; FONT-FAMILY: Arial; mso-color-alt: =
windowtext"><o:p></o:p></SPAN></FONT></P></DIV></BLOCKQUOTE></BODY></HTML=
>

------=_NextPart_000_0018_01C179DA.3CB96920--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001d01c179c9$7c4b94c0$3600a8c0>