-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

C.Dummy schrieb:

> I'm not sure what line I should put in rules. I tried:
> FTP/ACCEPT     net             fw           

Hello Andrey,

this should be the right line if the FTP server is running on the same system 
as shorewall and if this system is directly connected to your external IP 
address.
If you have a NAT router beween the external address and your Bering system you 
need some configuration on the router.

> than
> FTP/DNAT       net                loc:192.168.1.254

This would redirect all incoming FTP connections to a different system at the 
specified address.

>  None of them work when I try to ftp from outside. I'm getting message 
> socket connected waiting for welcome message..

If the socket is really connected then it must have completed the initial 
handshake. So it seems unlikely that your firewall blocks traffic from the FTP 
server to the client.
Try to find out if your FTP server sends the welcome message. Packages libpcap 
and tcpdump might help.

> When I added
> FTP/ACCEPT    loc               fw
> I can ftp to BeringU box from my local LAN but I can't upload..

FTP needs a second connection to a non-static port for data transfer. You 
probably have load the ip_conntrack and ip_conntrack_ftp modules.

> As for mounting. I Google on the Internet that I'm missing ext3 module. 
> So I added ext3.o but I'm getting so many unresolved symbols

If the names of the missing symbols start with journal_ you have to insert 
module jbd before ext3.

> that I
> tried vfat (comes with distro) and here I've got error Attempting to 
> create a too large file system. With help of Google again I found command
> mkfs.vfat -F 32 /dev/hda1 and this worked. After formating the drive I 
> was able to mount.

I would not use vfat except for filesystems that must be accessible from 
DOS/Windows.
I suggest to use ext2 if you can't get ext3 to work.

Bodo


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGflHrnMz9fgzDSqcRApfXAJ9p1j0gFNY+CQrJpCVvyTwQVrg/dQCffhig
4XpnszP7Fzpknk0UpZ33DzY=
=zgv4
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
------------------------------------------------------------------------
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