Hello,
I am having a problem connecting to weblet. If I leave the hosts.allow file at ALL: 192.168.63.0/255.255.255.0 it will work. If I change it to just a host and not a subnet it fails.
How do you make this change? As I recall, the only form that hosts.allow and hosts.deny will work with reliably is (for example)
ALL: 192.168.63.11/255.255.255.255
(not either 192.168.63.11 by itself or 192.168.63.11/32).
The smallest subnet I have been able to use successfully is a /28. Everything smaller fails.
Once again, how are you trying to do this? A /29 netmask is only 8 IP addresses, so .1 and .11 (the addresses you are using for router and client) can't be on the same 29 network. So
ALL: 192.168.63.11/255.255.255.248
should NOT work.
They can be on the same /28 (or smaller netmask value) network, and they are both on 192.168.63.0/28 (which may explain why /28 and smaller values work). But have you tried (with or without success)
ALL: 192.168.63.8/255.255.255.248
I have changed the weblet config file with the right IP address, I have added the rules for shorewall to allow port 80 from loc, and inetd is uncommented for www. Like I said with a /24 subnet it works. SSH is working correctly from a single host and the config for www is the same.
Someone else should comment on this one. It is *possible* that sshd on Bering does not use hosts.allow or hosts.deny for access control ... I don't actually recall. (BTW, when you say the config is "the same", do you mean that you are running sshd through inetd, not standalone? If not, in what sense are the it and www ... and telnet ... "the same"?)
Telnet is also not working, period. Again the config is the same for SSH. Is there something I'm missing?
The telnetd daemon, perhaps? I'd be surprised if stock Bering shipped with it, and I don't see a telnet.lrp or telnetd.lrp package anywhere in Jacques' archives.
I also read something about bandwidth meter of sorts but can't find it. Is this something that is not included in the default package?
I am using Bering v 1.2 eth1 is loc 192.168.63.1 loc host is 192.168.63.11
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
