raspberry pi port forwading troubles
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I use my raspberry pi as a media server to access music, pictures, videos etc. I have smb set up and it works great. I'm now trying to make it so i can access my files outside of my network. I tried following this guide https://www.raspberrypi.org/forums/viewtopic.php?t=56149 and am having difficulty.
so far I have done the following steps
sudo apt-get install vsftpd
sudo nano /etc/vsftpd.conf
Then added the following configs
##Edit or uncomment the following lines ::::
Anonymous_enable=NO
Local_enable=YES
Write_enable=YES
Ascii_upload_enable=YES
Ascii_download_enable=YES
##ADD the following lines to the bottom of the file!
pasv_enable=YES
listen_port=64000
pasv_min_port=64001
pasv_max_port=64040
pasv_address= [my routers ip address]
pasv_address_resolve=YES
local_root=/mnt/usbstorage/Media
Then restarted
sudo service vsftpd restart
the directions then say
important! Now go into your Router settings and forward port 64000 to 64040, to the local IP of your raspberry.
I then tried port forwarding (been trying for hours) with no luck..
This is what my router settings look like. I'm just not sure what numbers to put where.
for local ip I used my raspi's static ip;
Everything else I'm totally clueless. I've tried all types of combinations and no luck. Any help would be appreciated.
I'm not sure if it matters at all by my raspberry pi is connected to my router via ethernet.
raspberry-pi port-forwarding
add a comment |Â
up vote
1
down vote
favorite
I use my raspberry pi as a media server to access music, pictures, videos etc. I have smb set up and it works great. I'm now trying to make it so i can access my files outside of my network. I tried following this guide https://www.raspberrypi.org/forums/viewtopic.php?t=56149 and am having difficulty.
so far I have done the following steps
sudo apt-get install vsftpd
sudo nano /etc/vsftpd.conf
Then added the following configs
##Edit or uncomment the following lines ::::
Anonymous_enable=NO
Local_enable=YES
Write_enable=YES
Ascii_upload_enable=YES
Ascii_download_enable=YES
##ADD the following lines to the bottom of the file!
pasv_enable=YES
listen_port=64000
pasv_min_port=64001
pasv_max_port=64040
pasv_address= [my routers ip address]
pasv_address_resolve=YES
local_root=/mnt/usbstorage/Media
Then restarted
sudo service vsftpd restart
the directions then say
important! Now go into your Router settings and forward port 64000 to 64040, to the local IP of your raspberry.
I then tried port forwarding (been trying for hours) with no luck..
This is what my router settings look like. I'm just not sure what numbers to put where.
for local ip I used my raspi's static ip;
Everything else I'm totally clueless. I've tried all types of combinations and no luck. Any help would be appreciated.
I'm not sure if it matters at all by my raspberry pi is connected to my router via ethernet.
raspberry-pi port-forwarding
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I use my raspberry pi as a media server to access music, pictures, videos etc. I have smb set up and it works great. I'm now trying to make it so i can access my files outside of my network. I tried following this guide https://www.raspberrypi.org/forums/viewtopic.php?t=56149 and am having difficulty.
so far I have done the following steps
sudo apt-get install vsftpd
sudo nano /etc/vsftpd.conf
Then added the following configs
##Edit or uncomment the following lines ::::
Anonymous_enable=NO
Local_enable=YES
Write_enable=YES
Ascii_upload_enable=YES
Ascii_download_enable=YES
##ADD the following lines to the bottom of the file!
pasv_enable=YES
listen_port=64000
pasv_min_port=64001
pasv_max_port=64040
pasv_address= [my routers ip address]
pasv_address_resolve=YES
local_root=/mnt/usbstorage/Media
Then restarted
sudo service vsftpd restart
the directions then say
important! Now go into your Router settings and forward port 64000 to 64040, to the local IP of your raspberry.
I then tried port forwarding (been trying for hours) with no luck..
This is what my router settings look like. I'm just not sure what numbers to put where.
for local ip I used my raspi's static ip;
Everything else I'm totally clueless. I've tried all types of combinations and no luck. Any help would be appreciated.
I'm not sure if it matters at all by my raspberry pi is connected to my router via ethernet.
raspberry-pi port-forwarding
I use my raspberry pi as a media server to access music, pictures, videos etc. I have smb set up and it works great. I'm now trying to make it so i can access my files outside of my network. I tried following this guide https://www.raspberrypi.org/forums/viewtopic.php?t=56149 and am having difficulty.
so far I have done the following steps
sudo apt-get install vsftpd
sudo nano /etc/vsftpd.conf
Then added the following configs
##Edit or uncomment the following lines ::::
Anonymous_enable=NO
Local_enable=YES
Write_enable=YES
Ascii_upload_enable=YES
Ascii_download_enable=YES
##ADD the following lines to the bottom of the file!
pasv_enable=YES
listen_port=64000
pasv_min_port=64001
pasv_max_port=64040
pasv_address= [my routers ip address]
pasv_address_resolve=YES
local_root=/mnt/usbstorage/Media
Then restarted
sudo service vsftpd restart
the directions then say
important! Now go into your Router settings and forward port 64000 to 64040, to the local IP of your raspberry.
I then tried port forwarding (been trying for hours) with no luck..
This is what my router settings look like. I'm just not sure what numbers to put where.
for local ip I used my raspi's static ip;
Everything else I'm totally clueless. I've tried all types of combinations and no luck. Any help would be appreciated.
I'm not sure if it matters at all by my raspberry pi is connected to my router via ethernet.
raspberry-pi port-forwarding
asked Feb 17 at 1:32
jslice
61
61
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Enable Port Forwarding Yes
Port Range 64000-64040
Local IP (raspi IP)
It matters a lot if your RPi is connected or not. ;-)
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Enable Port Forwarding Yes
Port Range 64000-64040
Local IP (raspi IP)
It matters a lot if your RPi is connected or not. ;-)
add a comment |Â
up vote
0
down vote
Enable Port Forwarding Yes
Port Range 64000-64040
Local IP (raspi IP)
It matters a lot if your RPi is connected or not. ;-)
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Enable Port Forwarding Yes
Port Range 64000-64040
Local IP (raspi IP)
It matters a lot if your RPi is connected or not. ;-)
Enable Port Forwarding Yes
Port Range 64000-64040
Local IP (raspi IP)
It matters a lot if your RPi is connected or not. ;-)
answered Feb 17 at 11:15
Gerard H. Pille
1,169212
1,169212
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f424706%2fraspberry-pi-port-forwading-troubles%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password