You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A similar question was posted here, but I have already fixed the missing square brackets, and the single stream named nat is not coming up. Am I missing anything?
bngblaster version is 0.9.4 installed over Ubuntu 22.04.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to test CGNAT into a fully virtualized environment, however streams are not coming up with the following config:
{
"interfaces": {
"network": {
"interface": "eth2",
"address": "20.20.0.2",
"gateway": "20.20.0.1",
"address-ipv6": "20:20::2",
"gateway-ipv6": "20:20::1"
},
"access": [
{
"interface": "eth1",
"outer-vlan-min": 1000,
"outer-vlan-max": 1999,
"inner-vlan-min": 2000,
"inner-vlan-max": 2999,
"authentication-protocol": "PAP"
}
]
},
"ppp": {
"authentication": {
"username": "cgnat{inner-vlan}",
"password": "cgnat"
},
"lcp": {
"keepalive-interval": 120
}
}
A similar question was posted here, but I have already fixed the missing square brackets, and the single stream named nat is not coming up. Am I missing anything?
bngblaster version is 0.9.4 installed over Ubuntu 22.04.
Beta Was this translation helpful? Give feedback.
All reactions