Skip to content
New issue

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

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

Already on GitHub? # to your account

Can NETX DHCPv6 support simultaneous DHCPv6 Client & DHCPv6 Server on two interfaces? #266

Open
512114 opened this issue Apr 1, 2024 · 0 comments

Comments

@512114
Copy link

512114 commented Apr 1, 2024

Hi all,

Case: We are trying to establish connections on two interfaces where one interface will work as a DHCPv6 Client and another as a DHCPv6 server. Both of them will be active simultaneously having separate LAN on a single device in a such way that a device will act as a Station for a third-party AP and parallelly device will act as an AP itself.

For the same, we are configuring the below array with a max index of two.
NX_INTERFACE nx_ip_interface[NX_MAX_IP_INTERFACES];
But inside this, we can store IPv4 addresses for each interface but we cannot store IPv6 addresses.

Query: We want to know whether this above case is feasible or not, if yes then we want to know the initialization and reinitialization sequences for both of the interfaces.
How should be the start and stop procedures for an individual interface without disturbing another interface?

Thanks,
Prasad

@512114 512114 changed the title Query: Can NETX DHCPv6 support simultaneous DHCPv6 Client & DHCPv6 Server on two interfaces? Can NETX DHCPv6 support simultaneous DHCPv6 Client & DHCPv6 Server on two interfaces? Apr 1, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant