Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DHCP problem when online users more than 255 #1939

Open
bobyturk opened this issue Dec 23, 2023 · 10 comments
Open

DHCP problem when online users more than 255 #1939

bobyturk opened this issue Dec 23, 2023 · 10 comments

Comments

@bobyturk
Copy link

Hi, there!
hi . in 1 virtualhub i configured ip addresses list like this

192.168.30.2
192.168.31.255

when the online users reach the 255 session its mean 30s ip block is full and got ip from 31s block , the userswith 31 ip range are online but no data transfer ! how can i fix this ?

for example the user has ip 192.168.31.3 is online but cant get any data

@chipitsine
Copy link
Member

a wild guess is that somehow network mask is /24
can you provide config ? logs ?

@bobyturk
Copy link
Author

where do you mean ? in ubuntu server configuration or in softheter cirtual nat ? virtual nat has no option to set mas /24 or /32

@bobyturk
Copy link
Author

this is my nat conf . i dont know how to chek subnet is /24 or /32
photo_2023-12-24_00-33-09

@chipitsine
Copy link
Member

chipitsine commented Dec 23, 2023

subnet mask "255.255.255.0" only allows 255 hosts.

it looks like SE VPN allows to make controversal configuration, i.e. 2 x 255 hosts with only 255 mask.

can you try adjusting mask to 255.255.254.0 ?

@bobyturk
Copy link
Author

thank you ill test it . but i am using developer edition . SE versions dhcp has problem with more than 49 ip !

@chipitsine
Copy link
Member

49 ip must be different story, probably originating to openvpn "net30" subnet.
anyway, please try not to mix everything in a sigle issue, as we'll soon will stop understand what's going on.

feel free to open dedicated issue for that

@chipitsine
Copy link
Member

by "SE VPN" I mean development edition SoftEther VPN

@chipitsine chipitsine reopened this Dec 29, 2023
@chipitsine
Copy link
Member

let's keep it open.
I wish to address mask validation check in UI

@bobyturk
Copy link
Author

thank you , finally i could test subnet mask you gave me . the problem completly solved by using this subnet mask , even in stable edition when using this subnet you can got more online users , but i didnt test it in cascade and tunnel mode , just using in one softether server and number of online users has no limit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants