도커 iptables 차단룰 추가
# Virtualation/Docker2024. 4. 23. 07:30도커 iptables 차단룰 추가

## 호스트에서는 아래 차단룰이 먹힘 ## 하지만 도커 컨테이너에서는 안먹힘 [darksharavim]iptables -D INPUT -p tcp --dport 8888 -j DROP ## 도커 컨테이너에 차단룰을 적용할려면 아래처럼 ## [darksharavim]iptables -I DOCKER-USER -p tcp --dport 8888 -j DROP ## 멀티포트 설정 ## [darksharavim]iptables -I DOCKER-USER -p tcp -m multiport --dports 8888,9999 -s 1.1.1.1 -j ACCEPT [darksharavim]iptables -I DOCKER-USER -p tcp -m multiport --dports 8888,9999 -j DROP h..

TailScale install(ft. proxmox)
# Virtualation/Docker2024. 4. 22. 15:21TailScale install(ft. proxmox)

proxmox접속LXC 이미지 다운로드 및 생성root@pve:~# pveam download local centos-9-stream-default_20221109_amd64.tar.xz root@pve:~# pct create 999 local:vztmpl/centos-9-stream-default_20221109_amd64.tar.xz --description ct999 --hostname ct999 --memory 512 --rootfs local-lvm:8 --cores 1 --net0 name=eth0,bridge=vmbr0,ip=dhcp --unprivileged 1 --password 12345 --features nesting=1 LXC접속 tailscale설치[root@ct999 ~]# ..

Vaultwarden install(ft. 패스워드 관리)
# Virtualation/Docker2024. 4. 22. 07:48Vaultwarden install(ft. 패스워드 관리)

[darksharavim]cat docker-compose.yml version: '3.1' services: vaultwarden: container_name: ds-vaultwarden image: vaultwarden/server restart: always ports: - 8088:8088 volumes: - ./data:/data environment: - TZ=Asia/Seoul - ROCKET_PORT=8088 #- ADMIN_TOKEN=password #PW까먹었을때https://[domain]/admin 위와 같이 진행할 경우 컨테이너 포트가 지정(디폴트 80)되어 있어 8088포트로 되지 않음. 아래와 같이 ROCKET_PORT를 변경해야 정상동작. https://it-svr.com/v..

TailScale install(ft. 시놀로지)
# Storage2024. 4. 21. 17:13TailScale install(ft. 시놀로지)

TasilScale 수동용 패키지 설치 다운로드 https://pkgs.tailscale.com/stable/#spks https://pkgs.tailscale.com/stable/#spks Tailscale Packages - stable track Notice: Use of this package server is governed by Tailscale's Terms of Service. By using this server to install Tailscale, you acknowledge that you have read and accepted those terms. Looking for the source code? It's on G pkgs.tailscale.com 설치진행 설치 완료후 트래픽..

녹투아 AMB15 오프셋(ft. AM5)
# Life/IT2024. 4. 20. 10:12녹투아 AMB15 오프셋(ft. AM5)

https://noctua.at/en/nm-amb15 NM-AMB15 The NM-AMB15 are offset AM5 mounting bars for Noctua CPU coolers with 78mm mounting pitch that require their mounting points at the east and west side of the socket for optimal orientation, such as the popular NH-U14S, NH-U12A, NH-U12S or NH-U9S (see detai noctua.at https://youtu.be/eRsv1dOuOHk

image