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 is inconsistant #236

Open
ndo360 opened this issue Jan 20, 2021 · 2 comments
Open

DHCP is inconsistant #236

ndo360 opened this issue Jan 20, 2021 · 2 comments

Comments

@ndo360
Copy link

ndo360 commented Jan 20, 2021

Greetings!

I was hoping I could get her some insight with an peculiar issue I am having.

Right now I am running a linux server that has a DHCP service running, as well as a FreeLAN, which should allow clients to join and gain their IP address automatically. The issue I am having is that my clients who connect are having inconsistent results in obtaining an IP address.

The Host:
The host is running dnsmasq for the DHCP server, and it listens on the tap interface for incoming connections. FreeLAN is started by this command:

freelan --security.passphrase "my secret" --switch.relay_mode_enabled yes

Clients:
Clients join using the following command:

freelan --security.passphrase "my secret" --fscp.contact [IP_ADDRESS]:12000 --tap_adapter.ipv4_dhcp 1 --tap_adapter.dhcp_proxy_enabled 0 --tap_adapter.metric 1

Am I doing anything wrong? (Also internet does drop out for a bit for the client when they do get their address for a brief minute or two.)

@richman1000000
Copy link

I tried to use DHCP with Freelan. But it is better to just use settings in config.
I think return of Freelan Server will solve IP lease problems

@ndo360
Copy link
Author

ndo360 commented Jan 21, 2021

I tried to use DHCP with Freelan. But it is better to just use settings in config.

I think return of Freelan Server will solve IP lease problems

Is it confirmed that the FreeLAN Server will make a return in version 3.0?

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