Forbidden You don't have permission to access / on this server.

I really don’t know how to explain the problem i did create new Virtual Server, add my domain name. setup a privet name servers for my domain dns. And when i’m tipping the name of my site brain-bin.com this is what is showing up
" Forbidden

You don’t have permission to access / on this server.

Apache/2.2.3 (CentOS) Server at brain-bin.com Port 80 "

and i did try to log with FileZila nothing it says

Status: Connection established, waiting for welcome message…
Response: 220 FTP Server ready.
Command: USER edo_replay
Response: 331 Password required for edo_replay
Command: PASS *************
Response: 230 User edo_replay logged in
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Features:
Response: MDTM
Response: MFMT
Response: LANG fr-FR;zh-CN;bg-BG;zh-TW;ja-JP;ru-RU;it-IT;ko-KR;en-US
Response: TVFS
Response: UTF8
Response: MFF modify;UNIX.group;UNIX.mode;
Response: MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*;
Response: REST STREAM
Response: SIZE
Response: 211 End
Command: OPTS UTF8 ON
Response: 200 UTF8 set to on
Status: Connected
Status: Retrieving directory listing…
Command: PWD
Response: 257 “/” is the current directory
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Response: 227 Entering Passive Mode (178,238,233,196,222,12).
Command: MLSD
Error: Connection timed out
Error: Failed to retrieve directory listing

i am new to Virtualmin, i was previously using sheared hosting with cPaneli really don’t know how to fix this.
P.S. Sorry for my bad ENG

You don’t have permission to access / on this server.

That’s often what you’d see until you upload your website to your server.

Command: MLSD Error: Connection timed out Error: Failed to retrieve directory listing

Well, there’s a few possible causes for that. It’s possible a router along the way is blocking or otherwise preventing FTP connections.

However, I’ve occasionally seen an easy fix for this that just requires you load an FTP connection tracking module on your server. To do that, you can run this command as root:

modprobe nf_conntrack_ftp

Another alternative would be to try tweaking the active/passive settings in your browser. It looks like it’s using Passive mode now, you could always try changing it to Active.

-Eric