No description
Find a file
GnomeZworc 5a263464e3
add volume info in agent
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-05-08 11:33:03 +02:00
base_data add local frr to border routeur 2025-05-04 13:34:41 +02:00
data add gitignore 2025-05-04 13:55:02 +02:00
lib fix subnet_name 2025-05-08 00:52:33 +02:00
.gitignore add gitignore 2025-05-04 13:55:02 +02:00
agent.sh add volume info in agent 2025-05-08 11:33:03 +02:00
delete_vpc.sh add text in colors 2025-05-07 00:12:24 +02:00
README.md add next infos 2025-04-27 20:28:19 +02:00

Two

this project is Two with bash on first move

Prepare kvm

apt-get install -y \
  vim \
  htop \
  socat \
  ebtables \                          # filtre arp
  qemu-system qemu-utils qemu-kvm \   # qemu install
  genisoimage \                       # cloud-init file
  curl \
  whois \
  tcpdump \
  bridge-utils                        # bridge add
ebtables -L --Lc
ebtables -D FORWARD -p arp --arp-op Request --arp-ip-dst 240.0.0.1 -j DROP
ebtables -A FORWARD -p arp --arp-op Request --arp-ip-dst 240.0.0.1 -j DROP
ebtables -L --Lc

genisoimage -output seed.iso -volid cidata -joliet -rock meta-data user-data network-config

socat -,raw,echo=0 unix-connect:/tmp/vm-monitor.sock