Jump to content

Limit users outside network to individual IP adress.


Recommended Posts

MediaIntelNUC
Posted

Hi!

Im thinking of beefing up my security in regards to remote acess.

I have Reverse proxy with Caddy and NO-IP but then i was thinking i could just restrict remote acess to the IP:s of my devices i use outside LAN and a few other users.

I have looked at the knowledge base but couldnt really figure it out and i thought i would ask for some pointers in the server settings first.

Im guessing its the "Filter for external IP-adresses"?

And if so, do i add them like: 192.168.x.x,192.168.x.x ? (an external IP might look different regarding numbers but you get what i mean:))

Is Emby Connect worth looking into?

Is there any settings in the server that anyone would reccomend for restricting remote acess security other than this those would be most welcome🫡

Thanx!

 

N.

 

 

Neminem
Posted

Does all the user have a static ip?

What if there DHCP lease renews?

What if they go mobile?

Personally I use geo blocking in my firewall.

 

  • Like 1
MediaIntelNUC
Posted

Thanx for your reply @Neminem

3 minutes ago, Neminem said:

Does all the user have a static ip?

If not, i will make sure that they have.

5 minutes ago, Neminem said:

What if there DHCP lease renews?

Good question, will look in to it.

6 minutes ago, Neminem said:

What if they go mobile?

Another good one,hadnt thought about that, thanx!

9 minutes ago, Neminem said:

Personally I use geo blocking in my firewall.

I sae that as an option when reading up, do you use it in windows firewall?

Thanx again, you saved me,probably,a lot of time for schooling me on whitelists🫡

Neminem
Posted
10 minutes ago, MediaIntelNUC said:

do you use it in windows firewall?

No its setup in my Ubiquity Security Router.

MediaIntelNUC
Posted

All right, thanx, will look into it.

visproduction
Posted (edited)

Media I,

Security idea that might be useful for users who like using the web client only.

I like setting up a hidden page online on a website I control, with a fun image and an image map.  The user clicks some part of the image and they are taken to the Emby IP address.

Security benefits:

  1. You set the IP address and the port, inside some area of the image of some fun photo (image map).  It is less likely to be grabbed by any bot.
    1. https://imageonline.io/image-map-generator/
    2. https://www.image-map.net/
  2. Users get a link to the hidden page, where you put any promotions, updates, notices or reviews.
  3. If you decide to change the port or have to move to a new IP address, you update the hidden page link and you're done.  You never have to suggest users go to an IP address, which, for many mobile browser is not actually easy or practically impossible to do.


Example code to be added to a page where you are the admin of the site. (It does not work with social media member sites). Replace the 192 address with your remote access address.
 

<a href="http://192.168.1.5:8096"><img src="your-image.jpg" alt="Member only access to the media server" title="Member only access to the media server" usemap="#image-map" height="750" width="500"></a>
<h1>Welcome to Ralph's collection</h1>
<p>Some promotion or review...</p>

<map name="image-map">
  <area shape="rect" coords="405,597,591,1320" href="#" alt="Area 1">
  <area shape="rect" coords="575,609,801,670" href="#" alt="Area 2">
  <area shape="rect" coords="373,726,458,928" href="#" alt="Area 3">
</map>

 

 

Example Image map on hidden page access to server.jpg

Edited by visproduction

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...