I am wondering if anyone can point me in the right direction to get the 'weblet' package on the Bering 1.0-rc2 distrabution to allow access from the outside.
So far I've followed the steps in the the previous post that Jon Clausen had made and he even posted a very nice weblet how-to page: http://bund.dk/~jon/weblethowto-pub.html My problem is that it works just fine from the internal network, yet when I try to connect from the outside it times out. Here's what I have in my Shorewall 'RULES' file(weblet stuff is at the end), inetd.conf file, and hosts.allow files: # To avoid connection delays, reject AUTH if the user hasn't ACCEPTED it above # REJECT net fw tcp 113 # # Accept DNS connections from the firewall to the network # ACCEPT fw net tcp 53 ACCEPT fw net udp 53 # # Accept SSH connections from the local network for administration # ACCEPT loc fw tcp 22 # # Make ping work # ACCEPT fw loc icmp 8 ACCEPT loc fw icmp 8 ACCEPT fw net icmp 8 # Allow Weblet connections ACCEPT net fw tcp 88 ACCEPT fw net tcp 88 ACCEPT loc fw tcp 88 #### END OF SHOREWALL RULES #### I've also edited inetd.conf: 88 stream tcp nowait sh-httpd /usr/sbin/tcpd /usr/sbin/sh- httpd I've also edited hosts.allow # Internal Network ALL: 192.168.168.0/255.255.255.0 # My static IP Address I want to connect from ALL: 216.102.112.111/255.255.255.0 And I still cannot connect from outside, and I have no idea why? :'( Thanks for the time.. _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink ------------------------------------------------------------------------ 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
