Date: Wed, 20 May 1998 12:35:43 -0300 From: "Andrew A.Karjagin" <richi@tdis.gctc.rssi.ru> To: "freebsd-net@FreeBSD.ORG" <freebsd-net@FreeBSD.ORG> Subject: Multi DialUp Connect Message-ID: <3562F84F.3F79CA16@tdis.gctc.rssi.ru>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Hi, all! I have a following problem. I work with FreeBSD 2.2.5 and want
to allow DialUp-connection to server for 8 user at one time. I install
8-channel multiplexor on server for it and connect 8 modems to it. I
wrote at the kernel:
options "COM_MULTIPORT"
device sio0 at isa? port 0x280 tty irq 5 flags 0x005 vector siointr
device sio1 at isa? port 0x288 tty flags 0x005
...................................................................
device sio7 at isa? port 0x2b8 tty flags 0x005
device sio8 at isa? port "IO_COM1" tty irq 4 vector siointr
device sio9 at isa? port "IO_COM2" tty irq 3 vector siointr
Everything o'key. But modems don't answer for calling! I try to start
"dhcpd" with ifN-parameter=sioN, but it does not running ("sioN not
found"). What I have to do to compel it to work? Thank you for help!
------------------------------------------------------------------------
Best regards Andrew A.Karjagin
Gagarin Cosmonaut Training Center
Star town, Russia
ICQ = 4744622
[-- Attachment #2 --]
<HTML>
<BODY TEXT="#000000" BGCOLOR="#C0C0C0" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
Hi, all! I have a following problem. I work with FreeBSD 2.2.5 and want
to allow DialUp-connection to server for 8 user at one time. I install
8-channel multiplexor on server for it and connect 8 modems to it. I wrote
at the kernel:
<BR>options "COM_MULTIPORT"
<BR>device sio0 at isa? port 0x280 tty irq 5 flags 0x005 vector siointr
<BR>device sio1 at isa? port 0x288 tty flags 0x005
<BR>...................................................................
<BR>device sio7 at isa? port 0x2b8 tty flags 0x005
<BR>device sio8 at isa? port "IO_COM1" tty irq 4 vector siointr
<BR>device sio9 at isa? port "IO_COM2" tty irq 3 vector siointr
<BR>Everything o'key. But modems don't answer for calling! I try to start
"dhcpd" with ifN-parameter=sioN, but it does not running ("sioN not found").
What I have to do to compel it to work? Thank you for help!
<BR>
<HR WIDTH="100%">
<ADDRESS>
Best regards <U><FONT COLOR="#3366FF"><A HREF="mailto:richi@tdis.gctc.rssi.ru">Andrew
A.Karjagin</A></FONT></U></ADDRESS>
<ADDRESS>
<FONT COLOR="#000000">Gagarin Cosmonaut Training Center</FONT></ADDRESS>
<ADDRESS>
<FONT COLOR="#000000">Star town, Russia</FONT></ADDRESS>
<ADDRESS>
<U><FONT COLOR="#3333FF"><A HREF="http://www.mirabilis.com">ICQ</A></FONT></U><FONT COLOR="#000000">
= 4744622</FONT></ADDRESS>
<P>
</BODY>
</HTML>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3562F84F.3F79CA16>
