-
Notifications
You must be signed in to change notification settings - Fork 24
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
Error installing 5gc-router #4
Comments
The most likely cause is that your server needs to use systemd-networkd to configure the network. What does |
It's active and running:
BTW, I'm running on a Ubuntu 22.04 system with kernel 5.15:
|
What does the following command return for you? find /*/systemd/network -maxdepth 1 -not -type d -name '*eno1.network' -print You might also check out the Network Service section in this collection of notes, and see if any of it helps: I'd also recommend joining the #aether-onramp channel on ONF's slack workspace. (Getting broader |
That google doc was helpful, it got me through the error but I got a new one:
Just for the record, I'm using an instance on Chameleon Cloud with static IP addresses, so my configuration file was different. Also, I was connected to the server via SSH and the ansible recipe kicked me out when it restarted the network service. Maybe it's worth mentioning that for some scripts is recommended to have console access. |
@JoaquinChung can you try installing again using |
Hi, that's what I did on my last post, I just cropped the output to the final error message |
I haven't tried Chameleon, but I did get the Quick Start deployment running on Cloud Lab. Is it possible you're sitting behind a proxy? |
Also, can you say exactly what you did to get past the previous problem. I have a feeling the original "fix" in the Google doc is more invasive than it needs to be. |
Chameleon is built on top of OpenStack, I used CloudLab ages ago so I'm not familiar with its current form. I'm definitely behind a NAT in Chameleon, and yes the "fix" in the google doc broke my ability to SSH into my instance.
This allowed me to pass the first error, but created the new error and broke my ability to SSH into the instance. I can still use Chameleon's console thou. |
Hi ipv4-forwarding enable in sysctl |
When I issue the
make aether-5gc-install
I get the following error:The text was updated successfully, but these errors were encountered: