# don't print errors, but log them into the log file
silent
# don't log normal connections, but only ones with problems
dontlognormal
# location of log file
logfile	RAM::RamDisc0.$.rinetd/log

# global allow list:
allow	192.168.0.*
allow	127.0.0.1

# redirect telnet to localhost to a server at university (only an example!)
# and allow only connections from hoste 192.168.0.4 to connect!
0.0.0.0		23	129.69.208.50	23
	allow	192.168.0.4

# redirect from port 1234 to 8080 on localhost (e.g. WebServe)
0.0.0.0		1234	127.0.0.1	8080

# redirect POP3, SMTP and NNTP from localhost to university servers (example!)
0.0.0.0		110	129.69.208.50	110
0.0.0.0		25	129.69.211.1	25
0.0.0.0		119	129.69.206.12	119
