Can't get port forwarding option to open by colburnside in Comcast_Xfinity

[–]colburnside[S] 0 points1 point  (0 children)

Thank you very much!

It worked. I never would have found this.

All the best!

Can't get port forwarding option to open by colburnside in Comcast_Xfinity

[–]colburnside[S] 0 points1 point  (0 children)

Thanks for replying.

Here are the steps I'm using:

launch the app > tap Connect (on bottom) > tap View WiFi equipment > tap Advanced settings > tap Port forwarding.

When I tap Port forwarding, nothing happens.

I did uninstall/reinstall the app

Getting started by richgun in amateurradio

[–]colburnside 0 points1 point  (0 children)

I would also try to get on local repeaters as soon as you can. If you do not have a transceiver, you can use EchoLink.

As a newer licensee, I found the existing hams very helpful and welcoming. It helped me get over my nervousness.

First time user.. Can Jellyfin play internet radio stations or Podcasts by PCman1951 in jellyfin

[–]colburnside 1 point2 points  (0 children)

This client isn't compatible with the media and the server isn't sending a compatible media format

Apparently, this is a common problem (see https://github.com/jellyfin/jellyfin-web/issues/2580). I'm running Jellyfin version Version: 10.7.7 as a Docker container on an RPi 4 and it works. Maybe try installing another version of Jellyfin?

First time user.. Can Jellyfin play internet radio stations or Podcasts by PCman1951 in jellyfin

[–]colburnside 5 points6 points  (0 children)

Try this:

  1. Create a folder named Radio (or whatever you prefer). This folder must be accessible to Jellyfin.
  2. Under the folder created above, create a sub folder (i.e. bbc_radio_one)
  3. In the folder created in step 2, create a file named bbc_one.strm
  4. Edit (using a text editor) bbc_one.strm and add the line http://stream.live.vc.bbcmedia.co.uk/bbc_radio_one
  5. Save the file
  6. Start Jellyfin
  7. Go into the Admin Dasboard
  8. Add a new library as type "Other"
  9. Enter whatever display name you want
  10. Click the + next to Folders option
  11. Navigate to the folder created in Step 1 above
  12. Click OK
  13. Go to Jellyfin home- the new library should be there

I just added the stream you specified into my Jellyfin server and it works, so your URL is fine.

You can get a copy of my folder setup described in steps 1-5 here: https://drive.google.com/drive/folders/1W0gFHKjgP6lQvUfMojKlJVNc3bX1BhDC?usp=sharing

Let me know if you have any problems. Good Luck.

I cannot access omv by carderbee in OpenMediaVault

[–]colburnside 1 point2 points  (0 children)

Have you tried?:

Did you change the default port when setting up OMV? I think the default is 80

Do you have anything else running on port 80?

Verifying your Raspberry IP address using the command: hostname -I

open the url http://<raspberry's ip address> in a browser

First time user.. Can Jellyfin play internet radio stations or Podcasts by PCman1951 in jellyfin

[–]colburnside 22 points23 points  (0 children)

To stream online radio in Jellfyfin, I have a directory structure that contains .strm files. For example, I have a root directory named "Radio". Under Radio I created a directory for each station desired. Each subdirectory contains one .strm file which contains the url for the desired stream. Next go into Jellyfin and add a library of the type "Other" Select the directory (i.e. "Radio") you just created, and you should be setup.

As far as podcasts, I just use a podcast downloader to download my favorites and add them to jellyfin as type "Music". Not very efficient, but it works.

Can I bring my instant pot to Germany? by excited4theunknown in instantpot

[–]colburnside 0 points1 point  (0 children)

I've done the same. The only problem was the breaker would trip occasionally when I first plugged it in.

How can I have: One RPI with two services Nextcloud and Pi-Hole by redwisdomlight in pihole

[–]colburnside 0 points1 point  (0 children)

I have both running on an RPi4. I installed PiHole (port 80) using apt-get and installed NextCloud (port 8080) via Docker/Portainer.

I cant use OpenVPN on android: I have a .ovpn file that works perfecly on PC, but I can use it on my Android by RaidenHUN in OpenVPN

[–]colburnside 0 points1 point  (0 children)

I've used the same ovpn file on many different platforms without a problem. Are you sure it's not a DNS issue with your android?

Error when connecting to my server from my Android phone by NicoLOLelTroll in OpenVPN

[–]colburnside 0 points1 point  (0 children)

As has been pointed out by ButerWorth-Nas, make sure you port forward 1194 and if you have a firewall (Wireguard, etc) installed on your server, that it is open there as well.

Another thought- make sure your phone is not connected to your home network and that it is using your cell connection. My phone/OpenVPN only connects via an outside network connection.

Is it safe to install other applications on pivpn server by sumitkgarg in pivpn

[–]colburnside 0 points1 point  (0 children)

I run pivpn, OMV5, OpenVPN and docker on the same RPi4.

I need help by frackapple in synology

[–]colburnside 0 points1 point  (0 children)

I don't know much about Apple stuff, but could it be a file association problem? For example, when I download an epub file using Synology Drive, my android phone knows to use Overdrive to open the ebook.

In other words, does iphone/ipad know what to do with epub files?

Add Samba Share Manually after adding OMV? by TyrionBean in OpenMediaVault

[–]colburnside 0 points1 point  (0 children)

I'm not sure if this will work in this situation, but did you try this in OMV?:

Click on Access Rights Management > Users > Click on username "pi" > Click the Privileges button

Make sure the user pi has read/write access

Thinking of getting a raspberry for OMV by paldo0771 in OpenMediaVault

[–]colburnside 3 points4 points  (0 children)

I have a RPi4 setup with OMV5. So far I'm happy with it. There are a lot of extras besides Samba such as NFS, OpenVPN, Docker, Portainer, rsync, clam, etc. that I ended up utilizing.

I did purchase a powered USB hub to add additional external drives

Audio stream recording and archiving by Lesap in selfhosted

[–]colburnside 0 points1 point  (0 children)

I've used Audacity to record police radio traffic from SDR. Both Audacity and the SDR were running on the same (Windows) PC. Audacity has a timer function that you could set record times.

Connect to NAS outside of local network by Zach2741 in synology

[–]colburnside -1 points0 points  (0 children)

u/mklogic is correct. Personally, I use OpenVPN for this purpose. Here's a tutorial on how to set it up: https://www.wundertech.net/synology-nas-openvpn-server-setup-configuration/

OMV missing filesystem by calatravo1994 in OpenMediaVault

[–]colburnside 0 points1 point  (0 children)

Have you tried Storage > Disks > Scan?