From owner-freebsd-net Wed May 20 01:38:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA18970 for freebsd-net-outgoing; Wed, 20 May 1998 01:38:34 -0700 (PDT) (envelope-from owner-freebsd-net@FreeBSD.ORG) Received: from mx.iki.rssi.ru (mx.iki.rssi.ru [193.232.212.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA18815 for ; Wed, 20 May 1998 01:38:02 -0700 (PDT) (envelope-from richi@tdis.gctc.rssi.ru) Received: from tdis.gctc.rssi.ru (tdis.gctc.rssi.ru [193.232.26.70]) by mx.iki.rssi.ru (8.8.5/8.8.5) with SMTP id NAA08302 for ; Wed, 20 May 1998 13:40:06 +0500 (MSD) Received: from tdis by tdis.gctc.rssi.ru (5.x/SMI-SVR4) id AA00498; Wed, 20 May 1998 12:35:43 -0300 Message-Id: <3562F84F.3F79CA16@tdis.gctc.rssi.ru> Date: Wed, 20 May 1998 12:35:43 -0300 From: "Andrew A.Karjagin" Organization: Gagarin Cosmonaut Training Center X-Mailer: Mozilla 4.04 [en] (X11; I; SunOS 5.4 sun4m) Mime-Version: 1.0 To: "freebsd-net@FreeBSD.ORG" Subject: Multi DialUp Connect Content-Type: multipart/alternative; boundary="------------1167AF1DB56C73E426EB8053" Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --------------1167AF1DB56C73E426EB8053 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 --------------1167AF1DB56C73E426EB8053 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit 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

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