2022-05-20 21:14:06 +02:00
---
title: Dom0
2022-11-19 15:25:20 +01:00
visible: true
2022-05-20 21:14:06 +02:00
---
2022-06-06 18:34:29 +02:00
[toc]
2023-02-23 14:48:51 +01:00
2022-05-20 21:14:06 +02:00
## Firewall
2023-02-23 14:48:51 +01:00
2022-05-20 21:14:06 +02:00
The firewall configuration can be changed with an already included package.
2023-02-23 14:48:51 +01:00
Call the TUI version with `system-config-firewall-tui`
2022-05-20 21:14:06 +02:00
2023-02-23 14:48:51 +01:00
The only open port will be 22/tcp for SSH Access
2022-05-20 21:14:06 +02:00
## SSH Access
2023-02-23 14:48:51 +01:00
Disable password authentication. See [ssh ](/remote/ssh )
2022-05-20 21:14:06 +02:00
## Local ISO Storage
2023-02-23 14:48:51 +01:00
2022-05-20 21:14:06 +02:00
Using ISO Storage on "/" or subdirectories on the same partition is not really viable, as only 18GiB are assigned to this mountpoint by default.
Instead use the local EXT mapper device. This is mounted under `/run/sr-mount/(id)`
Create a new "ISO" directory.
2023-02-23 14:48:51 +01:00
If you want to still use an easier to remember path, create a symbolic link. For example `ln -s /run/sr-mount/69d19d8e-f0dd-92d8-41bc-3d974b20f4f8/ISO/ /root/ISO` . You'll be able to use the path `/root/ISO` in the webinterface as local ISO storage.