Jump to content

hey @neckobla

 

First of all, can you give me some basic info?

 

What OS is the server running?

 

What OS is the client running?

 

 

Some other info which might be helpfull. For example are you using a IP tabel to deny/grant access to the server?

 

 

 

Edit:  As said at the the post below me. IF youre using a ip tabel the client and server need static ip's.

 

 

Link to comment
https://linustechtips.com/topic/817483-server-ip-help/#findComment-10250802
Share on other sites

Link to post
Share on other sites

What kind of application makes it desirable to assign IP addresses to server clients? Unless your whole network operates off of static addresses then the IP of each host computer will be different each day a user tries to access the server.

Link to comment
https://linustechtips.com/topic/817483-server-ip-help/#findComment-10250811
Share on other sites

Link to post
Share on other sites

27 minutes ago, neckoblack said:

I want to assign an IP to each user and be able to sign in and out from one host but once I log out of the client to sign in into another it blocks and I don't know why

 

I'm so confused...

Spoiler

Desktop: Ryzen9 5950X | ASUS ROG Crosshair VIII Hero (Wifi) | EVGA RTX 3080Ti FTW3 | 32GB (2x16GB) Corsair Dominator Platinum RGB Pro 3600Mhz | EKWB EK-AIO 360D-RGB | EKWB EK-Vardar RGB Fans | 1TB Samsung 980 Pro, 4TB Samsung 980 Pro | Corsair 5000D Airflow | Corsair HX850 Platinum PSU | Asus ROG 42" OLED PG42UQ + LG 32" 32GK850G Monitor | Roccat Vulcan TKL Pro Keyboard | Logitech G Pro X Superlight  | MicroLab Solo 7C Speakers | Audio-Technica ATH-M50xBT2 LE Headphones | TC-Helicon GoXLR | Audio-Technica AT2035 | LTT Desk Mat | XBOX-X Controller | Windows 11 Pro

 

Spoiler

Server: Fractal Design Define R6 | Ryzen 3950x | ASRock X570 Taichi | Asus RTX 4060 Dual OC | 64GB (4x16GB) Corsair Vengeance LPX 3000Mhz | Corsair RM850v2 PSU | Fractal S36 Triple AIO + 4 Additional Venturi 120mm Fans | 8 x 20TB Seagate Exos X22 | 4 x 16TB Seagate Exos X18 | 3 x 2TB Samsung 970 Evo Plus NVMe | LSI 9211-8i HBA

 

Spoiler

NAS: Innovision 4U 24-bay chassis (12GB MiniHD SGIO Backplane) | Intel Core i9-10980xe | EVGA X299 FTW-K | EVGA RTX 2080Ti Super FTW3 | 128GB (8x16GB) Corsair Vengeance LPX 3200Mhz | DEEPCOOL PN1000M PSU| Noctua NH-D12L Chromax Black | 16 x 16TB Seagate Exos X18 | 2 x 2TB Samsung 990 Pro | 2 x 2TB Intel U.2 P4510 | LSI 9305-24i HBA

 

Link to comment
https://linustechtips.com/topic/817483-server-ip-help/#findComment-10250847
Share on other sites

Link to post
Share on other sites

On 4/8/2017 at 2:27 PM, Jarno. said:

hey @neckobla

 

First of all, can you give me some basic info?

 

What OS is the server running?

 

What OS is the client running?

 

 

Some other info which might be helpfull. For example are you using a IP tabel to deny/grant access to the server?

 

 

 

Edit:  As said at the the post below me. IF youre using a ip tabel the client and server need static ip's.

 

 

Sorry, the OS is windows 2012 R2, the client OS is windows 7 starter, i have the DHCP server set up and a pool of IPs

what i want to do is configure the server so that when a specific user logs in from any client the ip changes to an predetermined assigned one and when the user logs out and a new maybe random user logs in the ip changes

Link to comment
https://linustechtips.com/topic/817483-server-ip-help/#findComment-10255889
Share on other sites

Link to post
Share on other sites

On 4/8/2017 at 2:29 PM, Windows7ge said:

What kind of application makes it desirable to assign IP addresses to server clients? Unless your whole network operates off of static addresses then the IP of each host computer will be different each day a user tries to access the server.

yes any host that connects will get an ip how ever what i want to accomplish is if a specific user logs in like User Sam, the pc he is log on gets a predetermined ip , i want to do this without using the clients mac address so if user Sam logs off and on from an other pc he will automatically get his reserved ip address and if someone logs on to the pc he was logged on to, they will be reassigned a new ip from the pool

Link to comment
https://linustechtips.com/topic/817483-server-ip-help/#findComment-10255898
Share on other sites

Link to post
Share on other sites

3 hours ago, neckoblack said:

yes any host that connects will get an ip how ever what i want to accomplish is if a specific user logs in like User Sam, the pc he is log on gets a predetermined ip , i want to do this without using the clients mac address so if user Sam logs off and on from an other pc he will automatically get his reserved ip address and if someone logs on to the pc he was logged on to, they will be reassigned a new ip from the pool

Is the server providing DHCP services or is it just a file server running a domain service? Even when a user hasn't logged into a computer on the domain it will already have obtained an IP address. It wouldn't make any sense to want the computer to refresh it's IP to be assigned a static one based on the user who logs in.

 

What is the actual objective? Is this to track traffic flow? See where people are going on the network? Some form of security?

Link to comment
https://linustechtips.com/topic/817483-server-ip-help/#findComment-10256450
Share on other sites

Link to post
Share on other sites

17 minutes ago, Windows7ge said:

Is the server providing DHCP services or is it just a file server running a domain service? Even when a user hasn't logged into a computer on the domain it will already have obtained an IP address. It wouldn't make any sense to want the computer to refresh it's IP to be assigned a static one based on the user who logs in.

 

What is the actual objective? Is this to track traffic flow? See where people are going on the network? Some form of security?

Yeah this doesn't seem to make much sense.

 

I don't even think this is possible using third party tools, unless you did some crazy Powershell scripting. Totally not recommended.

 

@neckoblack what is the objective here? Why does Sam need the same IP regardless of what computer he is using?

For Sale: Meraki Bundle

 

iPhone Xr 128 GB Product Red - HP Spectre x360 13" (i5 - 8 GB RAM - 256 GB SSD) - HP ZBook 15v G5 15" (i7-8850H - 16 GB RAM - 512 GB SSD - NVIDIA Quadro P600)

 

Link to comment
https://linustechtips.com/topic/817483-server-ip-help/#findComment-10256492
Share on other sites

Link to post
Share on other sites

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

×