| View previous topic :: View next topic |
| Author |
Message |
Craft
Joined: 02 Jun 2004
Posts: 4
|
| Posted: Wed Jun 02, 2004 11:38 pm Post subject: Help plz with the ftp connections... |
|
|
it says this in the setup...
Code: #########################################
## ##
## SlimFTPd Configuration Script ##
## ##
#########################################
#
# Global server variables
#
#
# The BindInterface directive specifies which network interface should be used
# to listen for incoming connections. Available options are All, LAN, WAN,
# Local, or you can specify an IP address.
#
BindInterface ALL
If i wanna have someone from like another state of something connect to my apache server so they can update their website that im (hosting) for them, how might i do that. I tried putting my IP for BindInterface but it didnt work.. Any suggestions?... :roll: |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 303
|
| Posted: Thu Jun 03, 2004 12:26 pm Post subject: |
|
|
| well , for starters check with your isp that you have a public IP address assigned |
|
| Back to top |
|
Craft
Joined: 02 Jun 2004
Posts: 4
|
| Posted: Thu Jun 03, 2004 7:39 pm Post subject: |
|
|
I must have a public ip address b/c i host coutnerstrike servers and they connect to: 24.164.62.51:27015
And i host a Teamspeak server and they connect to: 24.164.62.51:8767
So i must have a public ip... Anyother suggestions? :roll: |
|
| Back to top |
|
kolatracks
Joined: 07 Jul 2003
Posts: 25
Location: UK
|
| Posted: Sat Jun 05, 2004 3:17 pm Post subject: |
|
|
What's the problem?
The ftp should run without you needing to change the BindInterface line, it's only optional if you want it bound to a specific interface.
All you should need to do, is check the slimftpd service is running and add the users you wan to use. |
|
| Back to top |
|
Craft
Joined: 02 Jun 2004
Posts: 4
|
| Posted: Sun Jun 06, 2004 12:27 am Post subject: |
|
|
| ok ill tyr that thx |
|
| Back to top |
|
Craft
Joined: 02 Jun 2004
Posts: 4
|
| Posted: Sun Jun 06, 2004 12:39 am Post subject: |
|
|
| ok im trying to have a http server on my pc, and im hosting my friends site that lives in another state, i want him to be able to connect to his folder in my http server (http://xx.xxx.xx.xx/shinobi) but the ftp program is only working on local incoming connections how can i change that? |
|
| Back to top |
|
kolatracks
Joined: 07 Jul 2003
Posts: 25
Location: UK
|
| Posted: Sun Jun 06, 2004 8:05 am Post subject: |
|
|
Well, as said before, just edit the bindinteraface line, replacing 'all' with your ip and restart the service, however it should work on the defaults. by default it binds to all devices it finds.
Now to your actual problem, do you have need for any special config to do on your network? ie, port forwarding? That would be my first guess
Secondly, have you tried changing the port? it's getting common for isp's to block port 21 along with 80 and a few others |
|
| Back to top |
|
| |