![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Telnet help | mrice | UNIX for Dummies Questions & Answers | 1 | 08-11-2007 02:10 PM |
| TELNET help | seshumohan | Windows & DOS: Issues & Discussions | 1 | 03-08-2007 05:13 AM |
| telnet with ksh | taboaspedro | Shell Programming and Scripting | 2 | 12-30-2005 11:04 AM |
| Telnet | vtran4270 | UNIX for Advanced & Expert Users | 1 | 09-16-2002 03:17 PM |
| getting on to telnet | tamworther | UNIX for Dummies Questions & Answers | 1 | 08-20-2002 05:50 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
telnet
hey all, heres my problem, i need to be able to telnet into my computer form m buddies house over the upcomming week, but i cant seem to set up my computer to allow me to telnet in..... ill include a few files that i think are neccisary for this ( correct me if im wrong)
inetd.conf # /etc/inetd.conf: see inetd(8) for further informations. # # Internet server configuration database # # # Lines starting with "#:LABEL:" or "#<off>#" should not # be changed unless you know what you are doing! # # If you want to disable an entry so it isn't touched during # package updates just comment it out with a single '#' character. # # Packages should modify this file by using update-inetd(8) # # <service_name> <sock_type> <proto> <flags> <user> <server_path> <args> # #:INTERNAL: Internal services #echo stream tcp nowait root internal #echo dgram udp wait root internal #chargen stream tcp nowait root internal #chargen dgram udp wait root internal discard stream tcp nowait root internal discard dgram udp wait root internal daytime stream tcp nowait root internal #daytime dgram udp wait root internal time stream tcp nowait root internal #time dgram udp wait root internal #:STANDARD: These are standard services. ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in. ftpd #:BSD: Shell, login, exec and talk are BSD protocols. #:MAIL: Mail, news and uucp services. #:INFO: Info services #:BOOT: Tftp service is provided primarily for booting. Most sites # run this only on machines acting as "boot servers." tftp dgram udp wait root /usr/sbin/in.tftpd in.tf tpd /boot #:RPC: RPC based services #:HAM-RADIO: amateur-radio services #:OTHER: Other services netbios-ssn stream tcp nowait root /usr/sbin/tcpd /usr/sbin/smb d printer stream tcp nowait lp /usr/lib/cups/daemon/cups-lpd cups-lpd vboxd stream tcp nowait root /usr/sbin/tcpd /usr/sbin/vboxd saft stream tcp nowait root /usr/sbin/tcpd /usr/sbin/sendfiled xtel stream tcp nowait root /usr/sbin/tcpd /usr/sbin/xtel d 3632 stream tcp nowait.100 distccd /usr/sbin/tcpd /usr /bin/distccd --inetd --log-file=/var/log/distccd.log --nice=10 amandaidx stream tcp nowait backup /usr/sbin/tcpd /usr/lib/amanda/amindexd amidxtape stream tcp nowait backup /usr/sbin/tcpd /usr/lib/amanda/amidxtaped amanda dgram udp wait backup /usr/sbin/tcpd /usr/lib/amanda/amandad #https stream tcp nowait sslwrap.sslwrap /usr/sbin/tcpd /usr/sbin/sslwrap -nocert -addr 127.0.0.1 -port 80 #ssmtp stream tcp nowait sslwrap.sslwrap /usr/sbin/tcpd /usr/sbin/sslwrap -nocert -addr 127.0.0.1 -port 25 #nntps stream tcp nowait sslwrap.sslwrap /usr/sbin/tcpd /usr/sbin/sslwrap -nocert -addr 127.0.0.1 -port 119 telnets stream tcp nowait sslwrap.sslwrap /usr/sbin/tcpd /usr/sbin/sslwr ap -nocert -addr 127.0.0.1 -port 23 #imaps stream tcp nowait sslwrap.sslwrap /usr/sbin/tcpd /usr/sbin/sslwrap -nocert -addr 127.0.0.1 -port 143 #ircs stream tcp nowait sslwrap.sslwrap /usr/sbin/tcpd /usr/sbin/sslwrap -nocert -addr 127.0.0.1 -port 194 #pop3s stream tcp nowait sslwrap.sslwrap /usr/sbin/tcpd /usr/sbin/sslwrap -nocert -addr 127.0.0.1 -port 110 #ftps-data stream tcp nowait sslwrap.sslwrap /usr/sbin/tcpd /usr/sbin/ssl wrap -nocert -addr 127.0.0.1 -port 20 #ftps stream tcp nowait sslwrap.sslwrap /usr/sbin/tcpd /usr/sbin/sslwrap -nocert -addr 127.0.0.1 -port 21 #ldaps stream tcp nowait sslwrap.sslwrap /usr/sbin/tcpd /usr/sbin/sslwrap -nocert -addr 127.0.0.1 -port 389 and ive also removed my hosts.allow and hosts.deny files...... im aware of the security risks:P but its aoky |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|