Skip to content

how to configure the firewall in vanilla os #353

Answered by Hesham136
Hesham136 asked this question in Q&A
Discussion options

You must be logged in to vote

i found a solution but with gui not cli
first i searched for the world "firewall" in vanilla os github repo and found out that they use firewalld .

there is an app to configure the firewalld through gui called "firewall-config"

first search in the repo by openning the terminal & type
apt search firewall-config

then to install the app run the following commands

1- abroot pkg add firewall-config

2-abroot pkg apply

then reboot

3-if the system shows that there is on going update run abroot status -V & if you found in the last lines of the output " unstaged: firewall-config "

4-run "abroot pkg apply" again (the A root needs the command & the b root also needs it (i don't know the reason it's n…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Hesham136
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant