37 lines
866 B
Markdown
37 lines
866 B
Markdown
---
|
||
created: 2026-02-03T16:38:54
|
||
category:
|
||
- "[[Note]]"
|
||
topic:
|
||
- "[[AI]]"
|
||
- "[[OpenClaw]]"
|
||
title: OpenClaw
|
||
tags:
|
||
- project
|
||
---
|
||
### Setup
|
||
|
||
- installed on [[proxmox|proxmox]] vm
|
||
- [[ubuntu server|ubuntu server]] install
|
||
- ubuntu server (not minimised, that was a PITA to work with)
|
||
- ipv4 config
|
||
- Subnet: `10.100.0.0/24`
|
||
- Address: `10.100.0.2`
|
||
- Gateway: `10.100.0.1`
|
||
- Name servers: `1.1.1.1`, `8.8.8.8`
|
||
- Search domains: leave empty
|
||
- proxmox firewall rules
|
||
- block all inbound and outbound ip to vm
|
||
- ignore most of below, use tailscale, much easier
|
||
- make an exception for main pc
|
||
- Port Forwarding (DNAT)
|
||
- main pc hits port on proxmox host, it then gets transferred to vm
|
||
|
||
### Notes
|
||
|
||
- installing ubuntu failed
|
||
- update error during installation
|
||
- fix: stop it from updating
|
||
- no internet access/don't setup ipv4 config
|
||
|