Ok good news, i started the service and it works now, but when i try to connect it says connection failed. Before it said connection refused. I have added the pts/0 to my securetty file and my telnet file in xinetd.d says
#default: on
#description : Telnet Server
#securlevel: 30
service telnet
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/in.telnetd
server_args = -h
}
I'm fairly certain that thats right...lol but with my weeks and week sexperience i could very well be wrong. I am trying to connect as root just incase tha tdoes make a difference. I"m sorry but at least i'ts getting somewhere now....lol. I'm really new to this it takes me a while to catch on sometimes.