I am 90% of the way complete with the configuration of this portmaster, and didnt see my problem in the FAQ or forum, so here is my question:
I have assigned the Digi portmaster16 an ip address and subnet and is sitting on my network working correctly (i can telnet to it, login as root, and make configuration changes as necessary)
what i need this thing to do, is pass through and bring up directly, a login prompt to the server that users will authenticate against.
i have turned off login and password (both set to off) however now all i get is a 'Digi>' prompt
and i still have to type 'telnet [host] to get to the host and then authenticate to login. what i want this thing to do is, upon connect, either by modem or wyse terminal, is bring back a login prompt to the HOST, not have to telnet first, then login. what changes do i need to make to the port on which i am connected:
Below is the configuration for the individual port on which im connected:
BEGIN
==============================================
set ports range=4 termtype="wy150" dev=term sess=4 uid=0 edelay=1
set ports range=4 auto=off bin=off group=0 dport=0 dest=255.255.255.255
set line range=4 baud=9600 csize=8 parity=N stopb=1 break=ignore
set line range=4 error=null inpck=off istrip=off onlcr=off otab=off
set flow range=4 ixon=off aixon=off ixoff=off ixany=off itoss=off altpin=off
set flow range=4 rts=on dtr=off cts=on dcd=off dsr=off ri=off
set keys range=4 eof=^D erase=^H flush=^@ intr=^C kill=^E lnxt=^V
set keys range=4 tesc=^] xon=^S xoff=^Q xona=^S xoffa=^Q
set logins range=4 cmdprompt="digi>" logprompt="Enter medea>"
set logins range=4 passprompt="passwd:"
set logins range=4 write=off login=off passwd=off verbose=off
=======================================================
END
Thank you all in advance for any advice on this problem