Tcpwrappers issue on Solaris 8

  • Follow


Hello all,

I just downloaded and set up tcpwrappers 7.6 from sunfreeware. The problem I
am having is that I can ethier deny all access or accept all access and
nothing else. Here is my hosts.allow and hosts.deny files plus checking with
tcpdmatch.

Hosts.allow
in.telnetd: @is-access

Hosts.deny
ALL: ALL

Test of good system:
tcpdmatch in.telnetd jedi.magic.com
client:   hostname jedi.magic.com
client:   address  192.168.62.20
server:   process  in.telnetd
matched:  /etc/hosts.allow line 1
access:   granted

Test of bad system:
/usr/local/bin/tcpdmatch in.telnetd blade.magic.com
client:   hostname blade.magic.com
client:   address  192.168.62.10
server:   process  in.telnetd
matched:  /etc/hosts.deny line 1
access:   denied

All appears to be well from the test, but when I actually try and telnet the
box neither jedi nor blade can connect. If I remove the hosts.deny entry
then all boxes can connect. The messages I am getting in /var/log/syslog
look like this:

Jun 25 15:44:48 zion in.telnetd[2135]: [ID 927837 mail.info] connect from
0.0.0.0
Jun 25 16:04:43 zion in.telnetd[2358]: [ID 947420 mail.warning] refused
connect from 0.0.0.0
Jun 25 16:07:17 zion in.telnetd[2383]: [ID 947420 mail.warning] refused
connect from 0.0.0.0
Jun 25 16:08:03 zion in.telnetd[2398]: [ID 947420 mail.warning] refused
connect from 0.0.0.0
Jun 25 16:08:44 zion in.telnetd[2406]: [ID 947420 mail.warning] refused
connect from 0.0.0.0
Jun 25 16:09:58 zion in.telnetd[2426]: [ID 947420 mail.warning] refused
connect from 0.0.0.0
Jun 25 16:12:10 zion in.telnetd[2441]: [ID 947420 mail.warning] refused
connect from 0.0.0.0
Jun 25 16:24:23 zion in.telnetd[2550]: [ID 947420 mail.warning] refused
connect from 0.0.0.0
Jun 25 16:53:05 zion in.telnetd[2922]: [ID 947420 mail.warning] refused
connect from 0.0.0.0


It seems that the system is not getting the correct ip information from my
systems.

Can anyone please help??



0
Reply Alan 6/26/2003 12:03:31 AM

"Alan Perry" <alan_perry@sbcglobal.net> writes:
>Jun 25 16:53:05 zion in.telnetd[2922]: [ID 947420 mail.warning] refused
>connect from 0.0.0.0
>

Change the third field of the inetd.conf line back to "tcp6".

  -Greg
-- 
Do NOT reply via e-mail.
Reply in the newsgroup.
0
Reply gerg 6/26/2003 1:42:35 AM


1 Replies
244 Views

(page loaded in 0.06 seconds)

Similiar Articles:













7/20/2012 7:15:30 PM


Reply: