Ok. Cockpit uses the shutdown command to shut down[src], but systemctl poweroff might work. I will also attempt to revert bioses if msi supports it. thank you very much!
The international hackathon? its in the netherlands, which this architecture sorta looks like
I ended up just installing Alma Linux again. Thank you very much for your help.
No firewalls on the client, but iptables on host and guest. guest has no rules just allow all, and host rules are listed in the post.
From the iptables
manpage:
--to offset
Set the offset from which it starts looking for any matching. If not passed, default is the packet size.
...
--to-destination ipaddr-ipaddr
Address range to round-robin over.
This seems to do something, but the port still appears as closed.
iptables -nvL
returns:
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 369 packets, 54387 bytes)
pkts bytes target prot opt in out source destination
5 300 ACCEPT 6 -- * virbr1 0.0.0.0/0 192.168.101.4 tcp dpt:22
84 6689 ACCEPT 0 -- * br-392a16e9359d 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
7 418 DOCKER 0 -- * br-392a16e9359d 0.0.0.0/0 0.0.0.0/0
146 9410 ACCEPT 0 -- br-392a16e9359d !br-392a16e9359d 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT 0 -- br-392a16e9359d br-392a16e9359d 0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
I've omitted some listings that were labelled as docker.
iptables -t nat -nvL
returns:
Chain PREROUTING (policy ACCEPT 626 packets, 90758 bytes)
pkts bytes target prot opt in out source destination
5 300 DNAT 6 -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:2222 to:192.168.101.4:22
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 154 packets, 12278 bytes)
pkts bytes target prot opt in out source destination
0 0 DOCKER 0 -- * * 0.0.0.0/0 !127.0.0.0/8 ADDRTYPE match dst-type LOCAL
Chain POSTROUTING (policy ACCEPT 290 packets, 22404 bytes)
pkts bytes target prot opt in out source destination
0 0 MASQUERADE 0 -- * !br-392a16e9359d 172.18.0.0/16 0.0.0.0/0
I've also omitted some listings that were labelled as docker.
After running the ssh
command, the bytes seem to increase.
After 1 ssh attempt:
7 420 DNAT 6 -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:2222 to:192.168.101.4:22
After another ssh attempt:
8 480 DNAT 6 -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:2222 to:192.168.101.4:22
Plus I'd imagine reddit keeps edit history.
To be honest, I would just get an old car and fit a tablet into it
on my main desktop it's total anarchy
Ubuntu touch uses unity
If I feel like it, I might use DD to clone my drive and put in on a hard drive. Usually I don't back up, though.
TBH ive always wanted to dress up like that and spook the shit out of the town I live in...
Yes, I've always made sure to use
update-grub
and checked cmdline to make sure it has the correct parameters. Regardless of acpi=force or acpi=off, it would still hang.