Arun v vempan wrote: > > -------------------------------------------------------------------------------------------------------------- > > # hosts.allow This file describes the names of the hosts which are > # allowed to use the local INET services, as decided > # by the '/usr/sbin/tcpd' server. > # > > > > 192.168.174.0/24 <http://192.168.174.0/24> > 10.165.2.1/24 <http://10.165.2.1/24> > 10.0.10.0/24 <http://10.0.10.0/24> > ~ > ~ > "hosts.allow" 11L, 207C
What are those /24 doing at the end of these lines? 'man hosts.allow' tells me that the subnet mask can follow the IP address after the /. i.e. something like: 192.168.174.0/255.255.255.0 But none of the formats indicate an integer value after the IPv4 address. What did you mean by that 24? Is it the port number? I suggest you remove the /24 after the IP addresses and restart the server. regs, Syam --~--~---------~--~----~------------~-------~--~----~ "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the website: www.ilug-tvm.org or the google group page: http://groups.google.com/group/ilug-tvm?hl=en -~----------~----~----~----~------~----~------~--~---
