-
Notifications
You must be signed in to change notification settings - Fork 79
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
Dynamic IPs in servers.yaml #17
Comments
Hi,
The easiest way to implement this (that I could think of) would be to allow
IP ranges in the servers.yaml file.
If you would happen to have an example trace, I could have a look at it.
BR,
Josep
…On Fri, 9 Apr 2021, 14:13 lukedevon ***@***.***> wrote:
Hi,
Can we use dynamic/dhcp IPs instead of fixed IP for interface IPs of
servers.yaml ? In some implementations, IP allocating to a particular
interface have configured using dhcp IP pool.
Thanks,
Luke.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#17>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD7F3Q62EP344GPD66QH4DTH3VN3ANCNFSM42U3OIYA>
.
|
Hi Josep, As you all know there wont be multiple IPs for an interface in a packet trace. However in some cases, for example if we restart the particular node, interface IP can be change as the IP allocation has been done over a DHCP IP pool. So, as far as I understood, if you allow to add dynamic IP ranges in the server.yaml, then any time even if the IP has been change it will read from the server.yaml. Thanks |
Hi Luke,
Sorry for the misunderstanding. I meant that if you can send me a trace
(obviously exact IP addresses, e.g. 10.10.0.5 receiving N_smf messages) + a
description of the IP Pools (e.g. 10.10.0.0/24 is "SMF") I could have a
look at it and include the trace+diagram as example in the documentation. I
am a bit limited in terms of traces that I can publicly use ;)
…On Sat, 10 Apr 2021, 17:05 lukedevon ***@***.***> wrote:
Hi Josep,
As you all know there wont be multiple IPs for an interface in a packet
trace. However in some cases, for example if we restart the particular
node, interface IP can be change as the IP allocation has been done over a
DHCP IP pool. So, as far as I understood, if you allow to add dynamic IP
ranges in the server.yaml, then any time even if the IP has been change it
will read from the server.yaml.
Thanks
Luke.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD7F3UB6T5DKKKXS3RTQ3DTIBSM3ANCNFSM42U3OIYA>
.
|
Hi,
Can we use dynamic/dhcp IPs instead of fixed IP for interface IPs of servers.yaml ? In some implementations, IP allocating to a particular interface have configured using dhcp IP pool.
Thanks,
Luke.
The text was updated successfully, but these errors were encountered: