Hi,

I'm constructing a fw/vpn-box with Bering-uClib 3 beta3 and found
following problems:


In my pptp-setup /etc/pptpd.conf option logwtmp won't work.
Disabling option logwtmp makes the setup work. This is what
/var/log/ppp.log shows:

Nov 30 02:18:46 nailhead pppd[32239]: Plugin
/usr/lib/pptpd/pptpd-logwtmp.so is for pppd version 2.4.2, this is 2.4.4

# apkg -l ppp
ppp 2.4.4 Rev 3 uClibc 0.9.28



shorewall try <a-dir-here> command doesn't work.

# /sbin/shorewall.orig try /etc/shorewall/
/sbin/shorewall.orig: export: 2158: Illegal option -n

I peeked into the /sbin/shorewall and removed option -n. /sbin/shorewall
try /etc/shorewall command has since worked for me. Here is diff

--- /sbin/shorewall.orig        Sun Nov 19 16:05:27 2006
+++ /sbin/shorewall     Tue Nov 21 00:21:06 2006
@@ -1884,7 +1884,7 @@
         [ $# -lt 2 -o $# -gt 3 ] && usage 1
         VERBOSE=$(make_verbose)
         [ -n "$NOROUTES" ] && NOROUTES=-n
-       export -n CONFIG_PATH
+       export CONFIG_PATH
         if ! $0 $debugging $VERBOSE -c $2 restart; then
             if ! $IPTABLES -L shorewall > /dev/null 2> /dev/null; then
                 $0 $VERBOSE $NOROUTES start

# apkg -l shorwall
shorwall 3.2.6 Rev 1 uClibc 0.9.28



And finally a suggestion for addition to documentation concerning
pptp-setup. I spent a lot of time trying to figure out why I could not
get my pptpd working. Finally I found this piece of advice
<http://marc.theaimsgroup.com/?l=leaf-user&m=113866273115069&w=2> and
therein this "In hosts.allow: pptpd: ALL". It didn't come to my darkest
mind that pptpd could have tcp_wrappers in it.

So this could be one item to check in documentation or as setup files
work as documentation, /etc/hosts.allow could have all tcp_wrapper
enabled programs commented out indicating that those programs have
tcp_wrapper support compiled in.

This message is my first contribution to LEAF, it's a start anyway.
Thank you for the work others have made already.

Erkki


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to