Return to BSD News archive
Xref: sserve comp.protocols.kermit.misc:2191 comp.unix.bsd.bsdi.misc:158 Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.uwa.edu.au!classic.iinet.com.au!news.uoknor.edu!news.ecn.uoknor.edu!paladin.american.edu!gatech!news.mathworks.com!solaris.cc.vt.edu!spcuna!news.columbia.edu!watsun.cc.columbia.edu!fdc From: fdc@watsun.cc.columbia.edu (Frank da Cruz) Newsgroups: comp.protocols.kermit.misc,comp.unix.bsd.bsdi.misc Subject: Re: Kermit D/L through a hybrid Asynch-to-Telnet card Date: 9 May 1995 12:50:55 GMT Organization: Columbia University Lines: 34 Message-ID: <3onoff$c4i@apakabar.cc.columbia.edu> References: <3omjv4$qjc@news.rain.org> NNTP-Posting-Host: watsun.cc.columbia.edu In article <3omjv4$qjc@news.rain.org>, Tom Towle <towle@ceo.sbceo.k12.ca.us> wrote: : Here's a weird one. We have a BSDI Pentium hooked up over Ethernet to a : card called a VLAN card by a company named Penril. Our dial-in users : come in over an asynchronous connect ports to multiplexers, (made by the : same company), and then are trunked over hi-speed synchronous data lines : to this half-serial, half-ethernet card, and then they get a Telnet : connection to our Unix box. For the dial-up connection, everthing seems : to work fine, however, Kermit appears to be the only method available : for binary file transfer. : So what's the problem? : Is there anyone that might suggest settings for our users .kermrc files? : SET PACKET LENGTH? SET LINE? Remember, Telnet on the host end, asynch on : the users end. : Maybe you could be more specific about what you want the settings to accomplish. If everybody is coming *in* to the BSDI system, then obviously you don't want a SET LINE command in your .kermrc file. And you can also make Kermit start up a lot faster by removing all of the local-mode-only items from it -- dialing and services directory setup, etc. This can be done without editing the file by including the -R (uppercase) (= "remote only") command-line option. You can do this with an alias, such as: alias kermit="kermit -R" As far as file transfer goes, you can increase the default packet and window sizes to the maximum levels that seem to be safe for your equipment. Some trial and error will be necessary -- no single collection of settings applies to every situation. If it did, we would use it! - Frank