> This solution works perfectly and people are able to connect into my server. My one issue with network.conf is that when I was using the following lines, the port forwarding did not work. (I know the lines are commented right now, that is not the problem :-) ) > #FTP Server > #INTERN_SERVER2="-a -P tcp -L $EXTERN_IP 21 -R 192.168.1.2 21" > #INTERN_SERVER3="-a -P tcp -L $EXTERN_IP 21000 -R 192.168.1.2 21000"
The scripts stop at the first missing number, and they start counting from zero, so without INTERN_SERVER0 and INTERN_SERVER1 defined, the rest of your server settings will be ignored. This is kind of a pain, and an artifact of the broken sort command on earlier systems... If anyone wants a project, you could work on adapting the walklist function to support missing numbers and send me the code... Charles Steinkuehler http://lrp.steinkuehler.net http://c0wz.steinkuehler.net (lrp.c0wz.com mirror) _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
