-
Notifications
You must be signed in to change notification settings - Fork 9
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
NAT Model, Act I #330
Comments
This in particular relates to setting correct cascades. Refs #330
We have to cover the following use cases:
|
Our current and future switches, access points, and WLAN controllers don't support dynamic I-SID assignments via RADIUS. Only VLANs can be assigned dynamically via RADIUS. VLANs can be associated statically with I-SIDs on the switches however. So users can be indirectly assigned dynamically to an I-SID via RADIUS through the use of VLANs. The VLANs have only local significance on the particular switch. So the VLAN ID to use depends on the NAS (Network Access Server) in RADIUS parlance, the user tries to connect to. We need at least a wired VLAN ID on their home switch and wireless VLAN ID on the WLAN controller for each user. In summary:
|
This also includes the implicit relationship `Translation → InsideNetwork`. Also, make some of the redundant / conflicting `nat_domain` relationships `viewonly` Refs #330
I would argue that not every user „has“ a layer 2 domain – instead, layer 2 domains ( PropositionOkay, so I propose the following changes:
Left to decide
I'd argue that the third point is overkill, but the second might be useful. By having |
Since I repeatedly lost the overview about which checks etc. to implement, I reconstructed the feature list of the model in this I'll try to split those features up to get a precise definition of what has to be done for an initial deployment of the (unfinished) model. |
This in particular relates to setting correct cascades. Refs agdsn#330
This also includes the implicit relationship `Translation → InsideNetwork`. Also, make some of the redundant / conflicting `nat_domain` relationships `viewonly` Refs agdsn#330
This in particular relates to setting correct cascades. Refs #330
This also includes the implicit relationship `Translation → InsideNetwork`. Also, make some of the redundant / conflicting `nat_domain` relationships `viewonly` Refs #330
This in particular relates to setting correct cascades. Refs #330
This also includes the implicit relationship `Translation → InsideNetwork`. Also, make some of the redundant / conflicting `nat_domain` relationships `viewonly` Refs #330
This in particular relates to setting correct cascades. Refs #330
This also includes the implicit relationship `Translation → InsideNetwork`. Also, make some of the redundant / conflicting `nat_domain` relationships `viewonly` Refs #330
Child of #73.
Goal
The schema's hard relations plus constraints (not including constraint triggers which call functions!) should be implemented as intended in shreyders POC:
Tests are required. Target branch is
nat_schema
.Tasks
The text was updated successfully, but these errors were encountered: