Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
Made-with: Cursor
10007 lines
283 KiB
Markdown
10007 lines
283 KiB
Markdown
# Hardcoded IP Address Report
|
|
|
|
**Generated:** Fri Jan 23 01:34:12 PST 2026
|
|
**Purpose:** Identify all hardcoded IP addresses for centralization
|
|
|
|
---
|
|
|
|
## Pattern: `192\.168\.11\.[0-9]+`
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/run-dbis-database-migrations.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
27:export DATABASE_URL=\"postgresql://dbis:8cba649443f97436db43b34ab2c0e75b5cf15611bef9c099cee6fb22cc3d7771@192.168.11.105:5432/dbis_core\"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-permissions-and-install-complete.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/start-blockscout-on-proxmox.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
3:# Usage: Run directly on Proxmox host or via: ssh root@192.168.11.10 'bash -s' < start-blockscout-on-proxmox.sh
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-all-r630-02-issues.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
12:NODE_IP="192.168.11.12"
|
|
284:HOSTS_ENTRY=$(ssh_node "grep -E '192.168.11.12|r630-02' /etc/hosts | grep -v '^#' || echo ''")
|
|
286:if echo "$HOSTS_ENTRY" | grep -q "192.168.11.12.*r630-02"; then
|
|
292: ssh_node "echo '192.168.11.12 r630-02 r630-02.sankofa.nexus' >> /etc/hosts"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-all-pve2-container-issues.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PVE2_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-bridge-transfers.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
33:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-omada-firewall-blockscout.sh`
|
|
|
|
Found 9 occurrence(s):
|
|
|
|
```
|
|
3:# Blockscout: 192.168.11.140:80
|
|
11:BLOCKSCOUT_IP="192.168.11.140"
|
|
13:CLOUDFLARED_IP="192.168.11.12" # VMID 102 - approximate, adjust as needed
|
|
51: log_info " OMADA_CONTROLLER_URL=https://192.168.11.8:8043"
|
|
69: echo " Source: Cloudflare IP ranges OR Internal (192.168.11.0/24)"
|
|
76: echo " Source: 192.168.11.0/24"
|
|
134:Destination IP: 192.168.11.140
|
|
145:Source IP: 192.168.11.0/24
|
|
146:Destination IP: 192.168.11.140
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-2-to-pve2-thin1-final.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-rpc-transaction-blocking.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
25:RPC_NODES[2500]="192.168.11.250"
|
|
26:RPC_NODES[2501]="192.168.11.251"
|
|
27:RPC_NODES[2502]="192.168.11.252"
|
|
28:RPC_NODES[2400]="192.168.11.240"
|
|
30:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/audit-proxmox-rpc-besu-heap.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
5:# PROXMOX_HOST=192.168.11.10 ./scripts/audit-proxmox-rpc-besu-heap.sh
|
|
11:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/convert-database-containers-to-privileged.sh`
|
|
|
|
Found 7 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
19:CONTAINER_CONFIGS[10000]="order-postgres:192.168.11.44/24:192.168.11.1:2:2048:8"
|
|
20:CONTAINER_CONFIGS[10001]="order-postgres-replica:192.168.11.45/24:192.168.11.1:2:2048:8"
|
|
21:CONTAINER_CONFIGS[10100]="dbis-postgres:192.168.11.105/24:192.168.11.1:2:2048:8"
|
|
22:CONTAINER_CONFIGS[10101]="dbis-postgres-replica:192.168.11.106/24:192.168.11.1:2:2048:8"
|
|
24:CONTAINER_CONFIGS[10020]="order-redis:192.168.11.46/24:192.168.11.1:1:1024:4"
|
|
25:CONTAINER_CONFIGS[10120]="dbis-redis:192.168.11.125/24:192.168.11.1:1:1024:4"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/bridge-eth-to-all-chains-continue.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
24:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-with-next-nonce.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:RPC_URL="${RPC_URL:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/final-verification-and-summary.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
7:BLOCKSCOUT_IP="192.168.11.140"
|
|
9:PROXMOX_HOST="192.168.11.10"
|
|
114: echo " → Allow: 192.168.11.0/24 → $BLOCKSCOUT_IP:80 (TCP, High Priority)"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-container-permissions-and-install.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/setup-central-nginx-routing.sh`
|
|
|
|
Found 11 occurrence(s):
|
|
|
|
```
|
|
8:NGINX_IP=192.168.11.26
|
|
9:PROXMOX_HOST=192.168.11.12
|
|
75: proxy_pass http://192.168.11.140:80;
|
|
95: proxy_pass https://192.168.11.252:443;
|
|
119: proxy_pass https://192.168.11.252:443;
|
|
140: proxy_pass https://192.168.11.251:443;
|
|
164: proxy_pass https://192.168.11.251:443;
|
|
180: proxy_pass http://192.168.11.130:80;
|
|
195: proxy_pass http://192.168.11.155:3000;
|
|
210: proxy_pass http://192.168.11.156:3000;
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/copy-to-proxmox.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
11:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/install-cloudflare-tunnel-explorer.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
10:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
11:EXPLORER_IP="192.168.11.140"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-npmplus-incorrect-mappings.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
19:NPM_URL="${NPM_URL:-https://192.168.11.166:81}"
|
|
71:CORRECT_MAPPINGS["sankofa.nexus"]="192.168.11.51:3000"
|
|
72:CORRECT_MAPPINGS["www.sankofa.nexus"]="192.168.11.51:3000"
|
|
73:CORRECT_MAPPINGS["phoenix.sankofa.nexus"]="192.168.11.50:4000"
|
|
74:CORRECT_MAPPINGS["www.phoenix.sankofa.nexus"]="192.168.11.50:4000"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/list-npmplus-certificates-from-logs.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
19:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/run-fixes-on-proxmox.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
7:HOST="${1:-192.168.11.10}"
|
|
14: echo "Example: $0 192.168.11.10 root 'password' /opt/smom-dbis-138-proxmox"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/setup-vm-for-deployment.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-service-dependencies.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
17: find /opt -name \".env\" -exec sed -i \"s|DATABASE_URL=.*|DATABASE_URL=postgresql://order_user:order_password@192.168.11.44:5432/order_db|g\" {} \;
|
|
18: find /opt -name \".env\" -exec sed -i \"s|REDIS_URL=.*|REDIS_URL=redis://192.168.11.38:6379|g\" {} \;
|
|
26: find /opt -name \".env\" -exec sed -i \"s|DATABASE_URL=.*|DATABASE_URL=postgresql://dbis:8cba649443f97436db43b34ab2c0e75b5cf15611bef9c099cee6fb22cc3d7771@192.168.11.105:5432/dbis_core|g\" {} \;
|
|
27: find /opt -name \".env\" -exec sed -i \"s|REDIS_URL=.*|REDIS_URL=redis://192.168.11.125:6379|g\" {} \;
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-blockscout-web-interface.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:IP="${IP:-192.168.11.140}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/start-blockscout-from-pve2.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
127:EXTERNAL_IP="192.168.11.140"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-mempool-status.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/setup-beta-path.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:IP="${IP:-192.168.11.140}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-explorer-502-immediate.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
10:BLOCKSCOUT_IP="192.168.11.140"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fee-management.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-container-networks.sh`
|
|
|
|
Found 20 occurrence(s):
|
|
|
|
```
|
|
6:NODE_IP="192.168.11.11"
|
|
10: ["10000"]="192.168.11.44"
|
|
11: ["10001"]="192.168.11.45"
|
|
12: ["10020"]="192.168.11.38"
|
|
13: ["10030"]="192.168.11.40"
|
|
14: ["10040"]="192.168.11.41"
|
|
15: ["10050"]="192.168.11.49"
|
|
16: ["10060"]="192.168.11.42"
|
|
17: ["10070"]="192.168.11.50"
|
|
18: ["10080"]="192.168.11.43"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-miracles-in-motion-pve2.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
24:PROXMOX_HOST="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-env.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6:HOST="${1:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/review-and-prune-containers.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
7:HOST="${1:-192.168.11.10}"
|
|
13: echo "Example: $0 192.168.11.10 root 'password'"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-migration-status.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
5:SOURCE_NODE_IP="192.168.11.10"
|
|
9:TARGET_NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-ip-consistency.sh`
|
|
|
|
Found 9 occurrence(s):
|
|
|
|
```
|
|
33: ["ml110"]="192.168.11.10"
|
|
34: ["r630-01"]="192.168.11.11"
|
|
35: ["r630-02"]="192.168.11.12"
|
|
36: ["r630-03"]="192.168.11.13"
|
|
37: ["r630-04"]="192.168.11.14"
|
|
38: ["omada"]="192.168.11.8"
|
|
67: # Check for incorrect Omada IP (192.168.11.10 instead of 192.168.11.8)
|
|
68: if grep -q "192.168.11.10.*8043\|192.168.11.10:8043" "$filepath" 2>/dev/null; then
|
|
69: log_error " Found incorrect Omada IP (192.168.11.10:8043) - should be 192.168.11.8:8043"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-ethereum-mainnet-with-new-account.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-minor-issues-r630-02.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:NODE_IP="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-proxmox-hostname-resolution.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
23:HOSTS[pve]="192.168.11.11:password:pve:r630-01"
|
|
24:HOSTS[pve2]="192.168.11.12:password:pve2:r630-02"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-monitoring-promtail.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/setup-nginx-monitoring-2500.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
10:PROXMOX_HOST="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-vms-to-r630-01.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
55:sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
61:TARGET_AVAIL=$(sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.11 \
|
|
75: if ! sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
82: if sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
108:sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.11 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-nginx-jwt-auth-simple.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
13:IP="192.168.11.251"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/create-chain138-containers.sh`
|
|
|
|
Found 15 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
12:GATEWAY="${GATEWAY:-192.168.11.1}"
|
|
157: if create_container 1504 "besu-sentry-5" "192.168.11.154" 4 2 100 "Besu Sentry Node for ChainID 138 - Ali's dedicated host"; then
|
|
166: [2503]="besu-rpc-4:192.168.11.253:Ali RPC (0x8a identity)"
|
|
167: [2504]="besu-rpc-4:192.168.11.254:Ali RPC (0x1 identity)"
|
|
168: [2505]="besu-rpc-luis:192.168.11.255:Luis RPC (0x8a identity)"
|
|
169: [2506]="besu-rpc-luis:192.168.11.256:Luis RPC (0x1 identity)"
|
|
170: [2507]="besu-rpc-putu:192.168.11.257:Putu RPC (0x8a identity)"
|
|
171: [2508]="besu-rpc-putu:192.168.11.258:Putu RPC (0x1 identity)"
|
|
195: if create_container 6200 "firefly-1" "192.168.11.66" 4 2 50 "Hyperledger Firefly Core"; then
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-all-blockscout-issues.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:IP="${IP:-192.168.11.140}"
|
|
157:RPC_TEST=$(exec_container "timeout 5 curl -s -X POST -H 'Content-Type: application/json' --data '{\"jsonrpc\":\"2.0\",\"method\":\"eth_blockNumber\",\"params\":[],\"id\":1}' http://192.168.11.250:8545 2>&1" | head -3 || echo "RPC not accessible")
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-nginx-blockscout-config.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:IP="${2:-192.168.11.140}"
|
|
9:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-blockscout-restart-issue.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
44:RPC_TEST=$(curl -s -X POST "http://192.168.11.250:8545" \
|
|
132:echo " 1. RPC endpoint is accessible: curl http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/perform-immediate-actions.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
35:NODES[ml110]="192.168.11.10:L@kers2010"
|
|
36:NODES[r630-01]="192.168.11.11:password"
|
|
37:NODES[r630-02]="192.168.11.12:password"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/start-blockscout-via-api.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
89:echo " curl http://192.168.11.140:4000/api/v2/status"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/find-device-192.168.11.14.sh`
|
|
|
|
Found 7 occurrence(s):
|
|
|
|
```
|
|
2:# Comprehensive search for device using 192.168.11.14
|
|
4:IP="192.168.11.14"
|
|
12:for host in 192.168.11.10 192.168.11.11 192.168.11.12; do
|
|
22:for host in 192.168.11.10 192.168.11.11 192.168.11.12; do
|
|
29:for host in 192.168.11.10 192.168.11.11 192.168.11.12; do
|
|
35:echo "4. Omada Controller (192.168.11.20:8043)"
|
|
37:echo " Access: https://192.168.11.20:8043"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-phase3-bridges-with-gas-api.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
38:RPC_URL="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/install-services-via-enter.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-all-vm-storage.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${1:-192.168.11.12}"
|
|
8:declare -a HOSTS=("192.168.11.10" "192.168.11.11" "192.168.11.12")
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/run-migrations-r630-01.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
23:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.11}"
|
|
25:DB_HOST="${DB_HOST:-192.168.11.53}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/add-ethereum-mainnet-bridge.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
24:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-hostnames-proxmox.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
29:HOSTNAME_MAP[pve]="r630-01:192.168.11.11:password"
|
|
30:HOSTNAME_MAP[pve2]="r630-02:192.168.11.12:password"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/list-all-vmids-complete.sh`
|
|
|
|
Found 10 occurrence(s):
|
|
|
|
```
|
|
19:PROXMOX_HOSTS=("192.168.11.10" "192.168.11.11" "192.168.11.12")
|
|
153: ["5000"]="192.168.11.140:80|blockscout-1|192.168.11.12"
|
|
154: ["10130"]="192.168.11.130:80|dbis-frontend|192.168.11.11"
|
|
155: ["10150"]="192.168.11.155:3000|dbis-api-primary|192.168.11.11"
|
|
156: ["10151"]="192.168.11.156:3000|dbis-api-secondary|192.168.11.11"
|
|
157: ["7811"]="192.168.11.36:80|mim-api-1|192.168.11.12"
|
|
158: ["2101"]="192.168.11.211:443|besu-rpc-core-1|192.168.11.10"
|
|
159: ["2201"]="192.168.11.221:443|besu-rpc-public-1|192.168.11.10"
|
|
160: ["2301"]="192.168.11.232:443|besu-rpc-private-1|192.168.11.10"
|
|
161: ["2302"]="192.168.11.232:443|besu-rpc-private-2|192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-cloudflare-explorer-complete.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:EXPLORER_IP="${EXPLORER_IP:-192.168.11.140}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/setup-thirdweb-rpc-nodes.sh`
|
|
|
|
Found 9 occurrence(s):
|
|
|
|
```
|
|
6:# IP Range: 192.168.11.240-242 (VMIDs 2400-2402)
|
|
7:# IP Management: VMID 2400 = 192.168.11.240, VMID 2401 = 192.168.11.241, etc.
|
|
16:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
20:GATEWAY="${GATEWAY:-192.168.11.1}"
|
|
37:# - Example: VMID 2400 = 192.168.11.240, VMID 2401 = 192.168.11.241
|
|
58:# VMIDs 2400-2402 map to IPs 192.168.11.240-242 (aligned numbering)
|
|
62: [2400]="thirdweb-rpc-1:192.168.11.240:ThirdWeb RPC Node 1 (Primary)"
|
|
63: [2401]="thirdweb-rpc-2:192.168.11.241:ThirdWeb RPC Node 2 (Secondary)"
|
|
64: [2402]="thirdweb-rpc-3:192.168.11.242:ThirdWeb RPC Node 3 (Tertiary)"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/audit-proxmox-rpc-storage.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
7:# PROXMOX_HOST=192.168.11.10 ./scripts/audit-proxmox-rpc-storage.sh
|
|
11:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-r630-02-to-r630-01-100-1000.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:SOURCE_NODE_IP="192.168.11.12"
|
|
12:TARGET_NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/start-and-configure-all-services.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-persistent-networks-v2.sh`
|
|
|
|
Found 22 occurrence(s):
|
|
|
|
```
|
|
6:NODE_IP="192.168.11.11"
|
|
7:GATEWAY="192.168.11.1"
|
|
11: ["10000"]="192.168.11.44"
|
|
12: ["10001"]="192.168.11.45"
|
|
13: ["10020"]="192.168.11.38"
|
|
14: ["10030"]="192.168.11.40"
|
|
15: ["10040"]="192.168.11.41"
|
|
16: ["10050"]="192.168.11.49"
|
|
17: ["10060"]="192.168.11.42"
|
|
18: ["10070"]="192.168.11.50"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/diagnose-proxmox-hosts.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
2:# Diagnose Proxmox VE issues on pve (192.168.11.11) and pve2 (192.168.11.12)
|
|
24:HOSTS[pve]="192.168.11.11:password"
|
|
25:HOSTS[pve2]="192.168.11.12:password"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/update-cluster-node-names.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
25:HOSTS[r630-01]="192.168.11.11:password:pve:r630-01"
|
|
26:HOSTS[r630-02]="192.168.11.12:password:pve2:r630-02"
|
|
37:sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.10 "pvecm nodes" 2>/dev/null || {
|
|
77:sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.10 bash <<'ENDSSH'
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-redis-and-start.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-all-issues-complete.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
57:for ip in 192.168.11.240 192.168.11.241 192.168.11.242; do
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/remove-containers-120-plus.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
7:HOST="${1:-192.168.11.10}"
|
|
13: echo "Example: $0 192.168.11.10 root 'password'"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify/verify-backend-vms.sh`
|
|
|
|
Found 8 occurrence(s):
|
|
|
|
```
|
|
33: ["5000"]="192.168.11.140|blockscout-1|r630-02|192.168.11.12|nginx|/etc/nginx/sites-available/blockscout|explorer.d-bis.org"
|
|
34: ["7810"]="192.168.11.37|mim-web-1|r630-02|192.168.11.12|nginx|/etc/nginx/sites-available/mim4u|mim4u.org,www.mim4u.org,secure.mim4u.org,training.mim4u.org"
|
|
35: ["10130"]="192.168.11.130|dbis-frontend|r630-01|192.168.11.11|nginx|/etc/nginx/sites-available/dbis-frontend|dbis-admin.d-bis.org,secure.d-bis.org"
|
|
36: ["2400"]="192.168.11.240|thirdweb-rpc-1|ml110|192.168.11.10|nginx|/etc/nginx/sites-available/thirdweb-rpc|rpc.public-0138.defi-oracle.io"
|
|
38: ["2101"]="192.168.11.211|besu-rpc-core-1|ml110|192.168.11.10|besu|8545,8546|rpc-http-prv.d-bis.org,rpc-ws-prv.d-bis.org"
|
|
39: ["2201"]="192.168.11.221|besu-rpc-public-1|ml110|192.168.11.10|besu|8545,8546|rpc-http-pub.d-bis.org,rpc-ws-pub.d-bis.org"
|
|
40: ["10150"]="192.168.11.155|dbis-api-primary|r630-01|192.168.11.11|nodejs|3000|dbis-api.d-bis.org"
|
|
41: ["10151"]="192.168.11.156|dbis-api-secondary|r630-01|192.168.11.11|nodejs|3000|dbis-api-2.d-bis.org"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify/generate-source-of-truth.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
230: host_ip: "192.168.11.11",
|
|
232: eth0: "192.168.11.166",
|
|
233: eth1: "192.168.11.167"
|
|
235: management_ui: "https://192.168.11.166:81",
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify/backup-npmplus.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
16:NPMPLUS_HOST="${NPMPLUS_HOST:-192.168.11.11}"
|
|
18:NPM_URL="${NPM_URL:-https://192.168.11.166:81}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify/verify-udm-pro-port-forwarding.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:NPMPLUS_IP="${NPMPLUS_IP:-192.168.11.166}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify/export-npmplus-config.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
33:NPM_URL="${NPM_URL:-https://192.168.11.166:81}"
|
|
37:NPMPLUS_HOST="${NPMPLUS_HOST:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-npmplus-backend-services.sh`
|
|
|
|
Found 18 occurrence(s):
|
|
|
|
```
|
|
16:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
28: ["5000"]="192.168.11.12"
|
|
29: ["10130"]="192.168.11.11"
|
|
30: ["10150"]="192.168.11.11"
|
|
31: ["10151"]="192.168.11.11"
|
|
32: ["7811"]="192.168.11.12"
|
|
33: ["2101"]="192.168.11.10"
|
|
34: ["2201"]="192.168.11.10"
|
|
35: ["2301"]="192.168.11.10"
|
|
36: ["2302"]="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-redis-unprivileged.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/create-integration-test-summary.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
5:RPC_URL="${RPC_URL:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/update-cloudflare-tunnel-config.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
25:CENTRAL_NGINX="http://192.168.11.26:80"
|
|
111: service: "https://192.168.11.252:443",
|
|
119: service: "https://192.168.11.251:443",
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cleanup-all-old-files.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:REMOTE_HOST="${REMOTE_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-canonical-link-token.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL:-${RPC_URL_138:-http://192.168.11.250:8545}}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/bridge-to-all-7-chains.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
25:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/flush-all-stuck-transactions.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
26:RPC_URL="http://192.168.11.250:8545" # Use Core RPC (VMID 2500) with TXPOOL enabled
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/list-all-vmids-final.sh`
|
|
|
|
Found 10 occurrence(s):
|
|
|
|
```
|
|
19:PROXMOX_HOSTS=("192.168.11.10" "192.168.11.11" "192.168.11.12")
|
|
128: ["5000"]="192.168.11.140:80|blockscout-1|192.168.11.12"
|
|
129: ["10130"]="192.168.11.130:80|dbis-frontend|192.168.11.11"
|
|
130: ["10150"]="192.168.11.155:3000|dbis-api-primary|192.168.11.11"
|
|
131: ["10151"]="192.168.11.156:3000|dbis-api-secondary|192.168.11.11"
|
|
132: ["7811"]="192.168.11.36:80|mim-api-1|192.168.11.12"
|
|
133: ["2101"]="192.168.11.211:443|besu-rpc-core-1|192.168.11.10"
|
|
134: ["2201"]="192.168.11.221:443|besu-rpc-public-1|192.168.11.10"
|
|
135: ["2301"]="192.168.11.232:443|besu-rpc-private-1|192.168.11.10"
|
|
136: ["2302"]="192.168.11.232:443|besu-rpc-private-2|192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/review-r630-02-services-complete.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
3:# Host: 192.168.11.12 (r630-02)
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.12}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/validate-ml110-deployment.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
57:TARGET_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/obtain-all-ssl-certificates.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
19:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/investigate-transaction-persistence.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:RPC_URL="${RPC_URL:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/validator-txpool-one-liners.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
7:echo "For ml110 (192.168.11.10):"
|
|
15:echo "For r630-01 (192.168.11.11):"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-certbot-dns-propagation.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
19:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-firefly-final.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
7:R630_02_IP="192.168.11.12"
|
|
8:ML110_IP="192.168.11.10"
|
|
9:RPC_IP="192.168.11.250"
|
|
122: --net0 name=eth0,bridge=vmbr0,ip=192.168.11.57/24,gw=192.168.11.1 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-r630-04-commands.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
2:# Commands to run on R630-04 (192.168.11.14) to check Proxmox status
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-jwt-validation.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/retry-failed-transactions.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-besu-node-consistency.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
99:echo "=== Validators on ml110 (192.168.11.10) ==="
|
|
105:echo "=== Validators on r630-01 (192.168.11.11) ==="
|
|
111:echo "=== RPC Nodes on ml110 (192.168.11.10) ==="
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-the-order-and-list-missing.sh`
|
|
|
|
Found 13 occurrence(s):
|
|
|
|
```
|
|
6:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
9:# Based on documentation: VMID 10090 = order-portal-public at 192.168.11.36
|
|
40: // Update to order-portal-public (VMID 10090: 192.168.11.36)
|
|
41: const newIP = '192.168.11.36';
|
|
69:echo " - VMID 10090: order-portal-public (192.168.11.36) - ✅ Now mapped to the-order.sankofa.nexus"
|
|
70:echo " - VMID 10091: order-portal-internal (192.168.11.35) - Internal only?"
|
|
71:echo " - VMID 10092: order-mcp-legal (192.168.11.37) - Internal only?"
|
|
74:echo " - VMID 6200: firefly-1 (192.168.11.35)"
|
|
75:echo " - VMID 6201: firefly-ali-1 (192.168.11.57)"
|
|
76:echo " - VMID 6000: fabric-1 (192.168.11.65)"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-rpc-thirdweb-config.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
16:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-persistent-networks-v3.sh`
|
|
|
|
Found 20 occurrence(s):
|
|
|
|
```
|
|
6:NODE_IP="192.168.11.11"
|
|
7:GATEWAY="192.168.11.1"
|
|
11: ["10000"]="192.168.11.44"
|
|
12: ["10001"]="192.168.11.45"
|
|
13: ["10020"]="192.168.11.38"
|
|
14: ["10030"]="192.168.11.40"
|
|
15: ["10040"]="192.168.11.41"
|
|
16: ["10050"]="192.168.11.49"
|
|
17: ["10060"]="192.168.11.42"
|
|
18: ["10070"]="192.168.11.50"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-vmid-ip-conflicts.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-container-services.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.12}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/copy-project-to-vm.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
11:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
34:VM_IP=$(ssh "${PROXMOX_USER}@${PROXMOX_HOST}" "pct config $VMID | grep '^net0:' | sed 's/.*ip=\([^,]*\).*/\1/'" 2>&1 || echo "192.168.11.211")
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/enable-local-lvm-storage.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
6:PROXMOX_HOST_PVE="192.168.11.11"
|
|
7:PROXMOX_HOST_PVE2="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/detailed-review.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
184: if [[ "${SUBNET_BASE:-}" == "192.168.11" ]] && [[ "${GATEWAY:-}" == "192.168.11.1" ]]; then
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-all-bridges-complete.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
4:# Run from hardwired system with access to Core RPC (192.168.11.211:8545)
|
|
40:RPC_URL="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/recreate-containers-from-configs.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-explorer-and-check-peers.sh`
|
|
|
|
Found 13 occurrence(s):
|
|
|
|
```
|
|
67:NETWORK_TEST=$(exec_proxmox "curl -s -o /dev/null -w '%{http_code}' --connect-timeout 5 http://192.168.11.140:4000/api/v2/stats 2>/dev/null" || echo "000")
|
|
90: ["2101"]="192.168.11.211"
|
|
91: ["2201"]="192.168.11.221"
|
|
92: ["2303"]="192.168.11.233"
|
|
93: ["2304"]="192.168.11.234"
|
|
94: ["2305"]="192.168.11.235"
|
|
95: ["2306"]="192.168.11.236"
|
|
96: ["2307"]="192.168.11.237"
|
|
97: ["2308"]="192.168.11.238"
|
|
98: ["2400"]="192.168.11.240"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/start-blockscout-service.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
157:EXTERNAL_IP="192.168.11.140"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/setup-keycloak-r630-01.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
3:# VMID: 7802, IP: 192.168.11.52
|
|
23:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/diagnose-explorer-502-error.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:BLOCKSCOUT_IP="192.168.11.140"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-npmplus-complete-setup.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
20:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/build-full-blockscout-explorer-ui.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
7:IP="${IP:-192.168.11.140}"
|
|
711: server_name explorer.d-bis.org 192.168.11.140;
|
|
770: server_name explorer.d-bis.org 192.168.11.140;
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-rpc-2500.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
280: log_info "2. Test RPC: curl -X POST http://192.168.11.250:8545 -H 'Content-Type: application/json' -d '{\"jsonrpc\":\"2.0\",\"method\":\"eth_blockNumber\",\"params\":[],\"id\":1}'"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/setup-jwt-auth-all-rpc-containers.sh`
|
|
|
|
Found 7 occurrence(s):
|
|
|
|
```
|
|
8:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
22: [2503]="192.168.11.253"
|
|
23: [2504]="192.168.11.254"
|
|
24: [2505]="192.168.11.255"
|
|
25: [2506]="192.168.11.256"
|
|
26: [2507]="192.168.11.257"
|
|
27: [2508]="192.168.11.258"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/phase3-extract-bridge-state.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
25:CHAIN138_RPC="http://192.168.11.211:8545"
|
|
37: CHAIN138_RPC="http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/enable-txpool-rpc-ssh.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:RPC_IP="${2:-192.168.11.250}"
|
|
10:PROXMOX_HOST="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/besu-collect-all-enodes.sh`
|
|
|
|
Found 12 occurrence(s):
|
|
|
|
```
|
|
12: ["192.168.11.13"]="8545:1" # validator-1
|
|
13: ["192.168.11.14"]="8545:1" # validator-2
|
|
14: ["192.168.11.15"]="8545:1" # validator-3
|
|
15: ["192.168.11.16"]="8545:1" # validator-4
|
|
16: ["192.168.11.18"]="8545:1" # validator-5
|
|
17: ["192.168.11.19"]="8545:1" # sentry-2
|
|
18: ["192.168.11.20"]="8545:1" # sentry-3
|
|
19: ["192.168.11.21"]="8545:1" # sentry-4
|
|
20: ["192.168.11.22"]="8545:1" # sentry-5
|
|
21: ["192.168.11.23"]="8545:1" # rpc-1
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-r630-02-services.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
11:NODE_IP="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-thin1-r630-02.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:NODE_IP="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/restore-lvm-volumes.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:TARGET_NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/reassign-vlan200-to-vlan11.sh`
|
|
|
|
Found 28 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
31:# Available IPs in VLAN 11 (192.168.11.0/24)
|
|
34: "192.168.11.35"
|
|
35: "192.168.11.36"
|
|
36: "192.168.11.37"
|
|
37: "192.168.11.38"
|
|
38: "192.168.11.39"
|
|
39: "192.168.11.40"
|
|
40: "192.168.11.41"
|
|
41: "192.168.11.42"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/recreate-containers-privileged-and-complete-all.sh`
|
|
|
|
Found 20 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
51: --net0 name=eth0,bridge=vmbr0,gw=192.168.11.1,ip=\${ip}/24,type=veth \\
|
|
139: ["10000"]="order-postgres-primary:192.168.11.44:4096:4:50"
|
|
140: ["10001"]="order-postgres-replica:192.168.11.45:4096:4:50"
|
|
141: ["10020"]="order-redis:192.168.11.38:2048:2:20"
|
|
142: ["10030"]="order-identity:192.168.11.40:2048:2:20"
|
|
143: ["10040"]="order-intake:192.168.11.41:2048:2:20"
|
|
144: ["10050"]="order-finance:192.168.11.49:2048:2:20"
|
|
145: ["10060"]="order-dataroom:192.168.11.42:2048:2:20"
|
|
146: ["10070"]="order-legal:192.168.11.50:2048:2:20"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-blockscout-metamask-ethers.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:IP="${IP:-192.168.11.140}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/setup-cloudflare-tunnel-rpc.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
96: service: https://192.168.11.252:443
|
|
106: service: https://192.168.11.252:443
|
|
117: service: https://192.168.11.252:443
|
|
127: service: https://192.168.11.252:443
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-pending-transactions.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:RPC_URL="${RPC_URL:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/set-password-no-console.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
91:echo " ssh root@192.168.11.140"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-complete-nginx-config.sh`
|
|
|
|
Found 18 occurrence(s):
|
|
|
|
```
|
|
19:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
56: proxy_pass https://192.168.11.240:443;
|
|
81: proxy_pass https://192.168.11.252:443;
|
|
106: proxy_pass https://192.168.11.252:443;
|
|
132: proxy_pass https://192.168.11.251:443;
|
|
156: proxy_pass https://192.168.11.251:443;
|
|
185: proxy_pass http://192.168.11.140:80;
|
|
208: proxy_pass http://192.168.11.130:80;
|
|
227: proxy_pass http://192.168.11.155:3000;
|
|
246: proxy_pass http://192.168.11.156:3000;
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/execute-validator-updates-now.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
9:echo "For ml110 (192.168.11.10):"
|
|
18:echo "For r630-01 (192.168.11.11):"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/remove-stuck-transaction-besu.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/troubleshoot-rpc-2500.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:EXPECTED_IP="192.168.11.250"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/install-services-alternative-method.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-bridges-direct-cast.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
37:RPC_URL="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/vault-backup.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
20:PROXMOX_HOST_1="${PROXMOX_HOST_1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/install-services-binary-complete.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/setup-vault-tls.sh`
|
|
|
|
Found 6 occurrence(s):
|
|
|
|
```
|
|
19:PROXMOX_HOST_1="${PROXMOX_HOST_1:-192.168.11.11}"
|
|
20:PROXMOX_HOST_2="${PROXMOX_HOST_2:-192.168.11.12}"
|
|
96:ssh root@192.168.11.11 "pct push 8640 /tmp/vault.crt /opt/vault/tls/vault.crt && pct push 8640 /tmp/vault.key /opt/vault/tls/vault.key && pct exec 8640 -- chown vault:vault /opt/vault/tls/* && pct exec 8640 -- chmod 600 /opt/vault/tls/vault.key && pct exec 8640 -- chmod 644 /opt/vault/tls/vault.crt"
|
|
116:ssh root@192.168.11.11 "pct exec 8640 -- systemctl restart vault"
|
|
117:ssh root@192.168.11.12 "pct exec 8641 -- systemctl restart vault"
|
|
118:ssh root@192.168.11.11 "pct exec 8642 -- systemctl restart vault"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/review-proxmox-configs.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
26:HOSTS[ml110]="${PROXMOX_HOST_ML110:-192.168.11.10}:${PROXMOX_PASS_ML110:-L@kers2010}"
|
|
27:HOSTS[r630-01]="${PROXMOX_HOST_R630_01:-192.168.11.11}:${PROXMOX_PASS_R630_01:-password}"
|
|
28:HOSTS[r630-02]="${PROXMOX_HOST_R630_02:-192.168.11.12}:${PROXMOX_PASS_R630_02:-password}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-explorer-service.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
16:EXPLORER_IP="192.168.11.140"
|
|
17:PROXMOX_HOST="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/complete-all-installations-and-tasks.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-blockscout-network-access.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
105: NETWORK_TEST=$($EXEC_PREFIX "curl -s -o /dev/null -w '%{http_code}' --connect-timeout 5 http://192.168.11.140:$BLOCKSCOUT_PORT/api/v2/stats 2>/dev/null" || echo "000")
|
|
107: NETWORK_TEST=$(curl -s -o /dev/null -w '%{http_code}' --connect-timeout 5 http://192.168.11.140:$BLOCKSCOUT_PORT/api/v2/stats 2>/dev/null || echo "000")
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-deployments.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
11:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-reserved-ip-conflicts.sh`
|
|
|
|
Found 8 occurrence(s):
|
|
|
|
```
|
|
2:# Fix VMIDs using reserved IP range (192.168.11.10-192.168.11.25)
|
|
30:log_info " Reserved Range: 192.168.11.10 - 192.168.11.25"
|
|
37: "r630-02:105:nginxproxymanager:192.168.11.21:192.168.11.26"
|
|
38: "r630-02:130:monitoring-1:192.168.11.22:192.168.11.27"
|
|
43: ["ml110"]="192.168.11.10"
|
|
44: ["r630-01"]="192.168.11.11"
|
|
45: ["r630-02"]="192.168.11.12"
|
|
93: gw=$(echo "$current_config" | grep -oP 'gw=\K[^,]+' || echo "192.168.11.1")
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/jwt-quick-reference.sh`
|
|
|
|
Found 7 occurrence(s):
|
|
|
|
```
|
|
37:ssh root@192.168.11.10 "pct exec 2501 -- systemctl status nginx jwt-validator"
|
|
42:ssh root@192.168.11.10 "pct exec 2501 -- tail -f /var/log/nginx/rpc-http-prv-access.log"
|
|
45:ssh root@192.168.11.10 "pct exec 2501 -- tail -f /var/log/nginx/rpc-http-prv-error.log"
|
|
48:ssh root@192.168.11.10 "pct exec 2501 -- journalctl -u jwt-validator -f"
|
|
53:ssh root@192.168.11.10 "pct exec 2501 -- systemctl restart nginx jwt-validator"
|
|
56:ssh root@192.168.11.10 "pct exec 2501 -- nginx -t"
|
|
59:ssh root@192.168.11.10 "pct exec 2501 -- cat /etc/nginx/jwt_secret"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-link-canonical-create2.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
36: RPC_URL="http://192.168.11.211:8545"
|
|
44: RPC_URL="http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-oracle-publisher-service.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
60:RPC_URL=http://192.168.11.250:8545
|
|
61:WS_URL=ws://192.168.11.250:8546
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-blockscout-root-path.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
7:IP="${IP:-192.168.11.140}"
|
|
93: server_name explorer.d-bis.org 192.168.11.140;
|
|
182: server_name explorer.d-bis.org 192.168.11.140;
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/convert-dhcp-to-static.sh`
|
|
|
|
Found 10 occurrence(s):
|
|
|
|
```
|
|
20:GATEWAY="192.168.11.1"
|
|
26: "192.168.11.10:3501:192.168.11.14:192.168.11.28:ccip-monitor-1:ml110"
|
|
27: "192.168.11.10:3500:192.168.11.15:192.168.11.29:oracle-publisher-1:ml110"
|
|
28: "192.168.11.12:103:192.168.11.20:192.168.11.30:omada:r630-02"
|
|
29: "192.168.11.12:104:192.168.11.18:192.168.11.31:gitea:r630-02"
|
|
30: "192.168.11.12:100:192.168.11.4:192.168.11.32:proxmox-mail-gateway:r630-02"
|
|
31: "192.168.11.12:101:192.168.11.6:192.168.11.33:proxmox-datacenter-manager:r630-02"
|
|
32: "192.168.11.12:102:192.168.11.9:192.168.11.34:cloudflared:r630-02"
|
|
33: "192.168.11.12:6200:192.168.11.7:192.168.11.35:firefly-1:r630-02"
|
|
34: "192.168.11.12:7811:N/A:192.168.11.36:mim-api-1:r630-02"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/complete-blockscout-firewall-fix.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
15:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
18:BLOCKSCOUT_IP="192.168.11.140"
|
|
229: echo " Source IP: 192.168.11.0/24"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/start-blockscout-remote.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6:PVE2_HOST="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-r630-02-logs.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/implement-recommendations.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
34: RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
52:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
152:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/install-services-via-host-mount.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-vms-fixed.sh`
|
|
|
|
Found 9 occurrence(s):
|
|
|
|
```
|
|
43: if ! sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
50: if sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.11 \
|
|
58: BACKUP_OUTPUT=$(sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
68: BACKUP_FILE=$(sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
76: BACKUP_SIZE=$(sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
82: RESTORE_OUTPUT=$(sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
90: if sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.11 \
|
|
96: sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
151:sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.11 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/generate-jwt-token-for-container.sh`
|
|
|
|
Found 7 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
115: [2503]="192.168.11.253"
|
|
116: [2504]="192.168.11.254"
|
|
117: [2505]="192.168.11.255"
|
|
118: [2506]="192.168.11.256"
|
|
119: [2507]="192.168.11.257"
|
|
120: [2508]="192.168.11.258"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-containers-to-pve2-execute.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/diagnose-and-fix-migration-storage.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
8:PROXMOX_HOST_ML110="192.168.11.10"
|
|
9:PROXMOX_HOST_PVE="192.168.11.11"
|
|
10:PROXMOX_HOST_PVE2="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-defi-oracle-mainnet-connectivity.sh`
|
|
|
|
Found 7 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="192.168.11.10"
|
|
29: "192.168.11.240:9545:RPC Translator"
|
|
30: "192.168.11.250:8545:Core RPC"
|
|
31: "192.168.11.251:8545:Permissioned RPC"
|
|
32: "192.168.11.252:8545:Public RPC"
|
|
110:log_info " - http://192.168.11.240:9545 (RPC Translator)"
|
|
111:log_info " - http://192.168.11.250:8545 (Core RPC)"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-blockscout-frontend.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:IP="${2:-192.168.11.140}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/generate-bridge-report.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
13:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-ccip-monitor.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
134: log_info "RPC_URL_138=http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-pve2-hook-issues-proper.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-ml110-to-r630-01.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
31:SOURCE_NODE_IP="192.168.11.10"
|
|
35:TARGET_NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-r630-03-04-connectivity.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
26:R630_03_IP="192.168.11.13"
|
|
30:R630_04_IP="192.168.11.14"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cancel-pending-transactions.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
30:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/copy-all-to-proxmox.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:HOST="${1:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/flush-validator-mempools.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
23: [1000]="192.168.11.100"
|
|
24: [1001]="192.168.11.101"
|
|
25: [1002]="192.168.11.102"
|
|
26: [1003]="192.168.11.103"
|
|
27: [1004]="192.168.11.104"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-mim4u-frontend.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${1:-192.168.11.12}"
|
|
226:echo " • Direct: http://192.168.11.37/"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-enode-configs-practical.sh`
|
|
|
|
Found 13 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
16: [106]="192.168.11.13" # besu-validator-1
|
|
17: [107]="192.168.11.14" # besu-validator-2
|
|
18: [108]="192.168.11.15" # besu-validator-3
|
|
19: [109]="192.168.11.16" # besu-validator-4
|
|
20: [110]="192.168.11.18" # besu-validator-5
|
|
21: [111]="192.168.11.19" # besu-sentry-2
|
|
22: [112]="192.168.11.20" # besu-sentry-3
|
|
23: [113]="192.168.11.21" # besu-sentry-4
|
|
24: [114]="192.168.11.22" # besu-sentry-5
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-rpc-public-e2e.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
16:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
41: ["192.168.11.252:8545"]="VMID 2502 (Direct HTTP)"
|
|
42: ["192.168.11.240:8545"]="VMID 2400 (ThirdWeb Direct HTTP)"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/complete-all-tasks-parallel-comprehensive.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
255: [ -r \"\$f\" ] && sed -i \"s|10.200.0.10|192.168.11.44|g; s|10.200.0.11|192.168.11.45|g; s|10.200.0.20|192.168.11.38|g; s|10.200.0.30|192.168.11.40|g; s|10.200.0.40|192.168.11.41|g; s|10.200.0.50|192.168.11.49|g; s|10.200.0.60|192.168.11.42|g; s|10.200.0.70|192.168.11.50|g; s|10.200.0.80|192.168.11.43|g; s|10.200.0.90|192.168.11.36|g; s|10.200.0.91|192.168.11.35|g; s|10.200.0.92|192.168.11.37|g; s|10.200.0.200|192.168.11.46|g; s|10.200.0.201|192.168.11.47|g; s|10.200.0.202|192.168.11.48|g; s|10.200.0.210|192.168.11.39|g; s|10.200.0.230|192.168.11.51|g\" \"\$f\" 2>/dev/null || true
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-besu-rpc-nodes.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
275: log_info " curl -X POST http://192.168.11.250:8545 -H 'Content-Type: application/json' --data '{\"jsonrpc\":\"2.0\",\"method\":\"eth_blockNumber\",\"params\":[],\"id\":1}'"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/list-proxmox-ips.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
15:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
175: # Extract IP from ip=192.168.11.100/24 format
|
|
196: # Extract IP from ip=192.168.11.100/24 format
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-from-pve2.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:EXPLORER_IP="192.168.11.140"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-ethereum-mainnet.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
30:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/resolve-stuck-transaction-besu-qbft.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-besu-transaction-pool.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
12:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
14:BESU_HOST="192.168.11.250"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-via-proxmox.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
12:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
15:VM_IP="192.168.11.211"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/QUICK_SSH_SETUP.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-phase3-bridges-besu-complete.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
42:RPC_URL="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-all-via-proxmox-master.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/start-all-stopped-services.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
20:PROXMOX_HOSTS=("192.168.11.10" "192.168.11.11" "192.168.11.12")
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/complete-all-blockscout-setup.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
10:BLOCKSCOUT_IP="192.168.11.140"
|
|
62: "pvesh set /nodes/$CONTAINER_NODE/lxc/$VMID/config --net0 'name=eth0,bridge=vmbr0,hwaddr=BC:24:11:3C:58:2B,ip=$BLOCKSCOUT_IP/24,gw=192.168.11.1,type=veth' 2>/dev/null" && \
|
|
174: echo " Source: 192.168.11.0/24"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-eth-sendrawtransaction.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
25:RPC_NODES[2500]="192.168.11.250"
|
|
26:RPC_NODES[2501]="192.168.11.251"
|
|
27:RPC_NODES[2502]="192.168.11.252"
|
|
28:RPC_NODES[2400]="192.168.11.240"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-and-recreate-volumes.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:TARGET_NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-blockscout-logs.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/recreate-container-volumes.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:TARGET_NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/update-service-dependencies.sh`
|
|
|
|
Found 17 occurrence(s):
|
|
|
|
```
|
|
9: ["192.168.11.14"]="192.168.11.28" # ccip-monitor-1
|
|
10: ["192.168.11.15"]="192.168.11.29" # oracle-publisher-1
|
|
11: ["192.168.11.18"]="192.168.11.31" # gitea
|
|
12: ["192.168.11.20"]="192.168.11.30" # omada
|
|
13: ["192.168.11.4"]="192.168.11.32" # proxmox-mail-gateway
|
|
14: ["192.168.11.6"]="192.168.11.33" # proxmox-datacenter-manager
|
|
15: ["192.168.11.7"]="192.168.11.35" # firefly-1
|
|
16: ["192.168.11.9"]="192.168.11.34" # cloudflared
|
|
84:# Check these routes in the Nginx Proxy Manager web UI (VMID 105: http://192.168.11.26:81)
|
|
87:- omada routes: Check if any route references 192.168.11.20 → Update to 192.168.11.30
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-2-containers-to-pve2-thin1-api.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-migration-storage.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:PROXMOX_HOST_PVE="192.168.11.11"
|
|
9:PROXMOX_HOST_PVE2="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/pre-check-jwt-setup.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-cloudflare-explorer-config.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
10:EXPLORER_IP="192.168.11.140"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-explorer-complete.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:EXPLORER_IP="192.168.11.140"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/diagnose-tunnels.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.12}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/complete-all-remaining-tasks.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
29:RPC_URL="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/find-reserved-ip-conflicts.sh`
|
|
|
|
Found 6 occurrence(s):
|
|
|
|
```
|
|
2:# Find all VMIDs using IPs in the reserved range (192.168.11.10-192.168.11.25)
|
|
17: "192.168.11.10:ml110:L@kers2010"
|
|
18: "192.168.11.11:r630-01:password"
|
|
19: "192.168.11.12:r630-02:password"
|
|
37:log_info " Reserved Range: 192.168.11.10 - 192.168.11.25"
|
|
116: log_info "These VMIDs need to be changed to IPs outside the reserved range (192.168.11.26-99 or 192.168.11.113-139, etc.)"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-blockscout-migrations-complete.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:IP="${IP:-192.168.11.140}"
|
|
66: -e ETHEREUM_JSONRPC_HTTP_URL=http://192.168.11.250:8545 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-2-containers-via-backup.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-thin2-capacity.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
33:NODE_IP="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-the-order-mapping.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
6:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
69:log_info " - VMID 10090 (order-portal-public): 192.168.11.36:80 or 3000"
|
|
70:log_info " - VMID 10091 (order-portal-internal): 192.168.11.35:80 or 3000"
|
|
71:log_info " - VMID 10092 (order-mcp-legal): 192.168.11.37:80 or 3000"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/bridge-eth-to-all-chains.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
33:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/add-bridge-monitoring-to-explorer.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:IP="${IP:-192.168.11.140}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-vmid2400-dependencies.sh`
|
|
|
|
Found 17 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="192.168.11.11" # r630-01
|
|
32:log_info " Target: Listening on 192.168.11.110:6379"
|
|
40: pct exec 106 -- sed -i 's/^bind 127.0.0.1 ::1/bind 192.168.11.110/' /etc/redis/redis.conf
|
|
50: "pct exec $REDIS_VMID -- redis-cli -h 192.168.11.110 ping 2>&1" 2>/dev/null || echo "FAILED")
|
|
53: log_success " Redis is now accessible on 192.168.11.110:6379"
|
|
92: WEB3SIGNER_TEST=$(curl -s --connect-timeout 3 http://192.168.11.111:9000/upcheck 2>&1 || echo "FAILED")
|
|
95: log_success " Web3Signer is now accessible on 192.168.11.111:9000"
|
|
129: VAULT_TEST=$(curl -s --connect-timeout 3 http://192.168.11.112:8200/v1/sys/health 2>&1 || echo "FAILED")
|
|
132: log_success " Vault is now accessible on 192.168.11.112:8200"
|
|
143:TRANSLATOR_HOST="192.168.11.10" # ml110
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-dbis-service-dependencies.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
3:NODE_IP="192.168.11.11"
|
|
11:POSTGRES_IP="192.168.11.105"
|
|
12:REDIS_IP="192.168.11.125"
|
|
38: sed -i \"s|VITE_API_BASE_URL=.*|VITE_API_BASE_URL=http://192.168.11.155:3000|g\" \"\$envfile\" 2>/dev/null || true
|
|
39: sed -i \"s|NEXT_PUBLIC_API_URL=.*|NEXT_PUBLIC_API_URL=http://192.168.11.155:3000|g\" \"\$envfile\" 2>/dev/null || true
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/create-raid-r630-01.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:TARGET_NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-postgresql-unprivileged.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-cloudflare-explorer-manual.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:EXPLORER_IP="192.168.11.140"
|
|
35:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/update-all-validators-txpool.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
15:PROXMOX_ML110="${PROXMOX_ML110:-192.168.11.10}"
|
|
16:PROXMOX_R630="${PROXMOX_R630:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/move-translator-ports-9645-9646.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
15:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-post-deployment.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
15:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-cloudflare-explorer-url.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
7:EXPLORER_IP="192.168.11.140"
|
|
10:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/setup-postgresql-r630-01.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
3:# VMID: 7803, IP: 192.168.11.53
|
|
23:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.11}"
|
|
25:CONTAINER_IP="${SANKOFA_POSTGRES_IP:-192.168.11.53}"
|
|
121: exec_container bash -c "echo \"host all all 192.168.11.0/24 md5\" >> /etc/postgresql/$POSTGRES_VERSION/main/pg_hba.conf"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/create-vgs-pve.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-blockscout-disk-usage.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${1:-192.168.11.12}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-deployments-simple.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
11:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/proxmox-security-hardening.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
25:HOSTS[r630-01]="${PROXMOX_HOST_R630_01:-192.168.11.11}:${PROXMOX_PASS_R630_01:-password}"
|
|
26:HOSTS[r630-02]="${PROXMOX_HOST_R630_02:-192.168.11.12}:${PROXMOX_PASS_R630_02:-password}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-vms-backup-restore.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
62: if ! sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
70: BACKUP_RESULT=$(sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
91: RESTORE_RESULT=$(sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
100: sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
125:sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.11 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-detailed-vm-storage.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${1:-192.168.11.12}"
|
|
8:declare -a HOSTS=("192.168.11.10" "192.168.11.11" "192.168.11.12")
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/setup-letsencrypt-with-dns.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
10:IP="192.168.11.250"
|
|
11:PROXMOX_HOST="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-bridge-all-7-networks.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
37:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-conversion.sh`
|
|
|
|
Found 9 occurrence(s):
|
|
|
|
```
|
|
11: "192.168.11.10:3501:192.168.11.28:ccip-monitor-1"
|
|
12: "192.168.11.10:3500:192.168.11.29:oracle-publisher-1"
|
|
13: "192.168.11.12:103:192.168.11.30:omada"
|
|
14: "192.168.11.12:104:192.168.11.31:gitea"
|
|
15: "192.168.11.12:100:192.168.11.32:proxmox-mail-gateway"
|
|
16: "192.168.11.12:101:192.168.11.33:proxmox-datacenter-manager"
|
|
17: "192.168.11.12:102:192.168.11.34:cloudflared"
|
|
18: "192.168.11.12:6200:192.168.11.35:firefly-1"
|
|
19: "192.168.11.12:7811:192.168.11.36:mim-api-1"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/optimize-gas-usage.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/install-nginx-rpc.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
30: [2500]="192.168.11.250"
|
|
31: [2501]="192.168.11.251"
|
|
32: [2502]="192.168.11.252"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/update-service-configs.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
18:RPC_URL="http://192.168.11.250:8545"
|
|
19:WS_URL="ws://192.168.11.250:8546"
|
|
70: update_container_env 3503 "financial-tokenization" "FIREFLY_API_URL=http://192.168.11.66:5000
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-vms-backup-restore-complete.sh`
|
|
|
|
Found 11 occurrence(s):
|
|
|
|
```
|
|
59: if ! sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
67: sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
71: BACKUP_FILE=$(sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
84: RESTORE_OUTPUT=$(sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
92: sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
108: if ! sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
116: sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
120: BACKUP_FILE=$(sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
133: RESTORE_OUTPUT=$(sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
141: sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/setup-letsencrypt-dns-01-rpc-2500.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/rename-and-migrate-chain138-containers.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-unique-enodes.sh`
|
|
|
|
Found 13 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${1:-192.168.11.10}"
|
|
11: ["2101"]="192.168.11.211"
|
|
12: ["2201"]="192.168.11.221"
|
|
13: ["2301"]="192.168.11.232"
|
|
14: ["2303"]="192.168.11.233"
|
|
15: ["2304"]="192.168.11.234"
|
|
16: ["2305"]="192.168.11.235"
|
|
17: ["2306"]="192.168.11.236"
|
|
18: ["2307"]="192.168.11.237"
|
|
19: ["2308"]="192.168.11.238"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-blockscout-container.sh`
|
|
|
|
Found 7 occurrence(s):
|
|
|
|
```
|
|
21:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.12}"
|
|
48: - ETHEREUM_JSONRPC_HTTP_URL=${RPC_URL:-http://192.168.11.250:8545}
|
|
49: - ETHEREUM_JSONRPC_WS_URL=${WS_URL:-ws://192.168.11.250:8546}
|
|
50: - ETHEREUM_JSONRPC_TRACE_URL=${RPC_URL:-http://192.168.11.250:8545}
|
|
93: env_dict['ETHEREUM_JSONRPC_WS_URL'] = 'ws://192.168.11.250:8546'
|
|
117: sed -i 's|ws://10.3.1.40:8546|ws://192.168.11.250:8546|g' docker-compose.yml
|
|
118: sed -i 's|\${WS_URL:-ws://10.3.1.40:8546}|ws://192.168.11.250:8546|g' docker-compose.yml
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/review-r630-02-network-configs.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/diagnose-vmid5000-status.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-oracle-contract.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
5:RPC_URL="${RPC_URL:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-all-services-complete.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
3:NODE_IP="192.168.11.11"
|
|
66: "pct enter $vmid -- bash -c 'timeout 5 bash -c \"</dev/tcp/192.168.11.44/5432\" 2>/dev/null && echo \"CT $vmid: Can reach PostgreSQL\" || echo \"CT $vmid: Cannot reach PostgreSQL\"'"
|
|
72: "pct enter $vmid -- bash -c 'timeout 5 bash -c \"</dev/tcp/192.168.11.38/6379\" 2>/dev/null && echo \"CT $vmid: Can reach Redis\" || echo \"CT $vmid: Cannot reach Redis\"'"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/review-all-storage.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
32:NODES[ml110]="192.168.11.10:L@kers2010"
|
|
33:NODES[r630-01]="192.168.11.11:password"
|
|
34:NODES[r630-02]="192.168.11.12:password"
|
|
35:NODES[r630-03]="192.168.11.13:L@kers2010"
|
|
36:NODES[r630-04]="192.168.11.14:L@kers2010"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-persistent-networks.sh`
|
|
|
|
Found 22 occurrence(s):
|
|
|
|
```
|
|
6:NODE_IP="192.168.11.11"
|
|
7:GATEWAY="192.168.11.1"
|
|
11: ["10000"]="192.168.11.44"
|
|
12: ["10001"]="192.168.11.45"
|
|
13: ["10020"]="192.168.11.38"
|
|
14: ["10030"]="192.168.11.40"
|
|
15: ["10040"]="192.168.11.41"
|
|
16: ["10050"]="192.168.11.49"
|
|
17: ["10060"]="192.168.11.42"
|
|
18: ["10070"]="192.168.11.50"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/review-and-start-r630-02.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
11:NODE_IP="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-east-west-ssl-status.sh`
|
|
|
|
Found 10 occurrence(s):
|
|
|
|
```
|
|
19:PROXMOX_HOST="192.168.11.11"
|
|
77: "192.168.11.26:Nginx Proxy Manager"
|
|
78: "192.168.11.140:Blockscout Explorer"
|
|
79: "192.168.11.252:Besu RPC Public"
|
|
80: "192.168.11.251:Besu RPC Private"
|
|
81: "192.168.11.130:DBIS Admin"
|
|
82: "192.168.11.155:DBIS API 1"
|
|
83: "192.168.11.156:DBIS API 2"
|
|
84: "192.168.11.19:MIM4U"
|
|
130: echo " • Access NPM UI: http://192.168.11.26:81"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-npmplus-certificate-status.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/restore-blockscout-full-web-interface.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
6:IP="${IP:-192.168.11.140}"
|
|
48: server_name explorer.d-bis.org 192.168.11.140;
|
|
117: server_name explorer.d-bis.org 192.168.11.140;
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-all-firefly-issues.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
12:R630_02_IP="192.168.11.12"
|
|
13:ML110_IP="192.168.11.10"
|
|
15:RPC_IP="192.168.11.211" # Updated: VMID 2500 → 2101 (besu-rpc-core-1)
|
|
82:sed -i "s|FF_BLOCKCHAIN_RPC=.*|FF_BLOCKCHAIN_RPC=http://192.168.11.250:8545|g" docker-compose.yml
|
|
83:sed -i "s|FF_BLOCKCHAIN_WS=.*|FF_BLOCKCHAIN_WS=ws://192.168.11.250:8546|g" docker-compose.yml
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/sync-to-ml110.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
2:# Sync verified working files to ml110 (192.168.11.10)
|
|
7:REMOTE_HOST="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/create-all-chain138-containers-direct.sh`
|
|
|
|
Found 15 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
11:GATEWAY="192.168.11.1"
|
|
74:create 1504 "besu-sentry-5" "192.168.11.154" 4 2 100 "Besu Sentry Node - Ali's dedicated host"
|
|
77:create 2503 "besu-rpc-4" "192.168.11.253" 16 4 200 "Besu RPC Node - Ali (0x8a identity)"
|
|
78:create 2504 "besu-rpc-4" "192.168.11.254" 16 4 200 "Besu RPC Node - Ali (0x1 identity)"
|
|
79:create 2505 "besu-rpc-luis" "192.168.11.255" 16 4 200 "Besu RPC Node - Luis (0x8a identity)"
|
|
80:create 2506 "besu-rpc-luis" "192.168.11.256" 16 4 200 "Besu RPC Node - Luis (0x1 identity)"
|
|
81:create 2507 "besu-rpc-putu" "192.168.11.257" 16 4 200 "Besu RPC Node - Putu (0x8a identity)"
|
|
82:create 2508 "besu-rpc-putu" "192.168.11.258" 16 4 200 "Besu RPC Node - Putu (0x1 identity)"
|
|
85:create 6200 "firefly-1" "192.168.11.66" 4 2 50 "Hyperledger Firefly Core"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/install-services-user-space-complete.sh`
|
|
|
|
Found 8 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
161:NODE_IP="192.168.11.11"
|
|
183:NODE_IP="192.168.11.11"
|
|
189: find /opt -name \".env\" -exec sed -i \"s|DATABASE_URL=.*|DATABASE_URL=postgresql://order_user:order_password@192.168.11.44:5432/order_db|g\" {} \;
|
|
190: find /opt -name \".env\" -exec sed -i \"s|REDIS_URL=.*|REDIS_URL=redis://192.168.11.38:6379|g\" {} \;
|
|
198: find /opt -name \".env\" -exec sed -i \"s|DATABASE_URL=.*|DATABASE_URL=postgresql://dbis:8cba649443f97436db43b34ab2c0e75b5cf15611bef9c099cee6fb22cc3d7771@192.168.11.105:5432/dbis_core|g\" {} \;
|
|
199: find /opt -name \".env\" -exec sed -i \"s|REDIS_URL=.*|REDIS_URL=redis://192.168.11.125:6379|g\" {} \;
|
|
212:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/retry-certbot-with-proper-propagation.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
19:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-ml110-sync.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6:REMOTE_HOST="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-blockscout-port-4000-complete.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
9:BLOCKSCOUT_IP="192.168.11.140"
|
|
11:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/clear-transaction-pool-all-nodes.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
157: "2101:192.168.11.211"
|
|
158: "2201:192.168.11.221"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/bridge-security-check.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-containers-to-pve-local.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST_ML110="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/review-r630-02-containers.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
3:# Host: 192.168.11.12 (r630-02)
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.12}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/rpc-failover.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
13:PRIMARY_RPC="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
14:BACKUP_RPC="${RPC_URL_138_BACKUP:-http://192.168.11.250:8545}" # Add backup endpoint
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-vm-prerequisites.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
113:RPC_CHECK=$(ssh "${PROXMOX_USER}@${PROXMOX_HOST}" "pct exec $VMID -- cast chain-id --rpc-url http://192.168.11.211:8545 2>&1" || echo "")
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/force-configure-ethereum-mainnet.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
24:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/review-ml110-completeness.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:REMOTE_HOST="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/audit-all-vm-ips.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
22:HOSTS[ml110]="${PROXMOX_HOST_ML110:-192.168.11.10}:${PROXMOX_PASS_ML110:-L@kers2010}"
|
|
23:HOSTS[pve]="${PROXMOX_HOST_R630_01:-192.168.11.11}:${PROXMOX_PASS_R630_01:-password}"
|
|
24:HOSTS[pve2]="${PROXMOX_HOST_R630_02:-192.168.11.12}:${PROXMOX_PASS_R630_02:-password}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-cloudflare-dns-ssl-api.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
25:EXPLORER_IP="${EXPLORER_IP:-192.168.11.140}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/proxmox/migrate-besu-to-vlans.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:HOST_IP=${2:-"192.168.11.10"}
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/proxmox/assign-vlan-to-vm.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
38:HOST=${3:-"192.168.11.10"} # Default to ml110
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/proxmox/fix-r630-02-issues.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:HOST_IP="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/proxmox/assign-vlan-to-container.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
38:HOST=${3:-"192.168.11.10"} # Default to ml110
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/proxmox/fix-firewall-access.sh`
|
|
|
|
Found 10 occurrence(s):
|
|
|
|
```
|
|
8: "192.168.11.10:ml110"
|
|
9: "192.168.11.11:r630-01"
|
|
10: "192.168.11.12:r630-02"
|
|
14:CURRENT_NETWORK="192.168.11.0/24"
|
|
155:echo " ping 192.168.11.10 # ml110"
|
|
156:echo " ping 192.168.11.11 # r630-01"
|
|
157:echo " ping 192.168.11.12 # r630-02"
|
|
160:echo " https://192.168.11.10:8006 # ml110"
|
|
161:echo " https://192.168.11.11:8006 # r630-01"
|
|
162:echo " https://192.168.11.12:8006 # r630-02"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/proxmox/list-all-vms-containers.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
13: "ml110:192.168.11.10"
|
|
14: "r630-01:192.168.11.11"
|
|
15: "r630-02:192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/proxmox/fix-storage-issues.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:HOST_IP="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/get-all-endpoints.sh`
|
|
|
|
Found 124 occurrence(s):
|
|
|
|
```
|
|
43: "100|192.168.11.32|proxmox-mail-gateway|SMTP|tcp|25|||Running|Email gateway"
|
|
44: "100|192.168.11.32|proxmox-mail-gateway|SMTP|tcp|587|||Running|Email gateway"
|
|
45: "100|192.168.11.32|proxmox-mail-gateway|SMTP|tcp|465|||Running|Email gateway"
|
|
46: "101|192.168.11.33|proxmox-datacenter-manager|Web|http|8006|||Running|Datacenter management"
|
|
47: "103|192.168.11.30|omada|Web|https|8043|||Running|Omada controller"
|
|
48: "104|192.168.11.31|gitea|Web|http|80|||Running|Git repository"
|
|
49: "104|192.168.11.31|gitea|Web|https|443|||Running|Git repository"
|
|
50: "105|192.168.11.26|nginxproxymanager|Web|http|80|||Running|Nginx Proxy Manager (legacy)"
|
|
51: "105|192.168.11.26|nginxproxymanager|Web|http|81|||Running|Nginx Proxy Manager Admin"
|
|
52: "105|192.168.11.26|nginxproxymanager|Web|https|443|||Running|Nginx Proxy Manager"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/resolve-ip-conflicts.sh`
|
|
|
|
Found 15 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="192.168.11.11"
|
|
63: local gw=$(echo "$current_net" | grep -oP 'gw=\K[^,]+' || echo "192.168.11.11")
|
|
128: for ip in 192.168.11.54 192.168.11.55 192.168.11.56; do
|
|
138: log " VMID 10070 (order-legal): 192.168.11.50 → 192.168.11.54"
|
|
139: log " VMID 10230 (order-vault): 192.168.11.51 → 192.168.11.55"
|
|
140: log " VMID 10232 (CT10232): 192.168.11.52 → 192.168.11.56"
|
|
149: resolve_conflict 10070 "192.168.11.50" "192.168.11.54" "order-legal"
|
|
154: resolve_conflict 10230 "192.168.11.51" "192.168.11.55" "order-vault"
|
|
159: resolve_conflict 10232 "192.168.11.52" "192.168.11.56" "CT10232"
|
|
169: log " 192.168.11.50 → VMID 7800 (sankofa-api-1) only"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/INSTALL_TUNNEL.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
16:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/network-configuration-review.sh`
|
|
|
|
Found 8 occurrence(s):
|
|
|
|
```
|
|
6:NODE_IP="192.168.11.11"
|
|
7:GATEWAY="192.168.11.1"
|
|
186: "10100:192.168.11.105:10000:192.168.11.44:DBIS PostgreSQL:Order PostgreSQL"
|
|
187: "10100:192.168.11.105:10120:192.168.11.125:DBIS PostgreSQL:DBIS Redis"
|
|
188: "10000:192.168.11.44:10001:192.168.11.45:Order PostgreSQL Primary:Order PostgreSQL Replica"
|
|
189: "10000:192.168.11.44:10020:192.168.11.38:Order PostgreSQL:Order Redis"
|
|
190: "10130:192.168.11.130:10150:192.168.11.155:DBIS Frontend:DBIS API"
|
|
191: "10130:192.168.11.130:10090:192.168.11.36:DBIS Frontend:Order Portal"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/investigate-hosts-hardware-and-storage.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
34:NODES[ml110]="192.168.11.10:L@kers2010"
|
|
35:NODES[r630-01]="192.168.11.11:password"
|
|
36:NODES[r630-02]="192.168.11.12:password"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/network-monitoring.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-remaining-containers.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
28:NODES[ml110]="192.168.11.10:L@kers2010"
|
|
29:NODES[r630-02]="192.168.11.12:password"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/backup-container-configs.sh`
|
|
|
|
Found 10 occurrence(s):
|
|
|
|
```
|
|
18: "192.168.11.10:3501:192.168.11.14:192.168.11.28:ccip-monitor-1:ml110"
|
|
19: "192.168.11.10:3500:192.168.11.15:192.168.11.29:oracle-publisher-1:ml110"
|
|
20: "192.168.11.12:103:192.168.11.20:192.168.11.30:omada:r630-02"
|
|
21: "192.168.11.12:104:192.168.11.18:192.168.11.31:gitea:r630-02"
|
|
22: "192.168.11.12:100:192.168.11.4:192.168.11.32:proxmox-mail-gateway:r630-02"
|
|
23: "192.168.11.12:101:192.168.11.6:192.168.11.33:proxmox-datacenter-manager:r630-02"
|
|
24: "192.168.11.12:102:192.168.11.9:192.168.11.34:cloudflared:r630-02"
|
|
25: "192.168.11.12:6200:192.168.11.7:192.168.11.35:firefly-1:r630-02"
|
|
26: "192.168.11.12:7811:N/A:192.168.11.36:mim-api-1:r630-02"
|
|
61:ssh -o ConnectTimeout=10 root@$host_ip "pct set $vmid --net0 bridge=vmbr0,name=eth0,ip=$old_ip/24,gw=192.168.11.1,type=veth" || echo "Warning: Failed to rollback $vmid"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/complete-blockscout-migrations-and-verify.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
3:# Container: VMID 5000 on pve2 (192.168.11.140)
|
|
8:IP="${IP:-192.168.11.140}"
|
|
74: -e ETHEREUM_JSONRPC_HTTP_URL=http://192.168.11.250:8545 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/stop_ssh_tunnel.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
4:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
11: PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/update-cloudflare-tunnel-to-nginx.sh`
|
|
|
|
Found 11 occurrence(s):
|
|
|
|
```
|
|
17:echo "5. Update ALL hostnames to route to: http://192.168.11.26:80"
|
|
20:echo " - explorer.d-bis.org → http://192.168.11.26:80"
|
|
21:echo " - rpc-http-pub.d-bis.org → http://192.168.11.26:80"
|
|
22:echo " - rpc-ws-pub.d-bis.org → http://192.168.11.26:80"
|
|
23:echo " - rpc-http-prv.d-bis.org → http://192.168.11.26:80"
|
|
24:echo " - rpc-ws-prv.d-bis.org → http://192.168.11.26:80"
|
|
25:echo " - dbis-admin.d-bis.org → http://192.168.11.26:80"
|
|
26:echo " - dbis-api.d-bis.org → http://192.168.11.26:80"
|
|
27:echo " - dbis-api-2.d-bis.org → http://192.168.11.26:80"
|
|
28:echo " - mim4u.org → http://192.168.11.26:80"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-nginx-rpc-2500.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
9:IP="192.168.11.250"
|
|
10:PROXMOX_HOST="192.168.11.10"
|
|
37: server_name besu-rpc-1 192.168.11.250 rpc-core.besu.local rpc-core.chainid138.local;
|
|
47: server_name besu-rpc-1 192.168.11.250 rpc-core.besu.local rpc-core.chainid138.local;
|
|
123: server_name besu-rpc-1 192.168.11.250 rpc-core-ws.besu.local rpc-core-ws.chainid138.local;
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/update-sankofa-npmplus-proxy-hosts.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
14:NPM_URL="${NPM_URL:-https://192.168.11.166:81}"
|
|
20: ["21"]="sankofa.nexus|192.168.11.51|3000"
|
|
21: ["22"]="www.sankofa.nexus|192.168.11.51|3000"
|
|
22: ["23"]="phoenix.sankofa.nexus|192.168.11.50|4000"
|
|
23: ["24"]="www.phoenix.sankofa.nexus|192.168.11.50|4000"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-r630-03-cluster-storage.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
23:R630_03_IP="192.168.11.13"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/restart-all-validators.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
35:echo "=== Restarting validators on ml110 (192.168.11.10) ==="
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-npmplus-certificates-node.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
19:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/activate-storage-r630-01.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
23:R630_01_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/reconfigure-vault-network.sh`
|
|
|
|
Found 10 occurrence(s):
|
|
|
|
```
|
|
2:# Reconfigure Vault Cluster to use 192.168.11.0/24 instead of VLAN 160
|
|
20:PROXMOX_HOST_1="${PROXMOX_HOST_1:-192.168.11.11}"
|
|
21:PROXMOX_HOST_2="${PROXMOX_HOST_2:-192.168.11.12}"
|
|
23:# New IP assignments (using 192.168.11.0/24)
|
|
25:VAULT_NODE_1_IP="192.168.11.200"
|
|
27:VAULT_NODE_2_IP="192.168.11.201"
|
|
29:VAULT_NODE_3_IP="192.168.11.202"
|
|
31:GATEWAY="192.168.11.1"
|
|
37:log_info "Reconfiguring from VLAN 160 (10.160.0.x) to 192.168.11.0/24"
|
|
58: # Reconfigure network (remove VLAN tag, use 192.168.11.0/24)
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/monitoring/cleanup-stuck-transactions.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
17:RPC_URL="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/monitoring/auto-fix-validator-config.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOSTS=("192.168.11.11" "192.168.11.11" "192.168.11.11" "192.168.11.10" "192.168.11.10")
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/monitoring/monitor-transaction-pool.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
17:RPC_URL="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/monitoring/create-monitoring-dashboard.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
224:RPC_URL="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/monitoring/setup-validator-monitoring.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
11:PROXMOX_HOSTS=("192.168.11.11" "192.168.11.11" "192.168.11.11" "192.168.11.10" "192.168.11.10")
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/monitoring/validate-all-configs.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOSTS=("192.168.11.11" "192.168.11.11" "192.168.11.11" "192.168.11.10" "192.168.11.10")
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/monitoring/monitor-blockchain-health.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
7:RPC_URL="${RPC_URL:-http://192.168.11.211:8545}"
|
|
10:PROXMOX_ML110="${PROXMOX_ML110:-192.168.11.10}"
|
|
11:PROXMOX_R630="${PROXMOX_R630:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/monitoring/monitor-block-production.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:RPC_URL="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/monitoring/deploy-enhanced-systemd.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
11:PROXMOX_HOSTS=("192.168.11.11" "192.168.11.11" "192.168.11.11" "192.168.11.10" "192.168.11.10")
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/monitoring/check-validator-health.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
25:RPC_URL="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
27:PROXMOX_HOSTS=("192.168.11.11" "192.168.11.11" "192.168.11.11" "192.168.11.10" "192.168.11.10")
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/monitoring/update-dashboard.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
15:RPC_URL="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/monitoring/master-stability-monitor.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
61: local rpc_url="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/calculate-chain138-gas-price.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
23:RPC_URL="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-blockscout-explorer.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
4:# Defaults: VMID=5000, IP=192.168.11.140
|
|
9:IP="${2:-192.168.11.140}"
|
|
26:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cleanup-old-files.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:REMOTE_HOST="${REMOTE_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-besu-temp-vm-on-ml110.sh`
|
|
|
|
Found 7 occurrence(s):
|
|
|
|
```
|
|
7:REMOTE_HOST="192.168.11.10"
|
|
86: echo " IP: 192.168.11.90"
|
|
90: echo " http://192.168.11.90:8545"
|
|
91: echo " http://192.168.11.90:8547"
|
|
92: echo " http://192.168.11.90:8549"
|
|
95: echo " 1. Validate: ssh root@192.168.11.10 'cd /opt/smom-dbis-138-proxmox && ./scripts/validation/validate-besu-temp-vm.sh'"
|
|
96: echo " 2. Monitor: ssh root@192.168.11.90 'docker compose logs -f'"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/enable-storage-r630-hosts.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
24:R630_01_IP="${PROXMOX_HOST_R630_01:-192.168.11.11}"
|
|
26:R630_02_IP="${PROXMOX_HOST_R630_02:-192.168.11.12}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-besu-chain138-nodes.sh`
|
|
|
|
Found 20 occurrence(s):
|
|
|
|
```
|
|
30:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
40: [1000]="192.168.11.100"
|
|
41: [1001]="192.168.11.101"
|
|
42: [1002]="192.168.11.102"
|
|
43: [1003]="192.168.11.103"
|
|
44: [1004]="192.168.11.104"
|
|
46: [1500]="192.168.11.150"
|
|
47: [1501]="192.168.11.151"
|
|
48: [1502]="192.168.11.152"
|
|
49: [1503]="192.168.11.153"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/repair-thin-storage.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST_PVE="192.168.11.11"
|
|
8:PROXMOX_HOST_PVE2="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-besu-compatibility.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:PROXMOX_ML110="${PROXMOX_ML110:-192.168.11.10}"
|
|
9:PROXMOX_R630="${PROXMOX_R630:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/execute-immediate-actions.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
36:NODES[ml110]="192.168.11.10:L@kers2010"
|
|
37:NODES[r630-01]="192.168.11.11:password"
|
|
38:NODES[r630-02]="192.168.11.12:password"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-r630-02-startup-failures.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
11:NODE_IP="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/setup-cloudflared-vmid2400.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
15:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
17:IP="192.168.11.240"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/get-npmplus-mappings.sh`
|
|
|
|
Found 70 occurrence(s):
|
|
|
|
```
|
|
18:NPM_URL="${NPM_URL:-https://192.168.11.166:81}"
|
|
46:IP_TO_VMID["192.168.11.100"]="1000"
|
|
47:IP_TO_VMID["192.168.11.101"]="1001"
|
|
48:IP_TO_VMID["192.168.11.102"]="1002"
|
|
49:IP_TO_VMID["192.168.11.103"]="1003"
|
|
50:IP_TO_VMID["192.168.11.104"]="1004"
|
|
51:IP_TO_VMID["192.168.11.150"]="1500"
|
|
52:IP_TO_VMID["192.168.11.151"]="1501"
|
|
53:IP_TO_VMID["192.168.11.152"]="1502"
|
|
54:IP_TO_VMID["192.168.11.153"]="1503"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/request-npmplus-certificates.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
19:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-containers-to-pve2.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/investigate-rpc-transaction-failures.sh`
|
|
|
|
Found 11 occurrence(s):
|
|
|
|
```
|
|
26:RPC_NODES[2400]="192.168.11.240:thirdweb-rpc-1"
|
|
27:RPC_NODES[2401]="192.168.11.241:thirdweb-rpc-2"
|
|
28:RPC_NODES[2402]="192.168.11.242:thirdweb-rpc-3"
|
|
29:RPC_NODES[2500]="192.168.11.250:besu-rpc-1"
|
|
30:RPC_NODES[2501]="192.168.11.251:besu-rpc-2"
|
|
31:RPC_NODES[2502]="192.168.11.252:besu-rpc-3"
|
|
32:RPC_NODES[2505]="192.168.11.201:besu-rpc-luis-0x8a"
|
|
33:RPC_NODES[2506]="192.168.11.202:besu-rpc-luis-0x1"
|
|
34:RPC_NODES[2507]="192.168.11.203:besu-rpc-putu-0x8a"
|
|
35:RPC_NODES[2508]="192.168.11.204:besu-rpc-putu-0x1"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-all-remaining-contracts.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
33:RPC_URL="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-suite.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/unifi/add-vlan11-secondary-ip-ifupdown.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:VLAN11_IP="192.168.11.23"
|
|
10:VLAN11_GATEWAY="192.168.11.1"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/unifi/configure-vlans.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
118: "ip_subnet": "192.168.11.0/24",
|
|
121: "dhcpd_start": "192.168.11.100",
|
|
122: "dhcpd_stop": "192.168.11.200",
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/unifi/change-ip-to-vlan11-netplan.sh`
|
|
|
|
Found 7 occurrence(s):
|
|
|
|
```
|
|
2:# Change dev machine IP to 192.168.11.4 using netplan
|
|
8:NEW_IP="192.168.11.4"
|
|
9:NEW_GATEWAY="192.168.11.1"
|
|
10:NEW_DNS="192.168.11.1"
|
|
145:if ping -c 1 -W 2 192.168.11.10 >/dev/null 2>&1; then
|
|
146: echo "✅ ml110 (192.168.11.10) is reachable!"
|
|
150: echo "⚠️ ml110 (192.168.11.10) is not reachable"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/unifi/add-vlan11-secondary-ip.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
8:VLAN11_IP="192.168.11.23"
|
|
10:VLAN11_GATEWAY="192.168.11.1"
|
|
57:if ! ip route show | grep -q "192.168.11.0/24"; then
|
|
59: ip route add 192.168.11.0/24 dev $PRIMARY_IF src $VLAN11_IP
|
|
79:for host in "192.168.11.10:ml110" "192.168.11.11:r630-01" "192.168.11.12:r630-02"; do
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/unifi/add-vlan11-secondary-ip-netplan.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
8:VLAN11_IP="192.168.11.23"
|
|
10:VLAN11_GATEWAY="192.168.11.1"
|
|
116: 'to': '192.168.11.0/24',
|
|
121: r.get('to') == '192.168.11.0/24'
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/unifi/add-vlan11-secondary-ip-systemd.sh`
|
|
|
|
Found 8 occurrence(s):
|
|
|
|
```
|
|
8:VLAN11_IP="192.168.11.23"
|
|
10:VLAN11_GATEWAY="192.168.11.1"
|
|
37:if ! ip route show | grep -q "192.168.11.0/24"; then
|
|
38: ip route add 192.168.11.0/24 dev $PRIMARY_IF src $VLAN11_IP 2>/dev/null || true
|
|
57:VLAN11_IP="192.168.11.23"
|
|
59:VLAN11_GATEWAY="192.168.11.1"
|
|
70:if ! ip route show | grep -q "192.168.11.0/24"; then
|
|
71: ip route add 192.168.11.0/24 dev $PRIMARY_IF src $VLAN11_IP
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/unifi/setup-vlan11-ip-persistence.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
7:VLAN11_IP="192.168.11.23"
|
|
33:VLAN11_IP="192.168.11.23"
|
|
50:if ! ip route show | grep -q "192.168.11.0/24.*src $VLAN11_IP"; then
|
|
51: ip route add 192.168.11.0/24 dev $PRIMARY_IF src $VLAN11_IP 2>/dev/null || true
|
|
98: SUDOERS_RULE="$USER ALL=(ALL) NOPASSWD: /usr/bin/ip addr add $VLAN11_IP/* dev $PRIMARY_IF, /usr/bin/ip addr del $VLAN11_IP/* dev $PRIMARY_IF, /usr/bin/ip route add 192.168.11.0/24 dev $PRIMARY_IF src $VLAN11_IP, /usr/bin/ip route del 192.168.11.0/24 dev $PRIMARY_IF src $VLAN11_IP"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/unifi/fix-vlan11-gateway.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:TARGET_IP="192.168.11.4"
|
|
9:TARGET_GATEWAY="192.168.11.1"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/unifi/verify-vlan-utilization.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
19:if ping -c 1 -W 2 192.168.11.1 >/dev/null 2>&1; then
|
|
20: echo " ✅ UDM Pro gateway (192.168.11.1) is reachable"
|
|
30: "ml110:192.168.11.10"
|
|
31: "r630-01:192.168.11.11"
|
|
32: "r630-02:192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/unifi/change-ip-to-vlan11.sh`
|
|
|
|
Found 7 occurrence(s):
|
|
|
|
```
|
|
2:# Change dev machine IP to 192.168.11.4 for access to ml110
|
|
8:NEW_IP="192.168.11.4"
|
|
9:NEW_GATEWAY="192.168.11.1"
|
|
11:NEW_DNS="192.168.11.1"
|
|
126:if ping -c 1 -W 2 192.168.11.10 >/dev/null 2>&1; then
|
|
127: echo "✅ ml110 (192.168.11.10) is reachable!"
|
|
129: echo "⚠️ ml110 (192.168.11.10) is not reachable (may need firewall config)"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/unifi/add-vlan11-ip-to-bashrc.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
7:VLAN11_IP="192.168.11.23"
|
|
24:if [ -n "$(ip link show eth0 2>/dev/null)" ] && ! ip addr show eth0 | grep -q "192.168.11.23"; then
|
|
25: sudo ip addr add 192.168.11.23/24 dev eth0 2>/dev/null || true
|
|
26: sudo ip route add 192.168.11.0/24 dev eth0 src 192.168.11.23 2>/dev/null || true
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/unifi/add-vlan11-secondary-ip-simple.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
8:VLAN11_IP="192.168.11.23"
|
|
10:VLAN11_GATEWAY="192.168.11.1"
|
|
50:if ! ip route show | grep -q "192.168.11.0/24"; then
|
|
52: ip route add 192.168.11.0/24 dev $PRIMARY_IF src $VLAN11_IP
|
|
72:for host in "192.168.11.10:ml110" "192.168.11.11:r630-01" "192.168.11.12:r630-02"; do
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-secrets-to-admin-vault.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:VAULT_ADDR="${VAULT_ADDR:-http://192.168.11.200:8200}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-orphaned-storage-vms.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
23:R630_02_IP="${PROXMOX_HOST_R630_02:-192.168.11.12}"
|
|
36:for node in "ml110:192.168.11.10:L@kers2010" "r630-01:192.168.11.11:password" "r630-02:192.168.11.12:password"; do
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/install-nginx-blockscout.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
4:# Defaults: VMID=5000, IP=192.168.11.140
|
|
9:IP="${2:-192.168.11.140}"
|
|
25:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-blockscout-web-interface-complete.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:IP="${IP:-192.168.11.140}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/set-container-passwords.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-bridge-destinations.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
32:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-rpc-txpool-config.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
9:RPC_HOST="${RPC_HOST:-192.168.11.10}"
|
|
10:RPC_URL="${RPC_URL:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/start-services-manually.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/run-order-database-migrations.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
3:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-vms-to-r630-01-api.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
61: if ! sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
68: RESULT=$(sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 \
|
|
96:sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.11 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/analyze-r630-01-services.sh`
|
|
|
|
Found 7 occurrence(s):
|
|
|
|
```
|
|
5:PROXMOX_HOST="192.168.11.11"
|
|
33:echo " - dbis-admin.d-bis.org → 192.168.11.130:80 (VMID 10130)"
|
|
34:echo " - dbis-api.d-bis.org → 192.168.11.155:3000 (VMID 10150)"
|
|
35:echo " - dbis-api-2.d-bis.org → 192.168.11.156:3000 (VMID 10151)"
|
|
36:echo " - secure.d-bis.org → 192.168.11.130:80 (VMID 10130)"
|
|
39:echo " - mim4u.org → 192.168.11.36:80 (VMID 7811 - on r630-02)"
|
|
42:echo " - explorer.d-bis.org → 192.168.11.140:4000 (VMID 5000 - on r630-02)"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/access-omada-cloud-controller.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
88:echo " - Destination IP: 192.168.11.140"
|
|
98:echo " Source IP: 192.168.11.0/24"
|
|
99:echo " Destination IP: 192.168.11.140"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-to-pve-thin1.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST_ML110="192.168.11.10"
|
|
254: log_info " 2. Start containers if needed: ssh root@192.168.11.11 'pct start <VMID>'"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-ethereum-mainnet-final.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
24:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
141: log_info " sudo systemctl restart besu-rpc # On 192.168.11.250"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/health-check.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
5:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/besu-extract-enode-nodekey.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
3:# Usage: DATA_PATH=/data/besu NODE_IP=192.168.11.13 bash extract-enode-from-nodekey.sh
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-cross-system-consistency.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
56:test_check "Omada Controller IP from inventory" "[[ '$OMADA_IP' == '192.168.11.8' ]]"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/clean-ml110.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:REMOTE_HOST="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-phoenix-vault-cluster.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
20:PROXMOX_HOST_1="${PROXMOX_HOST_1:-192.168.11.11}" # r630-01
|
|
21:PROXMOX_HOST_2="${PROXMOX_HOST_2:-192.168.11.12}" # r630-02
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/create-ccip-monitor-script.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
42:RPC_URL = os.getenv('RPC_URL_138', 'http://192.168.11.250:8545')
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-blockscout-in-container.sh`
|
|
|
|
Found 11 occurrence(s):
|
|
|
|
```
|
|
9:RPC_URL="http://192.168.11.250:8545"
|
|
10:WS_URL="ws://192.168.11.250:8546"
|
|
11:BLOCKSCOUT_HOST="192.168.11.140"
|
|
102: - ETHEREUM_JSONRPC_HTTP_URL=http://192.168.11.250:8545
|
|
103: - ETHEREUM_JSONRPC_WS_URL=ws://192.168.11.250:8546
|
|
104: - ETHEREUM_JSONRPC_TRACE_URL=http://192.168.11.250:8545
|
|
108: - BLOCKSCOUT_HOST=192.168.11.140
|
|
177: server_name 192.168.11.140 explorer.d-bis.org;
|
|
310:echo " Internal: http://192.168.11.140"
|
|
312:echo " API: http://192.168.11.140/api"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/diagnose-explorer-status.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
20:EXPLORER_IP="192.168.11.140"
|
|
22:PROXMOX_HOST="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/run-database-migrations.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
3:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/run-rpc-node-suite.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
11:# PROXMOX_HOST=192.168.11.10 ./scripts/run-rpc-node-suite.sh
|
|
12:# PROXMOX_HOST=192.168.11.10 ./scripts/run-rpc-node-suite.sh --apply --restart-besu
|
|
20:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/complete-explorer-restoration.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
222:echo " 2. Test from pve2: curl http://192.168.11.140:4000/api/v2/status"
|
|
223:echo " 3. Test Nginx proxy: curl http://192.168.11.140/api/v2/stats"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/complete-all-blockscout-next-steps.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
8:IP="${IP:-192.168.11.140}"
|
|
12:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
48: -e ETHEREUM_JSONRPC_HTTP_URL=http://192.168.11.250:8545 \
|
|
79: sed -i 's|BLOCKSCOUT_HOST=192.168.11.140|BLOCKSCOUT_HOST=$DOMAIN|g' docker-compose.yml
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/monitor-rpc-migration.sh`
|
|
|
|
Found 12 occurrence(s):
|
|
|
|
```
|
|
6:PROXMOX_HOST="${1:-192.168.11.10}"
|
|
27: ["2101"]="192.168.11.211"
|
|
28: ["2201"]="192.168.11.221"
|
|
29: ["2301"]="192.168.11.232"
|
|
30: ["2303"]="192.168.11.233"
|
|
31: ["2304"]="192.168.11.234"
|
|
32: ["2305"]="192.168.11.235"
|
|
33: ["2306"]="192.168.11.236"
|
|
34: ["2307"]="192.168.11.237"
|
|
35: ["2308"]="192.168.11.238"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-sankofa-pve2.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
25:PROXMOX_HOST="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/scripts/install-all-tunnels.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
22:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.12}"
|
|
26: ["ml110"]="tunnel-ml110:ccd7150a-9881-4b8c-a105-9b4ead6e69a2:ml110-01.d-bis.org:https://192.168.11.10:8006"
|
|
27: ["r630-01"]="tunnel-r630-01:4481af8f-b24c-4cd3-bdd5-f562f4c97df4:r630-01.d-bis.org:https://192.168.11.11:8006"
|
|
28: ["r630-02"]="tunnel-r630-02:0876f12b-64d7-4927-9ab3-94cb6cf48af9:r630-02.d-bis.org:https://192.168.11.12:8006"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/scripts/install-with-tokens.sh`
|
|
|
|
Found 6 occurrence(s):
|
|
|
|
```
|
|
22:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
122: service: https://192.168.11.10:8006
|
|
136: service: https://192.168.11.11:8006
|
|
150: service: https://192.168.11.12:8006
|
|
164: service: https://192.168.11.13:8006
|
|
178: service: https://192.168.11.14:8006
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/scripts/restart-tunnel.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
35:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/scripts/verify-prerequisites.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
18:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
65:for ip in 192.168.11.10 192.168.11.11 192.168.11.12; do
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/scripts/generate-credentials.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
62:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/scripts/check-tunnel-health.sh`
|
|
|
|
Found 6 occurrence(s):
|
|
|
|
```
|
|
19:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
32: ["ml110"]="192.168.11.10"
|
|
33: ["r630-01"]="192.168.11.11"
|
|
34: ["r630-02"]="192.168.11.12"
|
|
35: ["r630-03"]="192.168.11.13"
|
|
36: ["r630-04"]="192.168.11.14"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/scripts/monitor-tunnels.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
21:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/scripts/automate-cloudflare-setup.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
537: ["ml110"]="ml110-01.d-bis.org:https://192.168.11.10:8006"
|
|
538: ["r630-01"]="r630-01.d-bis.org:https://192.168.11.11:8006"
|
|
539: ["r630-02"]="r630-02.d-bis.org:https://192.168.11.12:8006"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/scripts/save-tunnel-credentials.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
23:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/scripts/complete-automated-setup.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
63:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/scripts/configure-r630-02-for-migration.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
34:TARGET="https://192.168.11.12:8006"
|
|
124:# Target: 192.168.11.12:8006 (Proxmox UI)
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/scripts/setup-credentials-auto.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
21:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/scripts/install-tunnel.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
37:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/scripts/quick-install-token.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
17:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
37: TARGET="https://192.168.11.10:8006"
|
|
43: TARGET="https://192.168.11.11:8006"
|
|
49: TARGET="https://192.168.11.12:8006"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/scripts/setup-multi-tunnel.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
24:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/RUN_ME_AFTER_DOWNLOAD.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
33:ssh root@192.168.11.10 "pct exec 102 -- systemctl start cloudflared-ml110 cloudflared-r630-01 cloudflared-r630-02"
|
|
34:ssh root@192.168.11.10 "pct exec 102 -- systemctl enable cloudflared-*"
|
|
40:echo " ssh root@192.168.11.10 'pct exec 102 -- systemctl status cloudflared-*'"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/copy-flush-scripts-to-proxmox.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
23:PROXMOX_HOST="${1:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-all-databases.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/access-control-audit.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-er605-nat-rules.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
22:NGINX_IP="${NGINX_IP:-192.168.11.26}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-storage-performance.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
23:R630_01_IP="${PROXMOX_HOST_R630_01:-192.168.11.11}"
|
|
25:R630_02_IP="${PROXMOX_HOST_R630_02:-192.168.11.12}"
|
|
69: --net0 name=eth0,bridge=vmbr0,ip=192.168.11.99/24 \
|
|
114: --net0 name=eth0,bridge=vmbr0,ip=192.168.11.98/24 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-deployment-readiness.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
19:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/complete-all-remaining-tasks-final.sh`
|
|
|
|
Found 16 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
28:NODE_IP="192.168.11.11"
|
|
67:NODE_IP="192.168.11.11"
|
|
83:export DATABASE_URL=\"postgresql://dbis:8cba649443f97436db43b34ab2c0e75b5cf15611bef9c099cee6fb22cc3d7771@192.168.11.105:5432/dbis_core\"
|
|
110:NODE_IP="192.168.11.11"
|
|
118:POSTGRES_IP="192.168.11.44"
|
|
119:REDIS_IP="192.168.11.38"
|
|
156:NODE_IP="192.168.11.11"
|
|
164:POSTGRES_IP="192.168.11.105"
|
|
165:REDIS_IP="192.168.11.125"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/setup-letsencrypt-tunnel.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
10:IP="192.168.11.250"
|
|
12:PROXMOX_HOST="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/reset-npmplus-password.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
19:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/setup_ssh_tunnel.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
5:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
14: PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
53: 192.168.11.10)
|
|
56: 192.168.11.11)
|
|
59: 192.168.11.12)
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/move-pve2-vms-to-r630-02.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
23:ML110_IP="${PROXMOX_HOST_ML110:-192.168.11.10}"
|
|
100:sshpass -p "password" ssh -o StrictHostKeyChecking=no root@192.168.11.12 bash <<'ENDSSH' 2>/dev/null
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/create-blockscout-landing-page.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
7:IP="${IP:-192.168.11.140}"
|
|
224: server_name explorer.d-bis.org 192.168.11.140;
|
|
315: server_name explorer.d-bis.org 192.168.11.140;
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/analyze-firefly-issues.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
11:R630_02_IP="192.168.11.12"
|
|
12:ML110_IP="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cleanup-npmplus-certificates-complete.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
19:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/besu-extract-enode-rpc.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
3:# Usage: RPC_URL=http://192.168.11.13:8545 NODE_IP=192.168.11.13 bash extract-enode-from-rpc.sh
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-nginx-jwt-auth.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
13:IP="192.168.11.251"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/wait-and-configure-ethereum-mainnet.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-rpc-authorization.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
92:TEST_RESPONSE=$(curl -s -X POST "http://192.168.11.250:8545" \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/comprehensive-ip-audit.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
24:HOSTS[ml110]="${PROXMOX_HOST_ML110:-192.168.11.10}:${PROXMOX_PASS_ML110:-L@kers2010}"
|
|
25:HOSTS[pve]="${PROXMOX_HOST_R630_01:-192.168.11.11}:${PROXMOX_PASS_R630_01:-password}"
|
|
26:HOSTS[pve2]="${PROXMOX_HOST_R630_02:-192.168.11.12}:${PROXMOX_PASS_R630_02:-password}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cleanup-npmplus-duplicate-certificates.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
19:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cleanup-blockscout-journal.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${1:-192.168.11.12}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-bridge-configuration.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
32:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-npmplus-full-connectivity.sh`
|
|
|
|
Found 13 occurrence(s):
|
|
|
|
```
|
|
20:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
22:UDM_PRO_IP="${3:-192.168.11.1}"
|
|
32: ["192.168.11.140:80"]="VMID 5000 (blockscout-1) on 192.168.11.12"
|
|
33: ["192.168.11.130:80"]="VMID 10130 (dbis-frontend) on 192.168.11.11"
|
|
34: ["192.168.11.155:3000"]="VMID 10150 (dbis-api-primary) on 192.168.11.11"
|
|
35: ["192.168.11.156:3000"]="VMID 10151 (dbis-api-secondary) on 192.168.11.11"
|
|
36: ["192.168.11.36:80"]="VMID 7811 (mim-api-1) on 192.168.11.12"
|
|
37: ["192.168.11.211:443"]="VMID 2101 (besu-rpc-core-1) on 192.168.11.10"
|
|
38: ["192.168.11.221:443"]="VMID 2201 (besu-rpc-public-1) on 192.168.11.10"
|
|
39: ["192.168.11.232:443"]="VMID 2301 (besu-rpc-private-1) on 192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-contracts-chain138.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
35:RPC_URL_138=http://192.168.11.250:8545
|
|
63: RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/comprehensive-review.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
71:echo "- Base subnet: 192.168.11.0/24"
|
|
72:echo "- Validators: 192.168.11.100-104"
|
|
73:echo "- Sentries: 192.168.11.150-153"
|
|
74:echo "- RPC: 192.168.11.250-252"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-migrated-rpc-nodes.sh`
|
|
|
|
Found 13 occurrence(s):
|
|
|
|
```
|
|
18:PROXMOX_HOST="${1:-192.168.11.10}"
|
|
22: ["2101"]="192.168.11.211:besu-rpc-core-1"
|
|
23: ["2201"]="192.168.11.221:besu-rpc-public-1"
|
|
24: ["2301"]="192.168.11.232:besu-rpc-private-1"
|
|
25: ["2401"]="192.168.11.241:besu-rpc-thirdweb-0x8a-1"
|
|
26: ["2402"]="192.168.11.242:besu-rpc-thirdweb-0x8a-2"
|
|
27: ["2403"]="192.168.11.243:besu-rpc-thirdweb-0x8a-3"
|
|
28: ["2303"]="192.168.11.233:besu-rpc-ali-0x8a"
|
|
29: ["2304"]="192.168.11.234:besu-rpc-ali-0x1"
|
|
30: ["2305"]="192.168.11.235:besu-rpc-luis-0x8a"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/start-containers-on-pve2.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
11:PVE2_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-remaining-migrations.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
32:NODES[ml110]="192.168.11.10:L@kers2010"
|
|
33:NODES[r630-02]="192.168.11.12:password"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/install-tunnel-via-api.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-and-fix-blockscout.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
5:# Defaults: VMID=5000, IP=192.168.11.140
|
|
10:IP="${2:-192.168.11.140}"
|
|
28:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/complete-all-tasks-parallel.sh`
|
|
|
|
Found 18 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
321: ["10.200.0.10"]="192.168.11.44" # order-postgres-primary
|
|
322: ["10.200.0.11"]="192.168.11.45" # order-postgres-replica
|
|
323: ["10.200.0.20"]="192.168.11.38" # order-redis
|
|
324: ["10.200.0.30"]="192.168.11.40" # order-identity
|
|
325: ["10.200.0.40"]="192.168.11.41" # order-intake
|
|
326: ["10.200.0.50"]="192.168.11.49" # order-finance
|
|
327: ["10.200.0.60"]="192.168.11.42" # order-dataroom
|
|
328: ["10.200.0.70"]="192.168.11.50" # order-legal
|
|
329: ["10.200.0.80"]="192.168.11.43" # order-eresidency
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-enodes-besu-native.sh`
|
|
|
|
Found 13 occurrence(s):
|
|
|
|
```
|
|
9: [106]="192.168.11.13" # besu-validator-1
|
|
10: [107]="192.168.11.14" # besu-validator-2
|
|
11: [108]="192.168.11.15" # besu-validator-3
|
|
12: [109]="192.168.11.16" # besu-validator-4
|
|
13: [110]="192.168.11.18" # besu-validator-5
|
|
14: [111]="192.168.11.19" # besu-sentry-2
|
|
15: [112]="192.168.11.20" # besu-sentry-3
|
|
16: [113]="192.168.11.21" # besu-sentry-4
|
|
17: [114]="192.168.11.22" # besu-sentry-5
|
|
18: [115]="192.168.11.23" # besu-rpc-1
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-shared-tunnel.sh`
|
|
|
|
Found 26 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.12}"
|
|
10:NGINX_TARGET="192.168.11.26:80"
|
|
38: echo " Copy this script to a machine on 192.168.11.0/24 network"
|
|
59: service: http://192.168.11.26:80
|
|
63: service: http://192.168.11.26:80
|
|
67: service: http://192.168.11.26:80
|
|
71: service: http://192.168.11.26:80
|
|
75: service: http://192.168.11.26:80
|
|
79: service: http://192.168.11.26:80
|
|
83: service: http://192.168.11.26:80
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-stuck-transactions.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
22:RPC_URL="${1:-http://192.168.11.250:8545}" # Use Core RPC (VMID 2500)
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-pve2-container-storage.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:PVE2_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/analyze-npmplus-certificates.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
19:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-all-vm-ips.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:HOSTS="ml110:${PROXMOX_HOST_ML110:-192.168.11.10}:${PROXMOX_PASS_ML110:-L@kers2010} pve:${PROXMOX_HOST_R630_01:-192.168.11.11}:${PROXMOX_PASS_R630_01:-password} pve2:${PROXMOX_HOST_R630_02:-192.168.11.12}:${PROXMOX_PASS_R630_02:-password}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-2-containers-to-pve2-thin1.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
118: storage_check=$(sshpass -p 'password' ssh -o StrictHostKeyChecking=no root@192.168.11.12 "pvesm status 2>/dev/null | grep -i $TARGET_STORAGE" 2>&1 | head -1)
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-ccip-router.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
5:RPC_URL="${RPC_URL:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-storage-pve-pve2.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:PROXMOX_HOST_PVE="192.168.11.11"
|
|
9:PROXMOX_HOST_PVE2="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-oracle-authorization.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/generate-jwt-token.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/restore-explorer-complete.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
17:EXPLORER_IP="192.168.11.140"
|
|
18:PROXMOX_HOST="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-with-retry-and-status-check.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
33:RPC_URL="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/besu/fix-node-lists-final.sh`
|
|
|
|
Found 22 occurrence(s):
|
|
|
|
```
|
|
16: "192.168.11.100" # Validator 1000
|
|
17: "192.168.11.101" # Validator 1001
|
|
18: "192.168.11.102" # Validator 1002
|
|
19: "192.168.11.103" # Validator 1003
|
|
20: "192.168.11.104" # Validator 1004
|
|
21: "192.168.11.150" # Sentry 1500
|
|
22: "192.168.11.151" # Sentry 1501
|
|
23: "192.168.11.152" # Sentry 1502
|
|
24: "192.168.11.153" # Sentry 1503
|
|
25: "192.168.11.211" # RPC 2101
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/besu/reconcile-and-update-node-lists.sh`
|
|
|
|
Found 31 occurrence(s):
|
|
|
|
```
|
|
27:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
32: ["1000"]="192.168.11.100"
|
|
33: ["1001"]="192.168.11.101"
|
|
34: ["1002"]="192.168.11.102"
|
|
35: ["1003"]="192.168.11.103"
|
|
36: ["1004"]="192.168.11.104"
|
|
38: ["1500"]="192.168.11.150"
|
|
39: ["1501"]="192.168.11.151"
|
|
40: ["1502"]="192.168.11.152"
|
|
41: ["1503"]="192.168.11.153"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/besu/verify-and-update-node-lists.sh`
|
|
|
|
Found 23 occurrence(s):
|
|
|
|
```
|
|
33: ["2400"]="192.168.11.240"
|
|
34: ["2401"]="192.168.11.241"
|
|
35: ["2402"]="192.168.11.242"
|
|
37: ["2500"]="192.168.11.250"
|
|
38: ["2501"]="192.168.11.251"
|
|
39: ["2502"]="192.168.11.252"
|
|
40: ["2503"]="192.168.11.253"
|
|
41: ["2504"]="192.168.11.254"
|
|
43: ["2505"]="192.168.11.201"
|
|
44: ["2506"]="192.168.11.202"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/besu/collect-all-node-enodes.sh`
|
|
|
|
Found 20 occurrence(s):
|
|
|
|
```
|
|
28: ["2400"]="192.168.11.240"
|
|
29: ["2401"]="192.168.11.241"
|
|
30: ["2402"]="192.168.11.242"
|
|
31: ["2500"]="192.168.11.250"
|
|
32: ["2501"]="192.168.11.251"
|
|
33: ["2502"]="192.168.11.252"
|
|
34: ["2505"]="192.168.11.201"
|
|
35: ["2506"]="192.168.11.202"
|
|
36: ["2507"]="192.168.11.203"
|
|
37: ["2508"]="192.168.11.204"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/besu/collect-enodes-and-ips.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
25:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/besu/match-enodes-to-rpcs.sh`
|
|
|
|
Found 23 occurrence(s):
|
|
|
|
```
|
|
26: ["2101"]="192.168.11.211:besu-rpc-core-1"
|
|
27: ["2201"]="192.168.11.221:besu-rpc-public-1"
|
|
28: ["2301"]="192.168.11.232:besu-rpc-private-1"
|
|
29: ["2303"]="192.168.11.233:besu-rpc-ali-0x8a"
|
|
30: ["2304"]="192.168.11.234:besu-rpc-ali-0x1"
|
|
31: ["2305"]="192.168.11.235:besu-rpc-luis-0x8a"
|
|
32: ["2306"]="192.168.11.236:besu-rpc-luis-0x1"
|
|
33: ["2307"]="192.168.11.237:besu-rpc-putu-0x8a"
|
|
34: ["2308"]="192.168.11.238:besu-rpc-putu-0x1"
|
|
35: ["2400"]="192.168.11.240:thirdweb-rpc-1"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/besu/verify-p2p-host-config.sh`
|
|
|
|
Found 21 occurrence(s):
|
|
|
|
```
|
|
27: ["1000"]="192.168.11.100"
|
|
28: ["1001"]="192.168.11.101"
|
|
29: ["1002"]="192.168.11.102"
|
|
30: ["1003"]="192.168.11.103"
|
|
31: ["1004"]="192.168.11.104"
|
|
32: ["1500"]="192.168.11.150"
|
|
33: ["1501"]="192.168.11.151"
|
|
34: ["1502"]="192.168.11.152"
|
|
35: ["1503"]="192.168.11.153"
|
|
36: ["2101"]="192.168.11.211"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/besu/complete-node-list-deployment.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
68:log_info " ssh root@192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/besu/collect-missing-enodes.sh`
|
|
|
|
Found 23 occurrence(s):
|
|
|
|
```
|
|
28: ["1000"]="192.168.11.100"
|
|
29: ["1001"]="192.168.11.101"
|
|
30: ["1002"]="192.168.11.102"
|
|
31: ["1003"]="192.168.11.103"
|
|
32: ["1004"]="192.168.11.104"
|
|
34: ["1500"]="192.168.11.150"
|
|
35: ["1501"]="192.168.11.151"
|
|
36: ["1502"]="192.168.11.152"
|
|
37: ["1503"]="192.168.11.153"
|
|
39: ["2101"]="192.168.11.211"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/besu/verify-peer-connections.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
27: ["2101"]="192.168.11.211:8545"
|
|
28: ["2400"]="192.168.11.240:8545"
|
|
29: ["2401"]="192.168.11.241:8545"
|
|
30: ["2402"]="192.168.11.242:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/besu/analyze-and-fix-node-lists.sh`
|
|
|
|
Found 22 occurrence(s):
|
|
|
|
```
|
|
31: ["1000"]="192.168.11.100"
|
|
32: ["1001"]="192.168.11.101"
|
|
33: ["1002"]="192.168.11.102"
|
|
34: ["1003"]="192.168.11.103"
|
|
35: ["1004"]="192.168.11.104"
|
|
39: ["1500"]="192.168.11.150"
|
|
40: ["1501"]="192.168.11.151"
|
|
41: ["1502"]="192.168.11.152"
|
|
42: ["1503"]="192.168.11.153"
|
|
46: ["2101"]="192.168.11.211"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/besu/deploy-node-lists-to-all-nodes.sh`
|
|
|
|
Found 21 occurrence(s):
|
|
|
|
```
|
|
51: ["1000"]="192.168.11.100"
|
|
52: ["1001"]="192.168.11.101"
|
|
53: ["1002"]="192.168.11.102"
|
|
54: ["1003"]="192.168.11.103"
|
|
55: ["1004"]="192.168.11.104"
|
|
57: ["1500"]="192.168.11.150"
|
|
58: ["1501"]="192.168.11.151"
|
|
59: ["1502"]="192.168.11.152"
|
|
60: ["1503"]="192.168.11.153"
|
|
62: ["2101"]="192.168.11.211"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/besu/restart-all-besu-services.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
25:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/restart-and-verify-services.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
138:RPC_URL="http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/investigate-ip-192.168.11.14.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
2:# IP Conflict Investigation Script for 192.168.11.14
|
|
4:IP="192.168.11.14"
|
|
64:for host in 192.168.11.10 192.168.11.11 192.168.11.12; do
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/flush-all-mempools.sh`
|
|
|
|
Found 8 occurrence(s):
|
|
|
|
```
|
|
23: "2101:192.168.11.211:besu-rpc-core-1"
|
|
24: "2201:192.168.11.221:besu-rpc-public-1"
|
|
29: "1000:192.168.11.100:besu-validator-1"
|
|
30: "1001:192.168.11.101:besu-validator-2"
|
|
31: "1002:192.168.11.102:besu-validator-3"
|
|
32: "1003:192.168.11.103:besu-validator-4"
|
|
33: "1004:192.168.11.104:besu-validator-5"
|
|
36:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/start-all-r630-02.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:NODE_IP="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-shared-tunnel-remote.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.12}"
|
|
10:NGINX_TARGET="192.168.11.26:80"
|
|
17:echo " 1. From a machine on 192.168.11.0/24 network"
|
|
42: echo " 1. You're on 192.168.11.0/24 network"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-and-fix-allowance.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-cloudflare-explorer-complete-auto.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
27:EXPLORER_IP="${EXPLORER_IP:-192.168.11.140}"
|
|
30:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/convert-to-privileged-and-install-all.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/install-shared-tunnel-token.sh`
|
|
|
|
Found 22 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.12}"
|
|
25: echo " 1. From a machine on 192.168.11.0/24 network, OR"
|
|
42:ssh root@192.168.11.12
|
|
81: service: http://192.168.11.26:80
|
|
85: service: http://192.168.11.26:80
|
|
89: service: http://192.168.11.26:80
|
|
93: service: http://192.168.11.26:80
|
|
97: service: http://192.168.11.26:80
|
|
101: service: http://192.168.11.26:80
|
|
105: service: http://192.168.11.26:80
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/update-all-service-configs.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
19:RPC_URL="http://192.168.11.250:8545"
|
|
20:WS_URL="ws://192.168.11.250:8546"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/apply-direct-blockscout-route.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
3:# Updates NPMplus to use direct route: explorer.d-bis.org → 192.168.11.140:4000
|
|
71: echo " Old Route: http://192.168.11.140:80 (via nginx)"
|
|
72: echo " New Route: http://192.168.11.140:4000 (direct)"
|
|
88: echo " 3. Update Forward Host: 192.168.11.140"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/set-blockscout-static-ip.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
2:# Set Blockscout container (VMID 5000) to use static IP 192.168.11.140
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
9:STATIC_IP="192.168.11.140/24"
|
|
10:GATEWAY="192.168.11.1"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-all-explorer-links.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:IP="${IP:-192.168.11.140}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-service-integration.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
5:RPC_URL="${RPC_URL:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/execute-all-immediate-actions.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
33:NODES[ml110]="192.168.11.10:L@kers2010"
|
|
34:NODES[r630-01]="192.168.11.11:password"
|
|
35:NODES[r630-02]="192.168.11.12:password"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-all-explorer-issues.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
57:NETWORK_TEST=$(exec_proxmox "curl -s -o /dev/null -w '%{http_code}' --connect-timeout 5 http://192.168.11.140:4000/api/v2/stats 2>/dev/null" || echo "000")
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-oracle-price-feed.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
8:RPC_URL="http://192.168.11.250:8545"
|
|
111:if sshpass -p 'L@kers2010' ssh -o StrictHostKeyChecking=no root@192.168.11.10 "pct list | grep -q '3500'" 2>/dev/null; then
|
|
112: SERVICE_STATUS=$(sshpass -p 'L@kers2010' ssh -o StrictHostKeyChecking=no root@192.168.11.10 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-rpc-nodes-complete.sh`
|
|
|
|
Found 13 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${1:-192.168.11.10}"
|
|
23: ["2101"]="192.168.11.211:besu-rpc-core-1"
|
|
24: ["2201"]="192.168.11.221:besu-rpc-public-1"
|
|
25: ["2301"]="192.168.11.232:besu-rpc-private-1"
|
|
26: ["2303"]="192.168.11.233:besu-rpc-ali-0x8a"
|
|
27: ["2304"]="192.168.11.234:besu-rpc-ali-0x1"
|
|
28: ["2305"]="192.168.11.235:besu-rpc-luis-0x8a"
|
|
29: ["2306"]="192.168.11.236:besu-rpc-luis-0x1"
|
|
30: ["2307"]="192.168.11.237:besu-rpc-putu-0x8a"
|
|
31: ["2308"]="192.168.11.238:besu-rpc-putu-0x1"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-all-contracts.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
5:RPC_URL="${RPC_URL:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-rpc-vmids.sh`
|
|
|
|
Found 15 occurrence(s):
|
|
|
|
```
|
|
20:PROXMOX_HOST="${1:-192.168.11.10}"
|
|
29: "2500:2101:192.168.11.211:besu-rpc-core-1"
|
|
30: "2501:2201:192.168.11.221:besu-rpc-public-1"
|
|
31: "2502:2301:192.168.11.232:besu-rpc-private-1"
|
|
32: "2503:2303:192.168.11.233:besu-rpc-ali-0x8a"
|
|
33: "2504:2304:192.168.11.234:besu-rpc-ali-0x1"
|
|
34: "2505:2305:192.168.11.235:besu-rpc-luis-0x8a"
|
|
35: "2506:2306:192.168.11.236:besu-rpc-luis-0x1"
|
|
36: "2507:2307:192.168.11.237:besu-rpc-putu-0x8a"
|
|
37: "2508:2308:192.168.11.238:besu-rpc-putu-0x1"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/clear-transaction-pool-all-nodes-thorough.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
190: "2101:192.168.11.211"
|
|
191: "2201:192.168.11.221"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-contracts-from-proxmox.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
10:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
88: curl -s -X POST \${RPC_URL_138:-http://192.168.11.250:8545} \
|
|
112: --rpc-url \${RPC_URL_138:-http://192.168.11.250:8545} \
|
|
124: --rpc-url \${RPC_URL_138:-http://192.168.11.250:8545} \
|
|
136: --rpc-url \${RPC_URL_138:-http://192.168.11.250:8545} \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-remaining-containers.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-all-components.sh`
|
|
|
|
Found 15 occurrence(s):
|
|
|
|
```
|
|
10:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
39:RPC_URLS=("https://rpc-core.d-bis.org" "http://192.168.11.250:8545")
|
|
65: BLOCK=$(ssh_proxmox "curl -s -X POST http://192.168.11.250:8545 -H 'Content-Type: application/json' -d '{\"jsonrpc\":\"2.0\",\"method\":\"eth_blockNumber\",\"params\":[],\"id\":1}' 2>/dev/null | python3 -c 'import sys, json; data=json.load(sys.stdin); print(int(data.get(\"result\", \"0x0\"), 16))' 2>/dev/null" || echo "0")
|
|
67: CHAIN_ID=$(ssh_proxmox "curl -s -X POST http://192.168.11.250:8545 -H 'Content-Type: application/json' -d '{\"jsonrpc\":\"2.0\",\"method\":\"eth_chainId\",\"params\":[],\"id\":1}' 2>/dev/null | python3 -c 'import sys, json; data=json.load(sys.stdin); print(int(data.get(\"result\", \"0x0\"), 16))' 2>/dev/null" || echo "0")
|
|
170:RPC_URL_138=http://192.168.11.250:8545
|
|
171:WS_URL_138=ws://192.168.11.250:8546
|
|
187:RPC_URL_138=http://192.168.11.250:8545
|
|
200:RPC_URL_138=http://192.168.11.250:8545
|
|
213:BESU_RPC_URL=http://192.168.11.250:8545
|
|
227: sed -i \"s|FF_BLOCKCHAIN_RPC=.*|FF_BLOCKCHAIN_RPC=http://192.168.11.250:8545|\" docker-compose.yml && \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test_connection.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-pve2-disk-number-mismatch.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PVE2_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/generate-review-report.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
42:- Base subnet: 192.168.11.0/24
|
|
43:- Validators: 192.168.11.100-104
|
|
44:- Sentries: 192.168.11.150-153
|
|
45:- RPC: 192.168.11.250-252
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/create-raid10-r630-01-complete.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:TARGET_NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/complete-all-configurations.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
20:RPC_URL="http://192.168.11.250:8545"
|
|
21:WS_URL="ws://192.168.11.250:8546"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-jwt-endpoints.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-validator-txpool.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
61:echo "=== Processing validators on ml110 (192.168.11.10) ==="
|
|
69:echo "=== Processing validators on r630-01 (192.168.11.11) ==="
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/install-cloudflare-origin-cert-vmid2400.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
14:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
16:IP="192.168.11.240"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-npmplus-certificates.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
21:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/list-all-vmids-status-simple.sh`
|
|
|
|
Found 8 occurrence(s):
|
|
|
|
```
|
|
20:PROXMOX_HOSTS=("192.168.11.10" "192.168.11.11" "192.168.11.12")
|
|
139: ["5000"]="192.168.11.140:80|blockscout-1|192.168.11.12"
|
|
140: ["10130"]="192.168.11.130:80|dbis-frontend|192.168.11.11"
|
|
141: ["10150"]="192.168.11.155:3000|dbis-api-primary|192.168.11.11"
|
|
142: ["10151"]="192.168.11.156:3000|dbis-api-secondary|192.168.11.11"
|
|
143: ["7811"]="192.168.11.36:80|mim-api-1|192.168.11.12"
|
|
144: ["2501"]="192.168.11.251:443|besu-rpc-2|192.168.11.10"
|
|
145: ["2502"]="192.168.11.252:443|besu-rpc-3|192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/install-tunnel-in-container.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:EXPLORER_IP="192.168.11.140"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-order-service-dependencies.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
3:NODE_IP="192.168.11.11"
|
|
11:POSTGRES_IP="192.168.11.44"
|
|
12:REDIS_IP="192.168.11.38"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-proxmox-ssl-cluster.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
24:HOSTS[pve]="192.168.11.11:password"
|
|
25:HOSTS[pve2]="192.168.11.12:password"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-portal-r630-01.sh`
|
|
|
|
Found 6 occurrence(s):
|
|
|
|
```
|
|
3:# VMID: 7801, IP: 192.168.11.51
|
|
25:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.11}"
|
|
27:CONTAINER_IP="${SANKOFA_PORTAL_IP:-192.168.11.51}"
|
|
28:API_URL="${NEXT_PUBLIC_GRAPHQL_ENDPOINT:-http://192.168.11.50:4000/graphql}"
|
|
29:API_WS_URL="${NEXT_PUBLIC_GRAPHQL_WS_ENDPOINT:-ws://192.168.11.50:4000/graphql-ws}"
|
|
30:KEYCLOAK_URL="${KEYCLOAK_URL:-http://192.168.11.52:8080}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-tunnel-config.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
28: echo " $num. ${EXPECTED_HOSTNAMES[$i]} → http://192.168.11.26:80"
|
|
95: echo " 2. Nginx not accessible at 192.168.11.26:80"
|
|
101: echo " 2. Verify container is running: ssh root@192.168.11.12 'pct status 102'"
|
|
102: echo " 3. Check tunnel service: ssh root@192.168.11.12 'pct exec 102 -- systemctl status cloudflared'"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/besu-deploy-allowlist.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${3:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-contract-functions.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
5:RPC_URL="${RPC_URL:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-vmid5000-blockscout.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/update-all-dns-to-public-ip.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
5:# UDM Pro port forwarding: 76.53.10.36:80/443 → 192.168.11.26:80/443
|
|
34:# Public IP for all services (76.53.10.36 - UDM Pro port forwarding to Nginx 192.168.11.26)
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/set-password-via-proxmox-api.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/enable-admin-rpc-ssh.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
9:RPC_IP="${2:-192.168.11.250}"
|
|
11:PROXMOX_HOST="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/storage-monitor.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
38:NODES[ml110]="192.168.11.10:L@kers2010"
|
|
39:NODES[r630-01]="192.168.11.11:password"
|
|
40:NODES[r630-02]="192.168.11.12:password"
|
|
41:NODES[r630-03]="192.168.11.13:L@kers2010"
|
|
42:NODES[r630-04]="192.168.11.14:L@kers2010"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/restore-container-filesystems.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-ml110-to-r630-01-skip-6000.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
10: sshpass -p 'L@kers2010' ssh -o StrictHostKeyChecking=no root@192.168.11.10 "pct migrate $vmid $TARGET_NODE" && \
|
|
12: sshpass -p 'password' ssh -o StrictHostKeyChecking=no root@192.168.11.11 "pct move-volume $vmid rootfs $TARGET_STORAGE" && \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-oracle-publisher-complete.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/besu-verify-peers.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4:# Example: bash besu-verify-peers.sh http://192.168.11.13:8545
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-cluster-node-names.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
23:ML110_IP="${PROXMOX_HOST_ML110:-192.168.11.10}"
|
|
70:for node in "r630-01:192.168.11.11:password" "r630-02:192.168.11.12:password"; do
|
|
94:for node in "ml110:192.168.11.10:L@kers2010" "r630-01:192.168.11.11:password" "r630-02:192.168.11.12:password"; do
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/setup-automated-backups.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/install-nginx-vmid7810.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
18:PROXMOX_HOST="${1:-192.168.11.12}"
|
|
149:NPMPLUS_HOST="192.168.11.11"
|
|
152: "pct exec ${NPMPLUS_VMID} -- curl -s -o /dev/null -w \"%{http_code}\" --connect-timeout 5 http://192.168.11.37/ 2>/dev/null || echo \"000\"" 2>/dev/null || echo "000")
|
|
166:log_info " 1. Verify: curl -I http://192.168.11.37/"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-tunnels-no-ssh.sh`
|
|
|
|
Found 41 occurrence(s):
|
|
|
|
```
|
|
46:- **URL**: `http://192.168.11.21:80` (or appropriate internal IP)
|
|
52:- **URL**: `http://192.168.11.21:80`
|
|
57: - `dbis-admin.d-bis.org` → `http://192.168.11.21:80`
|
|
58: - `dbis-api.d-bis.org` → `http://192.168.11.21:80`
|
|
59: - `dbis-api-2.d-bis.org` → `http://192.168.11.21:80`
|
|
60: - `mim4u.org.d-bis.org` → `http://192.168.11.21:80`
|
|
61: - `www.mim4u.org.d-bis.org` → `http://192.168.11.21:80`
|
|
62: - `rpc-http-prv.d-bis.org` → `http://192.168.11.21:80`
|
|
63: - `rpc-http-pub.d-bis.org` → `http://192.168.11.21:80`
|
|
64: - `rpc-ws-prv.d-bis.org` → `http://192.168.11.21:80`
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/run-deployment-on-ml110.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:REMOTE_HOST="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/enable-eip-7702-besu.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
13:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-all-tunnels.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.12}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/get-container-distribution.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
6:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
30:echo " ssh root@192.168.11.10 'pvesh get /nodes/ml110/lxc'"
|
|
31:echo " ssh root@192.168.11.10 'pvesh get /nodes/pve/lxc'"
|
|
32:echo " ssh root@192.168.11.10 'pvesh get /nodes/pve2/lxc'"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/resolve-ethereum-mainnet-config.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
27:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/monitor-allowance.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/activate-storage-r630-02.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
23:R630_02_IP="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-end-to-end-complete.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
3:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-all-infrastructure-issues.sh`
|
|
|
|
Found 27 occurrence(s):
|
|
|
|
```
|
|
29:CENTRAL_NGINX_IP="192.168.11.26"
|
|
306:log_info " - rpc-ws-pub.d-bis.org → https://192.168.11.252:443"
|
|
307:log_info " - rpc-ws-prv.d-bis.org → https://192.168.11.251:443"
|
|
320:if ssh -o ConnectTimeout=5 -o StrictHostKeyChecking=no root@192.168.11.12 "ping -c 1 -W 2 192.168.11.10 >/dev/null 2>&1"; then
|
|
321: log_success "Network: pve2 (192.168.11.12) → ml110 (192.168.11.10) ✓"
|
|
323: log_error "Network: pve2 (192.168.11.12) → ml110 (192.168.11.10) ✗"
|
|
327:if ssh -o ConnectTimeout=5 -o StrictHostKeyChecking=no root@192.168.11.12 "pct exec 105 -- curl -s -m 2 http://192.168.11.250:443/health >/dev/null 2>&1 || pct exec 105 -- curl -s -m 2 -k https://192.168.11.250:443/health >/dev/null 2>&1"; then
|
|
328: log_success "Network: Central Nginx → RPC-1 (192.168.11.250) ✓"
|
|
330: log_warn "Network: Central Nginx → RPC-1 (192.168.11.250) - May need verification"
|
|
333:if ssh -o ConnectTimeout=5 -o StrictHostKeyChecking=no root@192.168.11.12 "pct exec 105 -- curl -s -m 2 -k https://192.168.11.251:443/health >/dev/null 2>&1"; then
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-all-nodes-complete.sh`
|
|
|
|
Found 6 occurrence(s):
|
|
|
|
```
|
|
25:HOSTS[ml110]="192.168.11.10:L@kers2010"
|
|
26:HOSTS[r630-01]="192.168.11.11:password"
|
|
27:HOSTS[r630-02]="192.168.11.12:password"
|
|
28:HOSTS[r630-03]="192.168.11.13:L@kers2010"
|
|
29:HOSTS[r630-04]="192.168.11.14:L@kers2010"
|
|
121:sshpass -p "L@kers2010" ssh -o StrictHostKeyChecking=no root@192.168.11.10 bash <<'ENDSSH'
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-containers-to-pve2-local-storage.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/list-all-vmids-status.sh`
|
|
|
|
Found 10 occurrence(s):
|
|
|
|
```
|
|
19:PROXMOX_HOSTS=("192.168.11.10" "192.168.11.11" "192.168.11.12")
|
|
143: ["5000"]="192.168.11.140:80|blockscout-1|192.168.11.12"
|
|
144: ["10130"]="192.168.11.130:80|dbis-frontend|192.168.11.11"
|
|
145: ["10150"]="192.168.11.155:3000|dbis-api-primary|192.168.11.11"
|
|
146: ["10151"]="192.168.11.156:3000|dbis-api-secondary|192.168.11.11"
|
|
147: ["7811"]="192.168.11.36:80|mim-api-1|192.168.11.12"
|
|
148: ["2101"]="192.168.11.211:443|besu-rpc-core-1|192.168.11.10"
|
|
149: ["2201"]="192.168.11.221:443|besu-rpc-public-1|192.168.11.10"
|
|
150: ["2301"]="192.168.11.232:443|besu-rpc-private-1|192.168.11.10"
|
|
151: ["2302"]="192.168.11.232:443|besu-rpc-private-2|192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/get-tunnel-id.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/npmplus/automate-phase2-cert-sync.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
15:PRIMARY_HOST="${PRIMARY_HOST:-192.168.11.11}"
|
|
16:SECONDARY_HOST="${SECONDARY_HOST:-192.168.11.12}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/npmplus/automate-phase5-monitoring.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
15:PRIMARY_HOST="${PRIMARY_HOST:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/npmplus/export-primary-config.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
15:PRIMARY_HOST="${PRIMARY_HOST:-192.168.11.11}"
|
|
17:NPM_URL="${NPM_URL:-https://192.168.11.166:81}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/npmplus/sync-config.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
16:PRIMARY_HOST="${PRIMARY_HOST:-192.168.11.11}"
|
|
18:SECONDARY_HOST="${SECONDARY_HOST:-192.168.11.12}"
|
|
20:NPM_URL="${NPM_URL:-https://192.168.11.166:81}"
|
|
21:SECONDARY_URL="${SECONDARY_URL:-https://192.168.11.167:81}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/npmplus/automate-ha-setup.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
19:PRIMARY_HOST="${PRIMARY_HOST:-192.168.11.11}"
|
|
20:SECONDARY_HOST="${SECONDARY_HOST:-192.168.11.12}"
|
|
23:SECONDARY_IP="${SECONDARY_IP:-192.168.11.167}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/npmplus/test-failover.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
15:PRIMARY_HOST="${PRIMARY_HOST:-192.168.11.11}"
|
|
16:SECONDARY_HOST="${SECONDARY_HOST:-192.168.11.12}"
|
|
17:VIP="${VIP:-192.168.11.166}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/npmplus/sync-certificates.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
15:PRIMARY_HOST="${PRIMARY_HOST:-192.168.11.11}"
|
|
17:SECONDARY_HOST="${SECONDARY_HOST:-192.168.11.12}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/npmplus/test-ha-complete.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
15:PRIMARY_HOST="${PRIMARY_HOST:-192.168.11.11}"
|
|
16:SECONDARY_HOST="${SECONDARY_HOST:-192.168.11.12}"
|
|
19:VIP="${VIP:-192.168.11.166}"
|
|
85: curl -k -s -o /dev/null -w "%{http_code}" --max-time 5 "https://192.168.11.166:81" | grep -qE "200|301|302"
|
|
87: curl -k -s -o /dev/null -w "%{http_code}" --max-time 5 "https://192.168.11.167:81" | grep -qE "200|301|302"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/npmplus/deploy-keepalived.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
15:PRIMARY_HOST="${PRIMARY_HOST:-192.168.11.11}"
|
|
16:SECONDARY_HOST="${SECONDARY_HOST:-192.168.11.12}"
|
|
96:log_info " ip addr show vmbr0 | grep 192.168.11.166"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/npmplus/automate-phase3-keepalived.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
15:PRIMARY_HOST="${PRIMARY_HOST:-192.168.11.11}"
|
|
16:SECONDARY_HOST="${SECONDARY_HOST:-192.168.11.12}"
|
|
99:VIP="${VIP:-192.168.11.166}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/npmplus/automate-phase1-create-container.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
15:SECONDARY_HOST="${SECONDARY_HOST:-192.168.11.12}"
|
|
17:SECONDARY_IP="${SECONDARY_IP:-192.168.11.167}"
|
|
126: --net0 name=eth0,bridge=vmbr0,ip=$SECONDARY_IP/24,gw=192.168.11.1 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/npmplus/monitor-ha-status.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
15:VIP="${VIP:-192.168.11.166}"
|
|
16:PRIMARY_HOST="${PRIMARY_HOST:-192.168.11.11}"
|
|
17:SECONDARY_HOST="${SECONDARY_HOST:-192.168.11.12}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/npmplus/keepalived/keepalived-notify.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
10:VIP="${VIP:-192.168.11.166}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/npmplus/import-secondary-config.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
15:SECONDARY_HOST="${SECONDARY_HOST:-192.168.11.12}"
|
|
215:log_info "Secondary NPMplus URL: https://192.168.11.167:81"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-ip-conflicts.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
18: "192.168.11.10:ml110"
|
|
19: "192.168.11.11:r630-01"
|
|
20: "192.168.11.12:r630-02"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-sankofa-r630-01.sh`
|
|
|
|
Found 8 occurrence(s):
|
|
|
|
```
|
|
3:# Sankofa/Phoenix/PanTel service layer on VLAN 11 (192.168.11.0/24)
|
|
26:PROXMOX_HOST="192.168.11.11"
|
|
33:SANKOFA_SUBNET="192.168.11.0/24"
|
|
34:SANKOFA_GATEWAY="192.168.11.1"
|
|
43:SANKOFA_POSTGRES_IP="192.168.11.53"
|
|
44:SANKOFA_API_IP="192.168.11.50"
|
|
45:SANKOFA_PORTAL_IP="192.168.11.51"
|
|
46:SANKOFA_KEYCLOAK_IP="192.168.11.52"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/copy-scripts-to-proxmox.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:HOST="${1:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/enable-lvm-thin-pve.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:PROXMOX_HOST_PVE="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-firefly-complete.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
7:R630_02_IP="192.168.11.12"
|
|
8:ML110_IP="192.168.11.10"
|
|
9:RPC_IP="192.168.11.250"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-blockscout-nginx-complete.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
10:BLOCKSCOUT_IP="192.168.11.140"
|
|
72: server_name explorer.d-bis.org 192.168.11.140;
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-simple-transfer.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
25:RPC_NODES[2500]="192.168.11.250"
|
|
26:RPC_NODES[2501]="192.168.11.251"
|
|
27:RPC_NODES[2502]="192.168.11.252"
|
|
28:RPC_NODES[2400]="192.168.11.240"
|
|
30:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/provision-admin-vault.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:VAULT_ADDR="${VAULT_ADDR:-http://192.168.11.200:8200}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/investigate-thin2-storage.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${1:-192.168.11.12}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/restart-besu-rpc-to-clear-mempool.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/list-containers.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
11:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-cloudflare-tunnel-route.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:EXPLORER_IP="${EXPLORER_IP:-192.168.11.140}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fund-new-deployer-account.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
30:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/clear-rpc-database-complete.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:RPC_HOST="${RPC_HOST:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-npmplus-certificates-db.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
19:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/complete-all-restoration.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
281:echo " curl http://192.168.11.140:4000/api/v2/status"
|
|
282:echo " curl http://192.168.11.140/api/v2/stats"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/enable-txpool-rpc.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
103: RPC_IP=$(pct exec "$VMID" -- hostname -I | awk '{print $1}' 2>/dev/null || echo "192.168.11.250")
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-cloudflare-api.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
50: INSTALLED_TOKEN=$(ssh -o ConnectTimeout=5 -o StrictHostKeyChecking=no root@${PROXMOX_HOST:-192.168.11.10} \
|
|
60: [rpc-http-pub]="https://192.168.11.252:443"
|
|
61: [rpc-ws-pub]="https://192.168.11.252:443"
|
|
62: [rpc-http-prv]="https://192.168.11.251:443"
|
|
63: [rpc-ws-prv]="https://192.168.11.251:443"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-vmid-conflicts.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
18: "192.168.11.10:ml110"
|
|
19: "192.168.11.11:r630-01"
|
|
20: "192.168.11.12:r630-02"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-npmplus-mappings-via-ssh.sh`
|
|
|
|
Found 10 occurrence(s):
|
|
|
|
```
|
|
19:NPM_URL="${NPM_URL:-https://192.168.11.166:81}"
|
|
23:NPMPLUS_HOST="${NPMPLUS_HOST:-192.168.11.11}"
|
|
56: 'sankofa.nexus': { ip: '192.168.11.51', port: 3000 },
|
|
57: 'www.sankofa.nexus': { ip: '192.168.11.51', port: 3000 },
|
|
58: 'phoenix.sankofa.nexus': { ip: '192.168.11.50', port: 4000 },
|
|
59: 'www.phoenix.sankofa.nexus': { ip: '192.168.11.50', port: 4000 }
|
|
126: 'sankofa.nexus': { ip: '192.168.11.51', port: 3000 },
|
|
127: 'www.sankofa.nexus': { ip: '192.168.11.51', port: 3000 },
|
|
128: 'phoenix.sankofa.nexus': { ip: '192.168.11.50', port: 4000 },
|
|
129: 'www.phoenix.sankofa.nexus': { ip: '192.168.11.50', port: 4000 }
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cleanup-ml110-docs.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:REMOTE_HOST="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/expand-raid10-to-6disk.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:TARGET_NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-phoenix-vault-remote.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
20:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-container-memory-limits.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-enode-ip-mismatch.sh`
|
|
|
|
Found 14 occurrence(s):
|
|
|
|
```
|
|
9: [106]="192.168.11.13" # besu-validator-1
|
|
10: [107]="192.168.11.14" # besu-validator-2
|
|
11: [108]="192.168.11.15" # besu-validator-3
|
|
12: [109]="192.168.11.16" # besu-validator-4
|
|
13: [110]="192.168.11.18" # besu-validator-5
|
|
14: [111]="192.168.11.19" # besu-sentry-2
|
|
15: [112]="192.168.11.20" # besu-sentry-3
|
|
16: [113]="192.168.11.21" # besu-sentry-4
|
|
17: [114]="192.168.11.22" # besu-sentry-5
|
|
18: [115]="192.168.11.23" # besu-rpc-1
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/phase1-test-bridge-transfer.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
25:CHAIN138_RPC="http://192.168.11.211:8545"
|
|
70: CHAIN138_RPC="http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/comprehensive-project-update.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
30:EXPECTED_GATEWAY="192.168.11.1"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-container-memory-limits.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-all-contracts-status.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
5:RPC_URL="${RPC_URL:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/complete-validation-report.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
5:RPC_URL="${RPC_URL:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/install-postgresql-complete.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/bridge-eth-complete.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
24:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/run-blockscout-config-direct.sh`
|
|
|
|
Found 10 occurrence(s):
|
|
|
|
```
|
|
9:RPC_URL="http://192.168.11.250:8545"
|
|
10:WS_URL="ws://192.168.11.250:8546"
|
|
11:BLOCKSCOUT_HOST="192.168.11.140"
|
|
70: - ETHEREUM_JSONRPC_HTTP_URL=http://192.168.11.250:8545
|
|
71: - ETHEREUM_JSONRPC_WS_URL=ws://192.168.11.250:8546
|
|
72: - ETHEREUM_JSONRPC_TRACE_URL=http://192.168.11.250:8545
|
|
76: - BLOCKSCOUT_HOST=192.168.11.140
|
|
140: server_name 192.168.11.140 explorer.d-bis.org;
|
|
240:echo " Internal: http://192.168.11.140"
|
|
242:echo " API: http://192.168.11.140/api"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/bridge-eth-to-all-7-chains-dry-run.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
36:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/add-blockscout-nginx-route.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
3:PROXMOX_HOST="192.168.11.12"
|
|
17: proxy_pass http://192.168.11.140:80;
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-ssl-596-comprehensive.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
27:NODES[ml110]="192.168.11.10:password"
|
|
28:NODES[r630-01]="192.168.11.11:password"
|
|
29:NODES[r630-02]="192.168.11.12:password"
|
|
30:NODES[r630-03]="192.168.11.13:L@kers2010"
|
|
31:NODES[r630-04]="192.168.11.14:L@kers2010"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-pve-vg-to-sda-sdb.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:TARGET_NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/upgrade-nodejs-to-v22.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cleanup-markdown-files.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
153: "IP_CONFLICT_192.168.11.14_RESOLUTION.md"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-r630-04-via-cluster.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
24:JUMP_HOST="192.168.11.10"
|
|
26:R630_04_IP="192.168.11.14"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/analyze-all-rpc-peers.sh`
|
|
|
|
Found 12 occurrence(s):
|
|
|
|
```
|
|
24: ["2101"]="192.168.11.211"
|
|
25: ["2201"]="192.168.11.221"
|
|
26: ["2303"]="192.168.11.233"
|
|
27: ["2304"]="192.168.11.234"
|
|
28: ["2305"]="192.168.11.235"
|
|
29: ["2306"]="192.168.11.236"
|
|
30: ["2307"]="192.168.11.237"
|
|
31: ["2308"]="192.168.11.238"
|
|
32: ["2400"]="192.168.11.240"
|
|
33: ["2401"]="192.168.11.241"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/set-container-password.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-validator-configs.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
6:PROXMOX_ML110="${PROXMOX_ML110:-192.168.11.10}"
|
|
7:PROXMOX_R630="${PROXMOX_R630:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-contract-etherscan.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
60:RPC_URL_138="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/setup-blockscout-ssl-complete.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
13:IP="${IP:-192.168.11.140}"
|
|
16:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
233:exec_container "cd /opt/blockscout && if [ -f docker-compose.yml ]; then sed -i 's|BLOCKSCOUT_PROTOCOL=http|BLOCKSCOUT_PROTOCOL=https|g' docker-compose.yml && sed -i 's|BLOCKSCOUT_HOST=192.168.11.140|BLOCKSCOUT_HOST=$DOMAIN|g' docker-compose.yml && docker-compose restart blockscout 2>/dev/null || docker compose restart blockscout 2>/dev/null || true && echo 'Blockscout configuration updated'; else echo 'docker-compose.yml not found, skipping Blockscout config update'; fi" || {
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/update-npmplus-proxy-hosts-api.sh`
|
|
|
|
Found 15 occurrence(s):
|
|
|
|
```
|
|
14:NPM_URL="${NPM_URL:-https://192.168.11.166:81}"
|
|
114:update_proxy_host "explorer.d-bis.org" "http://192.168.11.140:80" false && updated_count=$((updated_count + 1)) || failed_count=$((failed_count + 1))
|
|
115:update_proxy_host "rpc-http-pub.d-bis.org" "http://192.168.11.221:8545" true && updated_count=$((updated_count + 1)) || failed_count=$((failed_count + 1))
|
|
116:update_proxy_host "rpc-ws-pub.d-bis.org" "http://192.168.11.221:8546" true && updated_count=$((updated_count + 1)) || failed_count=$((failed_count + 1))
|
|
117:update_proxy_host "rpc-http-prv.d-bis.org" "http://192.168.11.211:8545" true && updated_count=$((updated_count + 1)) || failed_count=$((failed_count + 1))
|
|
118:update_proxy_host "rpc-ws-prv.d-bis.org" "http://192.168.11.211:8546" true && updated_count=$((updated_count + 1)) || failed_count=$((failed_count + 1))
|
|
119:update_proxy_host "rpc.public-0138.defi-oracle.io" "https://192.168.11.240:443" true && updated_count=$((updated_count + 1)) || failed_count=$((failed_count + 1))
|
|
120:update_proxy_host "dbis-admin.d-bis.org" "http://192.168.11.130:80" false && updated_count=$((updated_count + 1)) || failed_count=$((failed_count + 1))
|
|
121:update_proxy_host "dbis-api.d-bis.org" "http://192.168.11.155:3000" false && updated_count=$((updated_count + 1)) || failed_count=$((failed_count + 1))
|
|
122:update_proxy_host "dbis-api-2.d-bis.org" "http://192.168.11.156:3000" false && updated_count=$((updated_count + 1)) || failed_count=$((failed_count + 1))
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/migrate-configs-to-npmplus.sh`
|
|
|
|
Found 23 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
19: echo " $0 192.168.11.11 106 https://192.168.11.27:81"
|
|
22: read -p "Proxmox Host [192.168.11.11]: " PROXMOX_HOST
|
|
23: PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.11}"
|
|
160:create_proxy_host "sankofa.nexus" "http" "192.168.11.140" "80" "false" && ((SUCCESS++)) || ((FAILED++))
|
|
161:create_proxy_host "www.sankofa.nexus" "http" "192.168.11.140" "80" "false" && ((SUCCESS++)) || ((FAILED++))
|
|
162:create_proxy_host "phoenix.sankofa.nexus" "http" "192.168.11.140" "80" "false" && ((SUCCESS++)) || ((FAILED++))
|
|
163:create_proxy_host "www.phoenix.sankofa.nexus" "http" "192.168.11.140" "80" "false" && ((SUCCESS++)) || ((FAILED++))
|
|
164:create_proxy_host "the-order.sankofa.nexus" "http" "192.168.11.140" "80" "false" && ((SUCCESS++)) || ((FAILED++))
|
|
167:create_proxy_host "explorer.d-bis.org" "http" "192.168.11.140" "80" "false" && ((SUCCESS++)) || ((FAILED++))
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/fix-ssl-complete.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="192.168.11.11"
|
|
9:NPM_URL="http://192.168.11.26:81"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/install-npmplus-direct.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/configure-domains-pct-exec.sh`
|
|
|
|
Found 20 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="192.168.11.11"
|
|
149:create_proxy_host "sankofa.nexus" "http" "192.168.11.140" "80" "false" && ((SUCCESS++)) || ((FAILED++))
|
|
150:create_proxy_host "www.sankofa.nexus" "http" "192.168.11.140" "80" "false" && ((SUCCESS++)) || ((FAILED++))
|
|
151:create_proxy_host "phoenix.sankofa.nexus" "http" "192.168.11.140" "80" "false" && ((SUCCESS++)) || ((FAILED++))
|
|
152:create_proxy_host "www.phoenix.sankofa.nexus" "http" "192.168.11.140" "80" "false" && ((SUCCESS++)) || ((FAILED++))
|
|
153:create_proxy_host "the-order.sankofa.nexus" "http" "192.168.11.140" "80" "false" && ((SUCCESS++)) || ((FAILED++))
|
|
156:create_proxy_host "explorer.d-bis.org" "http" "192.168.11.140" "80" "false" && ((SUCCESS++)) || ((FAILED++))
|
|
157:create_proxy_host "rpc-http-pub.d-bis.org" "https" "192.168.11.252" "443" "true" && ((SUCCESS++)) || ((FAILED++))
|
|
158:create_proxy_host "rpc-ws-pub.d-bis.org" "https" "192.168.11.252" "443" "true" && ((SUCCESS++)) || ((FAILED++))
|
|
159:create_proxy_host "rpc-http-prv.d-bis.org" "https" "192.168.11.251" "443" "true" && ((SUCCESS++)) || ((FAILED++))
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/install-npmplus-fixed.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/migrate-to-npmplus.sh`
|
|
|
|
Found 20 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="192.168.11.11"
|
|
287:create_proxy_host "sankofa.nexus" "http" "192.168.11.140" "80" "false" && ((SUCCESS++)) || ((FAILED++))
|
|
288:create_proxy_host "www.sankofa.nexus" "http" "192.168.11.140" "80" "false" && ((SUCCESS++)) || ((FAILED++))
|
|
289:create_proxy_host "phoenix.sankofa.nexus" "http" "192.168.11.140" "80" "false" && ((SUCCESS++)) || ((FAILED++))
|
|
290:create_proxy_host "www.phoenix.sankofa.nexus" "http" "192.168.11.140" "80" "false" && ((SUCCESS++)) || ((FAILED++))
|
|
291:create_proxy_host "the-order.sankofa.nexus" "http" "192.168.11.140" "80" "false" && ((SUCCESS++)) || ((FAILED++))
|
|
294:create_proxy_host "explorer.d-bis.org" "http" "192.168.11.140" "80" "false" && ((SUCCESS++)) || ((FAILED++))
|
|
295:create_proxy_host "rpc-http-pub.d-bis.org" "https" "192.168.11.252" "443" "true" && ((SUCCESS++)) || ((FAILED++))
|
|
296:create_proxy_host "rpc-ws-pub.d-bis.org" "https" "192.168.11.252" "443" "true" && ((SUCCESS++)) || ((FAILED++))
|
|
297:create_proxy_host "rpc-http-prv.d-bis.org" "https" "192.168.11.251" "443" "true" && ((SUCCESS++)) || ((FAILED++))
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/manual-ssl-config-guide.sh`
|
|
|
|
Found 20 occurrence(s):
|
|
|
|
```
|
|
7:NPM_URL="http://192.168.11.26:81"
|
|
34:sankofa.nexus → http://192.168.11.140:80
|
|
35:www.sankofa.nexus → http://192.168.11.140:80
|
|
36:phoenix.sankofa.nexus → http://192.168.11.140:80
|
|
37:www.phoenix.sankofa.nexus → http://192.168.11.140:80
|
|
38:the-order.sankofa.nexus → http://192.168.11.140:80
|
|
39:explorer.d-bis.org → http://192.168.11.140:80
|
|
40:rpc-http-pub.d-bis.org → https://192.168.11.252:443 (WebSocket)
|
|
41:rpc-ws-pub.d-bis.org → https://192.168.11.252:443 (WebSocket)
|
|
42:rpc-http-prv.d-bis.org → https://192.168.11.251:443 (WebSocket)
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/fix-npmplus-install.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/reset-npm-password.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="192.168.11.11"
|
|
73: echo " Or manually reset via: http://192.168.11.26:81"
|
|
115:echo "Test login at: http://192.168.11.26:81"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/complete-migration.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/install-npmplus-using-existing-template.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/install-npmplus-automated.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/post-install-migration.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
15: echo " $0 192.168.11.11 106 192.168.11.27"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/fix-npmplus-permissions.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/diagnose-npmplus-error.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
20:echo " ssh root@192.168.11.11 'pct list | tail -5'"
|
|
23:echo " bash scripts/nginx-proxy-manager/fix-npmplus-install.sh 192.168.11.11 <CONTAINER_ID>"
|
|
27:echo " ssh root@192.168.11.11"
|
|
36:STOPPED_CTS=$(ssh root@192.168.11.11 "pct list | grep stopped | tail -3" || echo "")
|
|
42: echo " ssh root@192.168.11.11 'pct config <CTID> | grep hostname'"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/run-npmplus-migration.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/install-bcryptjs.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6:PROXMOX_HOST="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/start-containers-on-pve2-simple.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
7:PVE2_IP="192.168.11.11"
|
|
12:echo "Starting containers on pve2 (192.168.11.11)..."
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-blockscout-actual-ip.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
6:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
42: echo "Expected IP (from config): 192.168.11.140"
|
|
43: if [ "$ACTUAL_IP" = "192.168.11.140" ]; then
|
|
60:echo " - network.conf: PUBLIC_START_IP=\"192.168.11.140\""
|
|
61:echo " - deploy-explorer.sh: ip_octet=140 → 192.168.11.140"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/besu-generate-allowlist.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12: echo "Example: $0 collected-enodes.txt 192.168.11.13 192.168.11.14 192.168.11.15 192.168.11.16 192.168.11.18" >&2
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/clear-all-transaction-pools.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:PROXMOX_ML110="${PROXMOX_ML110:-192.168.11.10}"
|
|
9:PROXMOX_R630="${PROXMOX_R630:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/diagnose-npmplus-backend-services.sh`
|
|
|
|
Found 16 occurrence(s):
|
|
|
|
```
|
|
16:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
27: ["192.168.11.140:80"]="VMID 5000 (blockscout-1)"
|
|
28: ["192.168.11.130:80"]="VMID 10130 (dbis-frontend)"
|
|
29: ["192.168.11.155:3000"]="VMID 10150 (dbis-api-primary)"
|
|
30: ["192.168.11.156:3000"]="VMID 10151 (dbis-api-secondary)"
|
|
31: ["192.168.11.36:80"]="VMID 7811 (mim-api-1)"
|
|
32: ["192.168.11.211:443"]="VMID 2101 (besu-rpc-core-1)"
|
|
33: ["192.168.11.221:443"]="VMID 2201 (besu-rpc-public-1)"
|
|
34: ["192.168.11.232:443"]="VMID 2301 (besu-rpc-private-1)"
|
|
108: ["5000"]="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/clear-besu-transaction-pools-complete.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
149:RPC_URL="http://192.168.11.211:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-validator-sentry-logs.sh`
|
|
|
|
Found 10 occurrence(s):
|
|
|
|
```
|
|
16:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
21: [1000]="192.168.11.100"
|
|
22: [1001]="192.168.11.101"
|
|
23: [1002]="192.168.11.102"
|
|
24: [1003]="192.168.11.103"
|
|
25: [1004]="192.168.11.104"
|
|
26: [1500]="192.168.11.150"
|
|
27: [1501]="192.168.11.151"
|
|
28: [1502]="192.168.11.152"
|
|
29: [1503]="192.168.11.153"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/setup-letsencrypt-rpc-2500.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/list-npmplus-mappings.sh`
|
|
|
|
Found 103 occurrence(s):
|
|
|
|
```
|
|
6:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
11:IP_TO_VMID["192.168.11.26"]="105"
|
|
12:IP_TO_VMID["192.168.11.27"]="130"
|
|
13:IP_TO_VMID["192.168.11.30"]="103"
|
|
14:IP_TO_VMID["192.168.11.31"]="104"
|
|
15:IP_TO_VMID["192.168.11.32"]="100"
|
|
16:IP_TO_VMID["192.168.11.33"]="101"
|
|
17:IP_TO_VMID["192.168.11.35"]="6200"
|
|
18:IP_TO_VMID["192.168.11.36"]="7811"
|
|
19:IP_TO_VMID["192.168.11.37"]="7810"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/install-nginx-rpc-domains.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
10:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
33: [2501]="192.168.11.251"
|
|
34: [2502]="192.168.11.252"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-nginx-security-2500.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
10:PROXMOX_HOST="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/audit-npmplus-vm-mappings.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/ssh-proxmox.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
5:HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-nginx-public-endpoints-2500.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:IP="192.168.11.250"
|
|
9:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-all-containers-format-volumes.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-chain138-deployment-readiness.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
40:RPC_URL="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/complete-all-remaining-migrations.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
33:NODES[ml110]="192.168.11.10:L@kers2010"
|
|
34:NODES[r630-02]="192.168.11.12:password"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-all-containers-complete.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/connect-to-r630-04-from-r630-03.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
6:sshpass -p 'L@kers2010' ssh -o StrictHostKeyChecking=no root@192.168.11.13 << 'EOF'
|
|
13: ssh -v root@192.168.11.14 << 'R63004'
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/monitor-bridge-transfers.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-besu-node-files.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
24:PROXMOX_HOSTS=("192.168.11.10" "192.168.11.11" "192.168.11.12")
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/optimize-besu-nodes.sh`
|
|
|
|
Found 13 occurrence(s):
|
|
|
|
```
|
|
15:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
52:rpc-http-cors-origins=["http://localhost","http://127.0.0.1","http://192.168.11.0/24"]
|
|
114:rpc-http-cors-origins=["http://localhost","http://127.0.0.1","http://192.168.11.0/24"]
|
|
120:rpc-ws-origins=["http://localhost","http://127.0.0.1","http://192.168.11.0/24"]
|
|
295: [1000]="192.168.11.100"
|
|
296: [1001]="192.168.11.101"
|
|
297: [1002]="192.168.11.102"
|
|
298: [1003]="192.168.11.103"
|
|
299: [1004]="192.168.11.104"
|
|
300: [1500]="192.168.11.150"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/diagnose-blockscout-port-4000.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:BLOCKSCOUT_IP="192.168.11.140"
|
|
10:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/quick-container-check.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.12}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-all-bridges-standalone.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
40:RPC_URL="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-api-r630-01.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
3:# VMID: 7800, IP: 192.168.11.50
|
|
25:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.11}"
|
|
27:CONTAINER_IP="${SANKOFA_API_IP:-192.168.11.50}"
|
|
28:DB_HOST="${DB_HOST:-192.168.11.53}"
|
|
33:KEYCLOAK_URL="${KEYCLOAK_URL:-http://192.168.11.52:8080}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-chain138-config.sh`
|
|
|
|
Found 20 occurrence(s):
|
|
|
|
```
|
|
23:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
29: [1000]="192.168.11.100"
|
|
30: [1001]="192.168.11.101"
|
|
31: [1002]="192.168.11.102"
|
|
32: [1003]="192.168.11.103"
|
|
33: [1004]="192.168.11.104"
|
|
34: [1500]="192.168.11.150"
|
|
35: [1501]="192.168.11.151"
|
|
36: [1502]="192.168.11.152"
|
|
37: [1503]="192.168.11.153"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-r630-04-complete.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
23:R630_04_IP="192.168.11.14"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/list-r630-02-vms.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
5:PROXMOX_HOST="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-bridge-status.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-firefly-image.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:NODE_IP="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/centralize-ip-addresses.sh`
|
|
|
|
Found 10 occurrence(s):
|
|
|
|
```
|
|
30: ["192.168.11.10"]="PROXMOX_HOST_ML110"
|
|
31: ["192.168.11.11"]="PROXMOX_HOST_R630_01"
|
|
32: ["192.168.11.12"]="PROXMOX_HOST_R630_02"
|
|
33: ["192.168.11.211"]="RPC_CORE_1"
|
|
34: ["192.168.11.221"]="RPC_PUBLIC_1"
|
|
35: ["192.168.11.232"]="RPC_PRIVATE_1"
|
|
36: ["192.168.11.240"]="RPC_THIRDWEB_PRIMARY"
|
|
37: ["192.168.11.140"]="IP_BLOCKSCOUT"
|
|
38: ["192.168.11.166"]="IP_NPMPLUS"
|
|
39: ["192.168.11.168"]="IP_NPMPLUS_SECONDARY"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/complete-port-4000-implementation.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
9:BLOCKSCOUT_IP="192.168.11.140"
|
|
11:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
239: log_info "3. Verify: curl -I http://192.168.11.140:4000/api/v2/stats"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-cloudflare-explorer.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:EXPLORER_IP="${EXPLORER_IP:-192.168.11.140}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/automated-monitoring.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
13:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-container-2101.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
15:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/bridge-with-dynamic-gas.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/migrate-to-pve2-thin1-simple.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/setup-blockscout-complete.sh`
|
|
|
|
Found 6 occurrence(s):
|
|
|
|
```
|
|
26:RPC_URL="http://192.168.11.250:8545"
|
|
27:WS_URL="ws://192.168.11.250:8546"
|
|
28:BLOCKSCOUT_HOST="192.168.11.140"
|
|
41: log_info "SSH to container first: ssh root@192.168.11.140"
|
|
351:echo " Internal: http://192.168.11.140"
|
|
353:echo " API: http://192.168.11.140/api"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-and-test-all-services.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
3:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/analyze-cluster-migration.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/validate-deployment-ml110.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
58:TARGET_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-thirdweb-peer-connectivity.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
28: IP="192.168.11.24$((VMID - 2400))"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-blockscout-config-complete.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
23:sed -i "s|BLOCKSCOUT_HOST=localhost|BLOCKSCOUT_HOST=192.168.11.140|g" docker-compose.yml
|
|
24:sed -i "s|BLOCKSCOUT_HOST=\${BLOCKSCOUT_HOST:-localhost}|BLOCKSCOUT_HOST=192.168.11.140|g" docker-compose.yml
|
|
25:sed -i "s|BLOCKSCOUT_HOST=\${BLOCKSCOUT_HOST}|BLOCKSCOUT_HOST=192.168.11.140|g" docker-compose.yml
|
|
30:sed -i "s|ETHEREUM_JSONRPC_WS_URL=\${WS_URL:-ws://192.168.11.250:8546}|ETHEREUM_JSONRPC_WS_URL=ws://192.168.11.250:8546|g" docker-compose.yml
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/install-services-robust.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/diagnose-r630-02-startup-failures.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
11:NODE_IP="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/create-local-lvm-storage-pve.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST_PVE="192.168.11.11"
|
|
8:PROXMOX_HOST_PVE2="192.168.11.12"
|
|
196: log_info " • pve (192.168.11.11)"
|
|
197: log_info " • pve2 (192.168.11.12)"
|
|
210: log_warn "Cannot connect to pve2 (192.168.11.12), skipping..."
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-ssl-certificate-all-hosts.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
24:HOSTS[ml110]="192.168.11.10"
|
|
25:HOSTS[r630-01]="192.168.11.11"
|
|
26:HOSTS[r630-02]="192.168.11.12"
|
|
27:HOSTS[r630-03]="192.168.11.13"
|
|
28:HOSTS[r630-04]="192.168.11.14"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/create-dns-record-rpc-core.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
24:IP="192.168.11.250"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/setup-cloudflare-tunnel-mim.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
20:PROXMOX_HOST="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/create-raid10-4disk-simple.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:TARGET_NODE_IP="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/remediate-proxmox-rpc-stability.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
17:# PROXMOX_HOST=192.168.11.10 ./scripts/remediate-proxmox-rpc-stability.sh
|
|
18:# PROXMOX_HOST=192.168.11.10 ./scripts/remediate-proxmox-rpc-stability.sh --apply --restart-besu
|
|
29:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/add-weth-wrap-unwrap-utilities.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:IP="${IP:-192.168.11.140}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/list-r630-01-vms.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
5:PROXMOX_HOST="192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-ssl-certificate-error-596.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
25:NODES[ml110]="192.168.11.10"
|
|
26:NODES[r630-01]="192.168.11.11"
|
|
27:NODES[r630-02]="192.168.11.12"
|
|
28:NODES[r630-03]="192.168.11.13"
|
|
29:NODES[r630-04]="192.168.11.14"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deployment/deploy-services-to-proxmox.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
25:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/setup-new-chain138-containers.sh`
|
|
|
|
Found 8 occurrence(s):
|
|
|
|
```
|
|
23:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
38: [1504]="192.168.11.154"
|
|
39: [2503]="192.168.11.253" # Ali (0x8a)
|
|
40: [2504]="192.168.11.254" # Ali (0x1)
|
|
41: [2505]="192.168.11.255" # Luis (0x8a)
|
|
42: [2506]="192.168.11.256" # Luis (0x1)
|
|
43: [2507]="192.168.11.257" # Putu (0x8a)
|
|
44: [2508]="192.168.11.258" # Putu (0x1)
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-blockscout-port-4000.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:BLOCKSCOUT_IP="192.168.11.140"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/scan-all-containers.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
8: "192.168.11.10:ml110"
|
|
9: "192.168.11.11:r630-01"
|
|
10: "192.168.11.12:r630-02"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-blockscout-cluster.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:IP="${2:-192.168.11.140}"
|
|
24:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/vault-health-check.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
20:PROXMOX_HOST_1="${PROXMOX_HOST_1:-192.168.11.11}"
|
|
21:PROXMOX_HOST_2="${PROXMOX_HOST_2:-192.168.11.12}"
|
|
23: "8640:192.168.11.11:192.168.11.200"
|
|
24: "8641:192.168.11.12:192.168.11.201"
|
|
25: "8642:192.168.11.11:192.168.11.202"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-npmplus-network-connectivity.sh`
|
|
|
|
Found 15 occurrence(s):
|
|
|
|
```
|
|
20:PROXMOX_HOST="${1:-192.168.11.11}"
|
|
22:UDM_PRO_IP="${3:-192.168.11.1}"
|
|
78: log_success "Container has IP on 192.168.11.0/24 network"
|
|
96:if echo "$ROUTES" | grep -q "192.168.11.0/24"; then
|
|
97: log_success "Route to 192.168.11.0/24 exists"
|
|
102: log_warn "Route to 192.168.11.0/24 may be missing"
|
|
131: ["192.168.11.140:80"]="VMID 5000 (blockscout-1)"
|
|
132: ["192.168.11.130:80"]="VMID 10130 (dbis-frontend)"
|
|
133: ["192.168.11.155:3000"]="VMID 10150 (dbis-api-primary)"
|
|
134: ["192.168.11.156:3000"]="VMID 10151 (dbis-api-secondary)"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-to-proxmox-host.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
22:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/phase1-check-bridge-event-logs.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
26:CHAIN138_RPC="http://192.168.11.211:8545"
|
|
51: log_warn "Trying alternative RPC: http://192.168.11.250:8545"
|
|
52: CHAIN138_RPC="http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/enable-root-ssh-container.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
91:echo " 2. Try: ssh root@192.168.11.140"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-all-allowances.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
24:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-direct-blockscout-route.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
7:BLOCKSCOUT_IP="192.168.11.140"
|
|
182: * Changes from: http://192.168.11.140:80 → http://192.168.11.140:4000
|
|
201:const NEW_TARGET = 'http://192.168.11.140:4000';
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-besu-configs.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
19:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/fix-all-issues-complete.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="192.168.11.11"
|
|
8:WEB3SIGNER_IP="192.168.11.111"
|
|
63:VAULT_HEALTH=$(curl -s -m 5 http://192.168.11.112:8200/v1/sys/health 2>&1 | jq -r '.status' 2>/dev/null || echo "not responding")
|
|
165: for IP in 192.168.11.240 192.168.11.241 192.168.11.242; do
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/complete-all-tasks.sh`
|
|
|
|
Found 6 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="192.168.11.11" # r630-01
|
|
8:WEB3SIGNER_IP="192.168.11.111"
|
|
82:for IP in 192.168.11.240 192.168.11.241 192.168.11.242; do
|
|
98: RESULT=$(curl -s -X POST http://192.168.11.240:9545 \
|
|
124:curl -s -X POST http://192.168.11.240:9545 \
|
|
130:curl -s http://192.168.11.240:9545/health | jq '.'
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/setup-web3signer-keys.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:WEB3SIGNER_HOST="192.168.11.111"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/check-all-status.sh`
|
|
|
|
Found 9 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="192.168.11.11"
|
|
8:WEB3SIGNER_IP="192.168.11.111"
|
|
9:REDIS_IP="192.168.11.110"
|
|
10:VAULT_IP="192.168.11.112"
|
|
24:echo "1. Redis (192.168.11.110:6379):"
|
|
34:echo "2. Web3Signer (192.168.11.111:9000):"
|
|
64:echo "3. Vault (192.168.11.112:8200):"
|
|
79:for IP in 192.168.11.240 192.168.11.241 192.168.11.242; do
|
|
133:for IP in 192.168.11.240 192.168.11.241 192.168.11.242; do
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/check-vmid-107.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="192.168.11.11"
|
|
9:WEB3SIGNER_IP="192.168.11.111"
|
|
105:echo " ssh root@192.168.11.11 \"pct exec 107 -- systemctl daemon-reload && systemctl enable web3signer.service && systemctl restart web3signer.service\""
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/generate-test-keys.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
118:echo " scp $TEMP_DIR/keystore-*.json root@192.168.11.111:/opt/web3signer/data/keys/"
|
|
120:echo " ssh root@192.168.11.111 'systemctl restart web3signer'"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/fix-all-remaining-issues.sh`
|
|
|
|
Found 6 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="192.168.11.11"
|
|
8:WEB3SIGNER_IP="192.168.11.111"
|
|
42:VAULT_HEALTH=$(curl -s -m 5 http://192.168.11.112:8200/v1/sys/health 2>&1 | jq -r '.status' 2>/dev/null || echo "not responding")
|
|
114:for IP in 192.168.11.240 192.168.11.241 192.168.11.242; do
|
|
137:VAULT_HEALTH=$(curl -s -m 5 http://192.168.11.112:8200/v1/sys/health 2>&1 | jq -r '.status' 2>/dev/null || echo "not responding")
|
|
143:for IP in 192.168.11.240 192.168.11.241 192.168.11.242; do
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/fix-web3signer-path.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="192.168.11.11"
|
|
9:WEB3SIGNER_IP="192.168.11.111"
|
|
48:ExecStart=/opt/web3signer-23.10.0/bin/web3signer --http-listen-port=9000 --http-listen-host=192.168.11.111 --http-host-allowlist=* --data-path=/opt/web3signer/data eth1 --chain-id=138
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/deploy-smart-interception.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
47:echo " curl -X POST http://192.168.11.240:9545 -H 'Content-Type: application/json' -d '{\"jsonrpc\":\"2.0\",\"method\":\"eth_sendTransaction\",\"params\":[{\"from\":\"0x71e81eaec98e507f68bbcf5e2005f179db851603\",\"to\":\"0x0\",\"value\":\"0x0\"}],\"id\":1}'"
|
|
50:echo " ADDRESS=\$(curl -s http://192.168.11.111:9000/api/v1/eth1/publicKeys | jq -r '.[0]')"
|
|
51:echo " curl -X POST http://192.168.11.240:9545 -H 'Content-Type: application/json' -d \"{\\\"jsonrpc\\\":\\\"2.0\\\",\\\"method\\\":\\\"eth_sendTransaction\\\",\\\"params\\\":[{\\\"from\\\":\\\"\$ADDRESS\\\",\\\"to\\\":\\\"0x0\\\",\\\"value\\\":\\\"0x0\\\"}],\\\"id\\\":1}\""
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/health-check.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
4:# Example: ./scripts/health-check.sh 192.168.11.240
|
|
6:IP="${1:-192.168.11.240}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/verify-web3signer-complete.sh`
|
|
|
|
Found 6 occurrence(s):
|
|
|
|
```
|
|
7:WEB3SIGNER_URL="http://192.168.11.111:9000"
|
|
16:SERVICE_STATUS=$(ssh -i ~/.ssh/proxmox_translator -o StrictHostKeyChecking=no root@192.168.11.111 "systemctl is-active web3signer.service" 2>/dev/null || echo "ERROR")
|
|
38:JAVA_VERSION=$(ssh -i ~/.ssh/proxmox_translator -o StrictHostKeyChecking=no root@192.168.11.111 "java -version 2>&1 | head -1" 2>/dev/null || echo "")
|
|
49:WEB3SIGNER_VER=$(ssh -i ~/.ssh/proxmox_translator -o StrictHostKeyChecking=no root@192.168.11.111 "/opt/web3signer-23.10.0/bin/web3signer --version 2>&1 | head -1" 2>/dev/null || echo "")
|
|
72:for IP in 192.168.11.240 192.168.11.241 192.168.11.242; do
|
|
74: if echo "$CONFIG" | grep -q "192.168.11.111"; then
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/configure-wallet-allowlist.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
28: for IP in 192.168.11.240 192.168.11.241 192.168.11.242; do
|
|
54:for IP in 192.168.11.240 192.168.11.241 192.168.11.242; do
|
|
82:echo " ssh -i ~/.ssh/proxmox_translator root@192.168.11.240 'journalctl -u rpc-translator-138.service -n 20 | grep -i allowlist'"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/fix-all-issues.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
7:PROXMOX_HOST="192.168.11.11"
|
|
8:WEB3SIGNER_IP="192.168.11.111"
|
|
59:for IP in 192.168.11.240 192.168.11.241 192.168.11.242; do
|
|
124:for IP in 192.168.11.240 192.168.11.241 192.168.11.242; do
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/monitor-services.sh`
|
|
|
|
Found 7 occurrence(s):
|
|
|
|
```
|
|
16:echo -n "Redis (192.168.11.110:6379): "
|
|
17:if timeout 2 bash -c "echo > /dev/tcp/192.168.11.110/6379" 2>/dev/null; then
|
|
23:echo -n "Web3Signer (192.168.11.111:9000): "
|
|
24:WEB3SIGNER_STATUS=$(curl -s -m 2 http://192.168.11.111:9000/upcheck 2>/dev/null || echo "ERROR")
|
|
31:echo -n "Vault (192.168.11.112:8200): "
|
|
32:VAULT_STATUS=$(curl -s -m 2 http://192.168.11.112:8200/v1/sys/health 2>/dev/null | grep -o '"initialized":[^,]*' || echo "ERROR")
|
|
43:for IP in 192.168.11.240 192.168.11.241 192.168.11.242; do
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/fix-web3signer-allowlist-mismatch.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
7:WEB3SIGNER_IP="192.168.11.111"
|
|
45:CURRENT_ALLOWLIST=$(ssh -i ~/.ssh/proxmox_translator -o StrictHostKeyChecking=no root@192.168.11.240 "grep '^WALLET_ALLOWLIST=' /opt/rpc-translator-138/.env | cut -d'=' -f2-" 2>&1 || echo "")
|
|
91:for IP in 192.168.11.240 192.168.11.241 192.168.11.242; do
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/test-web3signer-integration.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
7:TRANSLATOR_IP="${1:-192.168.11.240}"
|
|
8:WEB3SIGNER_URL="http://192.168.11.111:9000"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/check-service.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12: echo "Example: $0 2400 192.168.11.240"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/deploy-all-vmids.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
12: ["2400"]="192.168.11.240"
|
|
13: ["2401"]="192.168.11.241"
|
|
14: ["2402"]="192.168.11.242"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/deploy-complete.sh`
|
|
|
|
Found 7 occurrence(s):
|
|
|
|
```
|
|
26: ["2400"]="192.168.11.240"
|
|
27: ["2401"]="192.168.11.241"
|
|
28: ["2402"]="192.168.11.242"
|
|
31:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
245:WEB3SIGNER_URL=http://192.168.11.111:9000
|
|
249:REDIS_HOST=192.168.11.110
|
|
256:VAULT_ADDR=http://192.168.11.112:8200
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/deploy-to-vmid.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12: echo "Example: $0 2400 192.168.11.240"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/setup-complete.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
90:PUBLIC_KEYS=$(curl -s http://192.168.11.111:9000/api/v1/eth1/publicKeys 2>/dev/null || echo "[]")
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/scripts/get-web3signer-public-keys.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
5:WEB3SIGNER_HOST="192.168.11.111"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/configure-services.sh`
|
|
|
|
Found 6 occurrence(s):
|
|
|
|
```
|
|
15: ssh root@192.168.11.11 "pct exec 106 -- bash -c '
|
|
20: sed -i \"s/^bind .*/bind 192.168.11.110/\" /etc/redis/redis.conf 2>/dev/null || echo \"bind 192.168.11.110\" >> /etc/redis/redis.conf
|
|
32: redis-cli -h 192.168.11.110 ping
|
|
45: ssh root@192.168.11.11 "pct exec 107 -- bash -c '
|
|
62: http-listen-host: 192.168.11.111
|
|
76: ssh root@192.168.11.11 "pct exec 108 -- bash -c '
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/deploy-supporting-services.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
11: ["106"]="192.168.11.110:redis-rpc-translator:redis"
|
|
12: ["107"]="192.168.11.111:web3signer-rpc-translator:web3signer"
|
|
13: ["108"]="192.168.11.112:vault-rpc-translator:vault"
|
|
100: --net0 name=eth0,bridge=vmbr0,ip=$IP/24,gw=192.168.11.1 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/create-systemd-services.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
10:ssh root@192.168.11.11 "pct exec 107 -- bash -c '
|
|
38:ssh root@192.168.11.11 "pct exec 108 -- bash -c '
|
|
47:Environment=\"VAULT_ADDR=http://192.168.11.112:8200\"
|
|
48:ExecStart=/usr/local/bin/vault server -dev -dev-listen-address=192.168.11.112:8200 -dev-root-token-id=root
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/rpc-translator-138/deploy-remote.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
23:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.11}"
|
|
37: echo " PROXMOX_HOST=192.168.11.11"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/quick-bridge.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
17:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/bridge/trustless/operations/load-test.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:RPC_URL="${CHAIN138_RPC:-${RPC_URL_138:-http://192.168.11.250:8545}}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/complete-configuration.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
34:export RPC_URL=${RPC_URL:-${RPC_URL_138:-"http://192.168.11.250:8545"}}
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/run-deployment-direct.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
10:export RPC_URL=http://192.168.11.250:8545
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/test-contracts.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
22:RPC_URL=${RPC_URL:-${RPC_URL_138:-"http://192.168.11.250:8545"}}
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/deploy-ccip-receiver-direct.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
17:RPC_URL="${RPC_URL:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/deploy-all-compliance.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
23:RPC_URL=${RPC_URL:-${RPC_URL_138:-"http://192.168.11.250:8545"}}
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/get-usdt-usdc-supply.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
30:RPC_URL="${RPC_URL:-${RPC_URL_138:-http://192.168.11.250:8545}}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/verify-deployments.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
22:RPC_URL=${RPC_URL:-${RPC_URL_138:-"http://192.168.11.250:8545"}}
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/check-env-private-key.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
88: RPC_URL=${RPC_URL:-${RPC_URL_138:-"http://192.168.11.250:8545"}}
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/bridge-with-nonce.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
16:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/verify-bridge-setup-checklist.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL:-${RPC_URL_138:-http://192.168.11.250:8545}}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/deploy-and-integrate-all.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
35:RPC_URL=${RPC_URL:-${RPC_URL_138:-"http://192.168.11.250:8545"}}
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/verify-private-key.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
38:RPC_URL=${RPC_URL:-http://192.168.11.250:8545}
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/verify-bridge-prerequisites.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
15:RPC_URL="${RPC_URL:-${RPC_URL_138:-http://192.168.11.250:8545}}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/bridge-with-high-gas.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
16:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/execute-bridge-with-nonce.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
17:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/set-private-key.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
30:RPC_URL_138=http://192.168.11.250:8545
|
|
31:RPC_URL=http://192.168.11.250:8545
|
|
58: RPC_URL=${RPC_URL:-http://192.168.11.250:8545}
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/testing/test-all-bridges.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
34:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/testing/test-bridge-transfer.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
34:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/relay-pending-message.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
17:RPC_URL_138="${RPC_URL_138:-${RPC_URL:-http://192.168.11.250:8545}}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/setup-dodo-pools.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
29:RPC_URL="${RPC_URL:-${RPC_URL_138:-http://192.168.11.250:8545}}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/wrap-and-bridge-weth9-to-mainnet.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
30:RPC_URL="${RPC_URL:-${RPC_URL_138:-http://192.168.11.250:8545}}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/configuration/verify-link-token-requirements.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
34:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/configuration/complete-chain138-mainnet-resolution.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
35:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/configuration/configure-chain138-to-mainnet.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
32:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/configuration/test-bridge-functions.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
30:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/configuration/check-link-balance.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
34:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/configuration/check-documented-link-deployment.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
34:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
51: log_info "Expected RPC was: http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/configuration/configure-chain138-direct.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
34:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/configuration/diagnose-chain138-bridge-revert.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
34:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/configuration/configure-bridge-destinations.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
33:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/configuration/fix-weth10-bridge.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
37:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/configuration/verify-bridge-configuration.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
25:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/configuration/find-chain-selector.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
22:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/configuration/check-existing-destinations.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
20:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/configuration/resolve-chain138-mainnet-config.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
35:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/configuration/check-bridge-alternative-config.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
28:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/configuration/check-prerequisites.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
69:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/configuration/check-link-balance-at-address.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
35:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/configuration/investigate-proxy-bridges.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
30:CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/deploy-all-utilities.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
23:RPC_URL=${RPC_URL:-${RPC_URL_138:-"http://192.168.11.250:8545"}}
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/deployment/update-env-vars.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
42: update_var "RPC_URL_138" "http://192.168.11.250"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/scripts/mint-to-750m.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
17:RPC_URL="${RPC_URL:-${RPC_URL_138:-http://192.168.11.250:8545}}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/frontend-dapp/verify-deployment.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:BRIDGE_VM_IP="192.168.11.211"
|
|
9:PROXMOX_HOST="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/frontend-dapp/configure-npmplus.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
7:NPMPLUS_HOST="${1:-192.168.11.11}"
|
|
9:BRIDGE_VM_IP="${3:-192.168.11.211}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/frontend-dapp/deploy.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
11:PROXMOX_HOST="${1:-192.168.11.12}"
|
|
20: echo "Example: $0 192.168.11.12 7811 /home/intlc/projects/proxmox/smom-dbis-138/frontend-dapp"
|
|
262:VM_IP=$(ssh -o ConnectTimeout=10 root@"$PROXMOX_HOST" "pct config $VMID | grep -oP 'ip=\K[^/]+' | head -1" 2>/dev/null || echo "192.168.11.37")
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/frontend-dapp/create-npmplus-proxy.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
8:NPM_URL="${NPM_URL:-https://192.168.11.166:81}"
|
|
13:TARGET_IP="192.168.11.211"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/frontend-dapp/configure-npmplus-api.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
17:NPMPLUS_HOST="${1:-192.168.11.11}"
|
|
19:NPM_URL="${NPM_URL:-https://192.168.11.166:81}"
|
|
23:BRIDGE_VM_IP="${3:-192.168.11.211}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/frontend-dapp/check-vmids.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4:PROXMOX_HOST="${1:-192.168.11.12}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/fix-wsl-ip.sh`
|
|
|
|
Found 7 occurrence(s):
|
|
|
|
```
|
|
2:# Fix WSL IP address from 192.168.11.4 to 192.168.11.23
|
|
7:OLD_IP="192.168.11.4"
|
|
8:NEW_IP="192.168.11.23"
|
|
32:if ip route show | grep -q "192.168.11.0/24.*src $OLD_IP"; then
|
|
34: ip route del 192.168.11.0/24 dev $INTERFACE src $OLD_IP 2>/dev/null || true
|
|
48:if ! ip route show | grep -q "192.168.11.0/24.*src $NEW_IP"; then
|
|
50: ip route add 192.168.11.0/24 dev $INTERFACE src $NEW_IP 2>/dev/null || true
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/backups/ip_conversion_20260105_143709/rollback-ip-changes.sh`
|
|
|
|
Found 32 occurrence(s):
|
|
|
|
```
|
|
11:echo "Rolling back VMID 3501 to 192.168.11.14..."
|
|
12:ssh -o ConnectTimeout=10 root@192.168.11.10 "pct stop 3501" 2>/dev/null || true
|
|
14:ssh -o ConnectTimeout=10 root@192.168.11.10 "pct set 3501 --net0 bridge=vmbr0,name=eth0,ip=192.168.11.14/24,gw=192.168.11.1,type=veth" || echo "Warning: Failed to rollback 3501"
|
|
15:ssh -o ConnectTimeout=10 root@192.168.11.10 "pct start 3501" 2>/dev/null || true
|
|
19:echo "Rolling back VMID 3500 to 192.168.11.15..."
|
|
20:ssh -o ConnectTimeout=10 root@192.168.11.10 "pct stop 3500" 2>/dev/null || true
|
|
22:ssh -o ConnectTimeout=10 root@192.168.11.10 "pct set 3500 --net0 bridge=vmbr0,name=eth0,ip=192.168.11.15/24,gw=192.168.11.1,type=veth" || echo "Warning: Failed to rollback 3500"
|
|
23:ssh -o ConnectTimeout=10 root@192.168.11.10 "pct start 3500" 2>/dev/null || true
|
|
27:echo "Rolling back VMID 103 to 192.168.11.20..."
|
|
28:ssh -o ConnectTimeout=10 root@192.168.11.12 "pct stop 103" 2>/dev/null || true
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/dbis_core/scripts/fix-frontend-deployment.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
94: log_info " http://${DBIS_FRONTEND_IP:-192.168.11.130}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/dbis_core/scripts/setup-local-development.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
52: if grep -q "192.168.11.105" .env; then
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/dbis_core/scripts/grant-permissions-remote.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/dbis_core/scripts/management/status.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
112:log_info " PostgreSQL: ${DBIS_POSTGRES_PRIMARY_IP:-192.168.11.100}:5432"
|
|
113:log_info " Redis: ${DBIS_REDIS_IP:-192.168.11.125}:6379"
|
|
114:log_info " API: http://${DBIS_API_PRIMARY_IP:-192.168.11.150}:${DBIS_API_PORT:-3000}"
|
|
115:log_info " Frontend: http://${DBIS_FRONTEND_IP:-192.168.11.130}"
|
|
121: if curl -s -f "http://${DBIS_API_PRIMARY_IP:-192.168.11.150}:${DBIS_API_PORT:-3000}/health" >/dev/null 2>&1; then
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/dbis_core/scripts/utils/common.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
174: local gateway="${3:-192.168.11.1}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/dbis_core/scripts/utils/dbis-core-utils.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
30: local db_host="${2:-192.168.11.100}"
|
|
51: local redis_host="${2:-192.168.11.125}"
|
|
69: local api_host="${1:-192.168.11.150}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/dbis_core/scripts/grant-database-permissions.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
25: echo " ssh root@192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/dbis_core/scripts/complete-chart-of-accounts-setup.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
23:DB_HOST="${DB_HOST:-192.168.11.105}"
|
|
38: echo " ssh root@192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/dbis_core/scripts/fix-database-url.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
22: read -p "Enter database host [192.168.11.100]: " DB_HOST
|
|
23: DB_HOST=${DB_HOST:-192.168.11.100}
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/dbis_core/scripts/run-frontend-fix.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
124:echo " http://192.168.11.130"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/dbis_core/scripts/deployment/create-dbis-core-containers.sh`
|
|
|
|
Found 8 occurrence(s):
|
|
|
|
```
|
|
27:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
31:GATEWAY="${GATEWAY:-192.168.11.1}"
|
|
35: [10100]="dbis-postgres-primary:192.168.11.100:8:4:200:PostgreSQL Primary Database"
|
|
36: [10101]="dbis-postgres-replica-1:192.168.11.101:8:4:200:PostgreSQL Replica Database"
|
|
37: [10120]="dbis-redis:192.168.11.125:4:2:50:Redis Cache Server"
|
|
38: [10150]="dbis-api-primary:192.168.11.150:8:4:100:Backend API Primary Server"
|
|
39: [10151]="dbis-api-secondary:192.168.11.151:8:4:100:Backend API Secondary Server"
|
|
40: [10130]="dbis-frontend:192.168.11.130:4:2:50:Frontend Admin Console"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/dbis_core/scripts/deployment/deploy-api.sh`
|
|
|
|
Found 6 occurrence(s):
|
|
|
|
```
|
|
52: --net0 "bridge=${DBIS_NETWORK_BRIDGE:-vmbr0},name=eth0,ip=${ip_address}/24,gw=192.168.11.1,type=veth" \
|
|
165: local db_host="${DBIS_POSTGRES_PRIMARY_IP:-192.168.11.100}"
|
|
169: local redis_host="${DBIS_REDIS_IP:-192.168.11.125}"
|
|
175:ALLOWED_ORIGINS=http://${DBIS_FRONTEND_IP:-192.168.11.130},https://${DBIS_FRONTEND_IP:-192.168.11.130}
|
|
230: "${DBIS_API_PRIMARY_IP:-192.168.11.150}" \
|
|
239: "${DBIS_API_SECONDARY_IP:-192.168.11.151}" \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/dbis_core/scripts/deployment/deploy-postgresql.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
52: --net0 "bridge=${DBIS_NETWORK_BRIDGE:-vmbr0},name=eth0,ip=${ip_address}/24,gw=192.168.11.1,type=veth" \
|
|
101: pct exec "$vmid" -- bash -c "echo 'host all all 192.168.11.0/24 md5' >> /etc/postgresql/${DBIS_POSTGRES_VERSION:-15}/main/pg_hba.conf" 2>/dev/null || true
|
|
149: "${DBIS_POSTGRES_PRIMARY_IP:-192.168.11.100}" \
|
|
158: "${DBIS_POSTGRES_REPLICA_IP:-192.168.11.101}" \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/dbis_core/scripts/deployment/deploy-redis.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
51: --net0 "bridge=${DBIS_NETWORK_BRIDGE:-vmbr0},name=eth0,ip=${ip_address}/24,gw=192.168.11.1,type=veth" \
|
|
138: "${DBIS_REDIS_IP:-192.168.11.125}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/dbis_core/scripts/deployment/configure-database.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
27:DB_HOST="${DBIS_POSTGRES_PRIMARY_IP:-192.168.11.100}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/dbis_core/scripts/deployment/deploy-frontend.sh`
|
|
|
|
Found 6 occurrence(s):
|
|
|
|
```
|
|
51: --net0 "bridge=${DBIS_NETWORK_BRIDGE:-vmbr0},name=eth0,ip=${ip_address}/24,gw=192.168.11.1,type=veth" \
|
|
148: local api_url="http://${DBIS_API_PRIMARY_IP:-192.168.11.150}:${DBIS_API_PORT:-3000}"
|
|
236: "${DBIS_FRONTEND_IP:-192.168.11.130}"
|
|
241:log_info " Frontend: http://${DBIS_FRONTEND_IP:-192.168.11.130}"
|
|
242:log_info " API: http://${DBIS_API_PRIMARY_IP:-192.168.11.150}:${DBIS_API_PORT:-3000}"
|
|
247:log_info "3. Test API health: curl http://${DBIS_API_PRIMARY_IP:-192.168.11.150}:${DBIS_API_PORT:-3000}/health"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/dbis_core/scripts/deployment/deploy-all.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
114: log_info " PostgreSQL: ${DBIS_POSTGRES_PRIMARY_IP:-192.168.11.100}:5432"
|
|
115: log_info " Redis: ${DBIS_REDIS_IP:-192.168.11.125}:6379"
|
|
116: log_info " API: http://${DBIS_API_PRIMARY_IP:-192.168.11.150}:${DBIS_API_PORT:-3000}"
|
|
117: log_info " Frontend: http://${DBIS_FRONTEND_IP:-192.168.11.130}"
|
|
122: log_info "3. Test API health: curl http://${DBIS_API_PRIMARY_IP:-192.168.11.150}:${DBIS_API_PORT:-3000}/health"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/dbis_core/run-all-setup.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
14:PROXMOX_HOST="192.168.11.10"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138-proxmox/scripts/migration/migrate-vm-to-lxc.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
20:TEMP_VM_IP="${BESU_TEMP_IP:-192.168.11.90}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138-proxmox/scripts/fix-container-ips.sh`
|
|
|
|
Found 15 occurrence(s):
|
|
|
|
```
|
|
30:VMID_IPS[1000]="192.168.11.100" # validator-1
|
|
31:VMID_IPS[1001]="192.168.11.101" # validator-2
|
|
32:VMID_IPS[1002]="192.168.11.102" # validator-3
|
|
33:VMID_IPS[1003]="192.168.11.103" # validator-4
|
|
34:VMID_IPS[1004]="192.168.11.104" # validator-5
|
|
35:VMID_IPS[1500]="192.168.11.150" # sentry-1
|
|
36:VMID_IPS[1501]="192.168.11.151" # sentry-2
|
|
37:VMID_IPS[1502]="192.168.11.152" # sentry-3
|
|
38:VMID_IPS[1503]="192.168.11.153" # sentry-4
|
|
39:VMID_IPS[2500]="192.168.11.250" # rpc-1
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138-proxmox/scripts/validation/validate-besu-temp-vm.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
10:TEMP_VM_IP="${BESU_TEMP_IP:-192.168.11.90}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138-proxmox/scripts/validation/health-check-besu-vm.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:TEMP_VM_IP="${BESU_TEMP_IP:-192.168.11.90}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138-proxmox/scripts/deployment/deploy-besu-temp-vm-complete.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
18:TEMP_VM_IP="${BESU_TEMP_IP:-192.168.11.90}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138-proxmox/scripts/deployment/deploy-besu-temp-vm.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
26:IP_ADDRESS="${BESU_TEMP_IP:-192.168.11.90}"
|
|
27:GATEWAY="${GATEWAY:-192.168.11.1}"
|
|
124:# Proxmox expects: ip=192.168.11.90/24,gw=192.168.11.1
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138-proxmox/scripts/deployment/copy-configs-to-vm.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
10:TEMP_VM_IP="${BESU_TEMP_IP:-192.168.11.90}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138-proxmox/scripts/deployment/deploy-besu-nodes.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
78: local gateway="${GATEWAY:-192.168.11.1}"
|
|
98: log_info " GATEWAY: ${GATEWAY:-192.168.11.1} (using: $gateway)"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138-proxmox/install/firefly-install.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
108: - FF_BLOCKCHAIN_RPC=${BESU_RPC_URL:-http://192.168.11.250:8545}
|
|
109: - FF_BLOCKCHAIN_WS=${BESU_WS_URL:-ws://192.168.11.250:8546}
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138-proxmox/install/oracle-publisher-install.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
75:RPC_URL_138=http://192.168.11.250:8545
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138-proxmox/install/blockscout-install.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
88: - ETHEREUM_JSONRPC_HTTP_URL=${RPC_URL:-http://192.168.11.250:8545}
|
|
89: - ETHEREUM_JSONRPC_WS_URL=${WS_URL:-ws://192.168.11.250:8546}
|
|
90: - ETHEREUM_JSONRPC_TRACE_URL=${RPC_URL:-http://192.168.11.250:8545}
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138-proxmox/install/keeper-install.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
71:RPC_URL_138=http://192.168.11.250:8545
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138-proxmox/install/ccip-monitor-install.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
73:RPC_URL_138=http://192.168.11.250:8545
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138-proxmox/install/cacti-install.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
95: - BESU_RPC_URL=${BESU_RPC_URL:-http://192.168.11.250:8545}
|
|
96: - BESU_WS_URL=${BESU_WS_URL:-ws://192.168.11.250:8546}
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138-proxmox/install/financial-tokenization-install.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
71:FIREFLY_API_URL=http://192.168.11.66:5000
|
|
73:BESU_RPC_URL=http://192.168.11.250:8545
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/full-readiness-check.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
26:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/resolve-stuck-transaction.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/fix-explorer-remote.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
9:PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
|
|
12:VM_IP="${VM_IP:-192.168.11.140}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/deploy-link-token.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/fix-ip-conflict-10234.sh`
|
|
|
|
Found 16 occurrence(s):
|
|
|
|
```
|
|
3:# Fix IP Conflict: Reassign VMID 10234 from 192.168.11.167 to 192.168.11.168
|
|
10:OLD_IP="192.168.11.167"
|
|
11:NEW_IP="192.168.11.168"
|
|
12:GATEWAY="192.168.11.1"
|
|
36:CURRENT_CONFIG=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
56:IP_IN_USE=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
74:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
87:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
94:NEW_CONFIG=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
110:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/implement-all-recommendations.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
33:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/check-block-explorer-tx.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/verify-ccip-router.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/retry-with-backoff.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
42:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/comprehensive-link-deployment.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/fix-npmplus-for-explorer.sh`
|
|
|
|
Found 11 occurrence(s):
|
|
|
|
```
|
|
11:NPMPLUS_IP="192.168.11.166"
|
|
12:VM_IP="192.168.11.140"
|
|
30:CONTAINER_STATUS=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
37: ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
42: CONTAINER_STATUS=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
58: if ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
75:EXISTING_CONFIG=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
98: ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
115: ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
149:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/fix-nginx-conflicts-vmid5000.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
49: server_name explorer.d-bis.org 192.168.11.140;
|
|
67: server_name explorer.d-bis.org 192.168.11.140;
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/generate-ccip-status-report.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
19:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/test-link-deployment.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/check-besu-logs.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
10:RPC_IP="${1:-192.168.11.250}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/configure-ethereum-mainnet-destination.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/fund-bridge-contracts.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/complete-prerequisites.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
32:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/deploy-link-simple.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
11:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/monitor-fees.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
30:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/fix-explorer-complete.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
10:VM_IP="192.168.11.140"
|
|
178: server_name explorer.d-bis.org 192.168.11.140;
|
|
211: server_name explorer.d-bis.org 192.168.11.140;
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/deploy.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:IP="${IP:-192.168.11.140}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/deploy-all-contracts.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
3:# Uses RPC: http://192.168.11.250:8545
|
|
13:RPC_URL="http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/complete-ccip-setup.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
107:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/verify-token-pool-config.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/check-fee-requirements.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/check-bridge-config.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/inspect-weth10-contract.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/run-all-deployment.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
62:export RPC_URL="${RPC_URL:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/inspect-weth9-contract.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/setup-tiered-architecture.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
50: echo " Set RPC_URL environment variable (e.g., http://192.168.11.250:8545)"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/check-failed-transaction-details.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:RPC_IP="${1:-192.168.11.250}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/test-end-to-end-bridge.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/check-npmplus-explorer-config.sh`
|
|
|
|
Found 8 occurrence(s):
|
|
|
|
```
|
|
8:NPM_URL="${NPM_URL:-https://192.168.11.166:81}"
|
|
17:echo "Expected Target: 192.168.11.140:80 (VMID 5000)"
|
|
87:if [ "$FORWARD_HOST" != "192.168.11.140" ]; then
|
|
89: ISSUES+=("Forward host is $FORWARD_HOST, expected 192.168.11.140")
|
|
104:TARGET_TEST=$(curl -s -o /dev/null -w '%{http_code}' --connect-timeout 5 "http://192.168.11.140:80/" 2>/dev/null || echo "000")
|
|
106: echo "✅ Target http://192.168.11.140:80 is accessible (HTTP $TARGET_TEST)"
|
|
108: echo "⚠️ Target http://192.168.11.140:80 returned HTTP $TARGET_TEST"
|
|
134: echo " Target: http://192.168.11.140:80"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/configure-all-bridge-destinations.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
32:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/deploy-and-verify-link.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
11:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/fix-npmplus-docker-network.sh`
|
|
|
|
Found 25 occurrence(s):
|
|
|
|
```
|
|
5:# This fixes the issue where NPMplus is only accessible on 192.168.11.167
|
|
28:CURRENT_NETWORK=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
46:VOLUMES=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
54:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
62:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
76:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
93:CONTAINER_STATUS=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
100: ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
110:NEW_NETWORK=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
127:PORTS=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/fix-nginx-serve-custom-frontend.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
28: server_name explorer.d-bis.org 192.168.11.140;
|
|
80: server_name explorer.d-bis.org 192.168.11.140;
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/configure-letsencrypt-cert-db.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
42:PROXY_HOST=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
63:EXISTING_CERT=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
80: echo "1. Access NPMplus dashboard: https://192.168.11.167:81"
|
|
93:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/investigate-vmid-6000.sh`
|
|
|
|
Found 8 occurrence(s):
|
|
|
|
```
|
|
4:# IP: 192.168.11.113 (recently reassigned)
|
|
13:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
18:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
23:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
28:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
29: "ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@r630-01 'pct exec 6000 -- ping -c 2 -W 1 192.168.11.1 2>&1 || echo \"Gateway unreachable\"'"
|
|
33:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
38:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/test-weth9-deposit.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
32:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/analyze-besu-logs.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:RPC_IP="${1:-192.168.11.250}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/review-full-path-dns-to-vm.sh`
|
|
|
|
Found 17 occurrence(s):
|
|
|
|
```
|
|
10:NPMPLUS_IP="192.168.11.166"
|
|
13:VM_IP="192.168.11.140"
|
|
105:NPMPLUS_STATUS=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
117:NPMPLUS_DOCKER=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
129:NPMPLUS_PORTS=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
147:NPMPLUS_CONFIG=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
197:NPMPLUS_TO_VM=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
215:CONTAINER_STATUS=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
226:NGINX_STATUS=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
237:NGINX_PORT80=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/diagnose-link-deployment.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
11:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/check-besu-config.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:RPC_IP="${1:-192.168.11.250}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/nginx-check-vmid5000-direct.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
10:VM_IP="192.168.11.140"
|
|
67: server_name explorer.d-bis.org 192.168.11.140;
|
|
77: server_name explorer.d-bis.org 192.168.11.140;
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/configure-all-destinations-auto.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
33:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/check-besu-logs-with-password.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
10:RPC_IP="${1:-192.168.11.250}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/update-npmplus.sh`
|
|
|
|
Found 19 occurrence(s):
|
|
|
|
```
|
|
33:CURRENT_VERSION=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
49:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
56:DATA_VOLUME=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
69:BACKUP_RESULT=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
82:BACKUP_RESULT=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
100:PULL_OUTPUT=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=10 root@192.168.11.10 \
|
|
108: ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=10 root@192.168.11.10 \
|
|
115: PULL_OUTPUT=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=10 root@192.168.11.10 \
|
|
129:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
137:VOLUMES=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/fix-vmid-6000-network.sh`
|
|
|
|
Found 6 occurrence(s):
|
|
|
|
```
|
|
13:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
18:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
23:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
28:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
29: "ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@r630-01 'pct exec 6000 -- ping -c 3 -W 1 192.168.11.1 2>&1'"
|
|
33:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/send-with-optimal-gas.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/deploy-via-rpc-json.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/get-optimal-gas-from-api.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
23:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/check-logs-and-errors.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
17:RPC_URL="${RPC_URL:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/compare-weth9-standard.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/generate-traffic-all-containers.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
8:GATEWAY="192.168.11.1"
|
|
30: CONTAINERS=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
41: IP=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
52: RESULT=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/trace-dns-to-vm.sh`
|
|
|
|
Found 18 occurrence(s):
|
|
|
|
```
|
|
9:VM_IP="192.168.11.140"
|
|
12:NPMPLUS_IP="192.168.11.166"
|
|
77: if ssh -o ConnectTimeout=5 -o StrictHostKeyChecking=no root@192.168.11.10 "ssh -o ConnectTimeout=5 root@r630-01 'pct exec 102 -- systemctl is-active cloudflared 2>/dev/null'" 2>/dev/null | grep -q "active"; then
|
|
94:if ssh -o ConnectTimeout=5 -o StrictHostKeyChecking=no root@192.168.11.10 "ssh -o ConnectTimeout=5 root@r630-01 'pct exec $NPMPLUS_VMID -- docker ps | grep -q npmplus'" 2>/dev/null; then
|
|
102:NPMPLUS_CONFIG=$(ssh -o ConnectTimeout=5 -o StrictHostKeyChecking=no root@192.168.11.10 "ssh -o ConnectTimeout=5 root@r630-01 'pct exec $NPMPLUS_VMID -- docker exec npmplus node -e \"
|
|
134:if ssh -o ConnectTimeout=5 -o StrictHostKeyChecking=no root@192.168.11.10 "ssh -o ConnectTimeout=5 root@r630-01 'pct exec $NPMPLUS_VMID -- ss -tlnp | grep -qE \":80 |:443 \"'" 2>/dev/null; then
|
|
149:if ssh -o ConnectTimeout=5 -o StrictHostKeyChecking=no root@192.168.11.10 "ssh -o ConnectTimeout=5 root@r630-01 'pct exec $NPMPLUS_VMID -- curl -s -o /dev/null -w \"%{http_code}\" --connect-timeout 5 http://$VM_IP:80/ 2>/dev/null'" 2>/dev/null | grep -q "200"; then
|
|
152: HTTP_CODE=$(ssh -o ConnectTimeout=5 -o StrictHostKeyChecking=no root@192.168.11.10 "ssh -o ConnectTimeout=5 root@r630-01 'pct exec $NPMPLUS_VMID -- curl -s -o /dev/null -w \"%{http_code}\" --connect-timeout 5 http://$VM_IP:80/ 2>/dev/null'" 2>/dev/null || echo "000")
|
|
172:CONTAINER_STATUS=$(ssh -o ConnectTimeout=5 -o StrictHostKeyChecking=no root@192.168.11.10 "ssh -o ConnectTimeout=5 root@$NODE 'pct status $VMID 2>/dev/null | awk \"{print \\\$2}\"'" 2>/dev/null || echo "unknown")
|
|
180:if ssh -o ConnectTimeout=5 -o StrictHostKeyChecking=no root@192.168.11.10 "ssh -o ConnectTimeout=5 root@$NODE 'pct exec $VMID -- systemctl is-active nginx 2>/dev/null'" 2>/dev/null | grep -q "active"; then
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/verify-token-admin-registry.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/vmid-6000-startup-fix.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
9:IP="192.168.11.113/24"
|
|
10:GATEWAY="192.168.11.1"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/complete-link-token-setup.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
14:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/verify-weth9-ratio.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/generate-diagnostic-report.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
16:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
88:| Core RPC | 192.168.11.250 | ✅ Accessible | DISABLED |
|
|
89:| Permissioned RPC | 192.168.11.251 | ❌ Not accessible | ENABLED |
|
|
90:| Public RPC | 192.168.11.252 | ❌ Not accessible | DISABLED |
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/deploy-frontend-to-vmid5000.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:VM_IP="192.168.11.140"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/verify-complete-ccip-setup.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/verify-ccip-sender.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/complete-all-prerequisites.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
11:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/verify-complete-path.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
9:NPMPLUS_IP="192.168.11.166"
|
|
10:VM_IP="192.168.11.140"
|
|
38:NPMPLUS_TO_VM=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
50:NPMPLUS_HTTPS=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/check-libraries-loading.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
62:RPC_URL_CHECK="http://192.168.11.250:8545"
|
|
103: grep -q "const RPC_URL = 'http://192.168.11.250:8545';" "$FRONTEND_FILE" && \
|
|
104: grep -q "const RPC_WS_URL = 'ws://192.168.11.250:8546';" "$FRONTEND_FILE" && \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/verify-rpc-permissions.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/configure-ethereum-mainnet-with-high-gas.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/re-add-net1.sh`
|
|
|
|
Found 11 occurrence(s):
|
|
|
|
```
|
|
4:# This restores access on 192.168.11.167 while we investigate Docker container issues
|
|
18:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
27:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
29: 'pct set ${CONTAINER_ID} --net1 name=eth1,bridge=vmbr0,ip=192.168.11.167/24 2>&1'" 2>&1
|
|
33:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
43:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
48:echo "Testing 192.168.11.167 accessibility..."
|
|
50:HTTP_167=$(curl -s -o /dev/null -w '%{http_code}' --connect-timeout 5 http://192.168.11.167:80 2>&1 || echo "000")
|
|
53: echo "✅ 192.168.11.167 is accessible (HTTP ${HTTP_167})"
|
|
55: echo "⚠️ 192.168.11.167 returned HTTP ${HTTP_167}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/fix-udm-pro-firewall.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
8:UDM_PRO_IP="192.168.11.1"
|
|
11:CONTAINER_IPS=("192.168.11.166" "192.168.11.167")
|
|
66: echo " 2. Add rule: Allow outbound from 192.168.11.166/167"
|
|
79:echo "1. Access UDM Pro Web UI: https://192.168.11.1"
|
|
86:echo " - Source: 192.168.11.166, 192.168.11.167"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/deploy-tiered-architecture.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
53: RPC_URL="http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/deploy-and-test.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
59:export RPC_URL="${RPC_URL:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/wrap-and-bridge-to-ethereum.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
32:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/ccip-health-check.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/fix-container-network.sh`
|
|
|
|
Found 14 occurrence(s):
|
|
|
|
```
|
|
10:GATEWAY="192.168.11.1"
|
|
26:CURRENT_ROUTE=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
38: ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
47:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
55:GATEWAY_TEST=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
68: FW_RULES=$(sshpass -p 'm0MFXHdgMFKGB2l3bO4' ssh -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=ERROR OQmQuS@192.168.11.1 \
|
|
69: "sudo iptables -L FORWARD -n -v 2>&1 | grep -E '192.168.11.166|192.168.11.167' | head -10" 2>&1)
|
|
83:DNS_TEST=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
94: ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
96: 'pct set ${CONTAINER_ID} --nameserver \"192.168.11.1 8.8.8.8\" 2>&1'" 2>&1
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/get-funding-report.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
33:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/fix-all-network-issues.sh`
|
|
|
|
Found 15 occurrence(s):
|
|
|
|
```
|
|
10:GATEWAY="192.168.11.1"
|
|
26:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
28: 'pct set ${CONTAINER_ID} --nameserver \"192.168.11.1 8.8.8.8 1.1.1.1\" 2>&1'" 2>&1
|
|
35:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
43:CURRENT_ROUTE=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
51: ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
61:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
73:GATEWAY_TEST=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
85:DNS_TEST=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
97:INTERNET_TEST=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/e2e-test-explorer.sh`
|
|
|
|
Found 7 occurrence(s):
|
|
|
|
```
|
|
9:BASE_URL="http://192.168.11.140"
|
|
227:if ssh -o ConnectTimeout=5 -o StrictHostKeyChecking=no root@192.168.11.10 "ssh -o ConnectTimeout=5 root@r630-02 'pct exec 5000 -- systemctl is-active nginx 2>/dev/null'" 2>/dev/null | grep -q "active"; then
|
|
234:if ssh -o ConnectTimeout=5 -o StrictHostKeyChecking=no root@192.168.11.10 "ssh -o ConnectTimeout=5 root@r630-02 'pct exec 5000 -- systemctl is-active blockscout 2>/dev/null || pct exec 5000 -- docker ps | grep -q blockscout'" 2>/dev/null | grep -qE "active|blockscout"; then
|
|
241:if ssh -o ConnectTimeout=5 -o StrictHostKeyChecking=no root@192.168.11.10 "ssh -o ConnectTimeout=5 root@r630-02 'pct exec 5000 -- ss -tlnp | grep -q :80'" 2>/dev/null; then
|
|
248:if ssh -o ConnectTimeout=5 -o StrictHostKeyChecking=no root@192.168.11.10 "ssh -o ConnectTimeout=5 root@r630-02 'pct exec 5000 -- ss -tlnp | grep -q :4000'" 2>/dev/null; then
|
|
262:if ssh -o ConnectTimeout=5 -o StrictHostKeyChecking=no root@192.168.11.10 "ssh -o ConnectTimeout=5 root@r630-02 'pct exec 5000 -- test -f /var/www/html/index.html'" 2>/dev/null; then
|
|
269:FRONTEND_SIZE=$(ssh -o ConnectTimeout=5 -o StrictHostKeyChecking=no root@192.168.11.10 "ssh -o ConnectTimeout=5 root@r630-02 'pct exec 5000 -- stat -c%s /var/www/html/index.html 2>/dev/null'" 2>/dev/null || echo "0")
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/verify-fee-calculation.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/monitor-transactions.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
30:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/get-token-info.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
29:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/test-link-deployment-simple.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
11:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/configure-npmplus-explorer.sh`
|
|
|
|
Found 7 occurrence(s):
|
|
|
|
```
|
|
11:VM_IP="192.168.11.140"
|
|
29:EXISTING=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
52: ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
70: ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
112: echo "You may need to configure it via web UI: https://192.168.11.166:81"
|
|
121:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
133:NPMPLUS_TEST=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/pre-flight-check.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/check-network-restrictions.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
12:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/deploy-via-remix-instructions.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
11:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/verify-services.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
12:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
17:curl -s -o /dev/null -w "HTTP Status: %{http_code}\n" --connect-timeout 2 http://192.168.11.167:80 2>&1 || echo "NPMplus unreachable"
|
|
21:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
26:ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
31:curl -s -o /dev/null -w "HTTP Status: %{http_code}\n" --connect-timeout 2 http://192.168.11.140:80 2>&1 || echo "Explorer unreachable"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/enable-besu-debug-api.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
7:RPC_IP="${1:-192.168.11.250}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/configure-letsencrypt-cert.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
26:NPM_URL="${NPM_URL:-https://192.168.11.167:81}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/verify-destination-chain-config.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/comprehensive-network-diagnostic.sh`
|
|
|
|
Found 6 occurrence(s):
|
|
|
|
```
|
|
12:RPC_URL_CORE="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
13:RPC_URL_PERM="http://192.168.11.251:8545"
|
|
14:RPC_URL_PUBLIC="http://192.168.11.252:8545"
|
|
275:echo " 1. Core RPC (192.168.11.250): Account permissioning DISABLED"
|
|
276:echo " 2. Permissioned RPC (192.168.11.251): Account permissioning ENABLED"
|
|
277:echo " 3. Public RPC (192.168.11.252): Account permissioning DISABLED"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/dry-run-bridge-to-ethereum.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
33:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/check-and-fix-nginx-vmid5000.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
11:VM_IP="192.168.11.140"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/force-deploy-link.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
11:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
144: RPC_URL="http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/update-npmplus-direct.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
101:HTTP_167=$(curl -s -o /dev/null -w '%{http_code}' --connect-timeout 5 http://192.168.11.167:80 2>&1 || echo "000")
|
|
114:echo " curl -I http://192.168.11.167:80"
|
|
115:echo " curl -I https://192.168.11.167:81 -k"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/run-besu-debug-enable.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
28: echo " scp $ENABLE_SCRIPT root@192.168.11.250:/tmp/"
|
|
29: echo " ssh root@192.168.11.250"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/deploy-frontend-fix.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6:VM_IP="192.168.11.140"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/fix-bridge-errors.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
33:RPC_URL="${RPC_URL_138:-http://192.168.11.250:8545}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/fix-network-issues.sh`
|
|
|
|
Found 13 occurrence(s):
|
|
|
|
```
|
|
25:DNS_SERVERS=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
32:if [ -z "$DNS_SERVERS" ] || ! echo "$DNS_SERVERS" | grep -q "192.168.11.1\|8.8.8.8\|1.1.1.1"; then
|
|
35: ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
37: 'pct set ${CONTAINER_ID} --nameserver 192.168.11.1 2>&1'" 2>&1
|
|
46:DNS_TEST=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
56: ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
66:PING_TEST=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
75: GATEWAY_TEST=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
77: 'pct exec ${CONTAINER_ID} -- ping -c 2 -W 2 192.168.11.1 2>&1 | tail -3'" 2>&1)
|
|
91:DOCKER_TEST=$(ssh -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 root@192.168.11.10 \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/EXECUTE_DEPLOYMENT.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
17:RPC_URL='http://192.168.11.250:8545'
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/UDM_PRO_COMPLETE_DIAGNOSIS.sh`
|
|
|
|
Found 7 occurrence(s):
|
|
|
|
```
|
|
10:UDM_IP="192.168.11.1"
|
|
57:Checking for DNAT rules for 76.53.10.36:80/443 → 192.168.11.166:80/443
|
|
81:## 3. Firewall Rules for NPMplus (192.168.11.166)
|
|
83:Checking for ACCEPT rules for 192.168.11.166:80/443
|
|
87:FW_RULES=$(udm_cmd "sudo iptables -L FORWARD -n -v 2>&1 | grep -A 3 '192.168.11.166'")
|
|
105: echo -e "${RED}❌ No firewall rules found for 192.168.11.166${NC}"
|
|
108: echo "**Fix**: Add allow rules for 192.168.11.166:80/443" >> "$REPORT_FILE"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/UDM_PRO_SSH_DIAGNOSIS.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
27: for ip in 192.168.11.1 192.168.1.1 192.168.0.1; do
|
|
68:echo "Checking for 192.168.11.166 firewall rules..."
|
|
69:udm_cmd "iptables -L -n -v | grep -A 5 '192.168.11.166' || echo 'No firewall rules found for 192.168.11.166'"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/EXECUTE_NOW.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
50:export RPC_URL="http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/get-npmplus-mappings.py`
|
|
|
|
Found 104 occurrence(s):
|
|
|
|
```
|
|
14: "192.168.11.26": "105",
|
|
15: "192.168.11.27": "130",
|
|
16: "192.168.11.30": "103",
|
|
17: "192.168.11.31": "104",
|
|
18: "192.168.11.32": "100",
|
|
19: "192.168.11.33": "101",
|
|
20: "192.168.11.35": "6200",
|
|
21: "192.168.11.36": "7811",
|
|
22: "192.168.11.37": "7810",
|
|
23: "192.168.11.50": "7800",
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/map-service-dependencies.py`
|
|
|
|
Found 9 occurrence(s):
|
|
|
|
```
|
|
15: '3500': {'name': 'oracle-publisher-1', 'host': 'ml110', 'current_ip': '192.168.11.15'},
|
|
16: '3501': {'name': 'ccip-monitor-1', 'host': 'ml110', 'current_ip': '192.168.11.14'},
|
|
17: '100': {'name': 'proxmox-mail-gateway', 'host': 'r630-02', 'current_ip': '192.168.11.4'},
|
|
18: '101': {'name': 'proxmox-datacenter-manager', 'host': 'r630-02', 'current_ip': '192.168.11.6'},
|
|
19: '102': {'name': 'cloudflared', 'host': 'r630-02', 'current_ip': '192.168.11.9'},
|
|
20: '103': {'name': 'omada', 'host': 'r630-02', 'current_ip': '192.168.11.20'},
|
|
21: '104': {'name': 'gitea', 'host': 'r630-02', 'current_ip': '192.168.11.18'},
|
|
22: '6200': {'name': 'firefly-1', 'host': 'r630-02', 'current_ip': '192.168.11.7'},
|
|
30:CONFLICT_IPS = ['192.168.11.14', '192.168.11.15', '192.168.11.18', '192.168.11.20']
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/list_vms_with_tunnels.py`
|
|
|
|
Found 6 occurrence(s):
|
|
|
|
```
|
|
20: '192.168.11.10': 'ml110-01.d-bis.org',
|
|
21: '192.168.11.11': 'r630-01.d-bis.org',
|
|
22: '192.168.11.12': 'r630-02.d-bis.org',
|
|
63: host = os.getenv('PROXMOX_HOST', env_vars.get('PROXMOX_HOST', '192.168.11.10'))
|
|
93: print(" 2. Run script from Proxmox network (192.168.11.0/24)", file=sys.stderr)
|
|
146: print("from a machine on the Proxmox network (192.168.11.0/24)", file=sys.stderr)
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/scan-all-containers.py`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
13: ("192.168.11.10", "ml110"),
|
|
14: ("192.168.11.11", "r630-01"),
|
|
15: ("192.168.11.12", "r630-02"),
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/example-send-signed-transaction.py`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
12: python3 example-send-signed-transaction.py http://192.168.11.250:8545 0x<private_key> 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb 0.01
|
|
117: print(" python3 example-send-signed-transaction.py http://192.168.11.250:8545 0x<private_key> 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb 0.01")
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-ip-availability.py`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
3:Check IP availability in range 192.168.11.28-99
|
|
4:Excludes reserved range (192.168.11.10-25) and already-assigned static IPs
|
|
50: # Extract IP from config like "192.168.11.100/24"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/compare-endpoints-npmplus.py`
|
|
|
|
Found 16 occurrence(s):
|
|
|
|
```
|
|
24: {'domain': 'sankofa.nexus', 'target': 'http://192.168.11.140:80', 'websocket': False},
|
|
25: {'domain': 'phoenix.sankofa.nexus', 'target': 'http://192.168.11.140:80', 'websocket': False},
|
|
26: {'domain': 'the-order.sankofa.nexus', 'target': 'http://192.168.11.140:80', 'websocket': False},
|
|
29: {'domain': 'explorer.d-bis.org', 'target': 'http://192.168.11.140:4000', 'websocket': False},
|
|
30: {'domain': 'rpc-http-pub.d-bis.org', 'target': 'http://192.168.11.221:8545', 'websocket': True},
|
|
31: {'domain': 'rpc-ws-pub.d-bis.org', 'target': 'http://192.168.11.221:8546', 'websocket': True},
|
|
32: {'domain': 'rpc-http-prv.d-bis.org', 'target': 'http://192.168.11.211:8545', 'websocket': True},
|
|
33: {'domain': 'rpc-ws-prv.d-bis.org', 'target': 'http://192.168.11.211:8546', 'websocket': True},
|
|
34: {'domain': 'dbis-admin.d-bis.org', 'target': 'http://192.168.11.130:80', 'websocket': False},
|
|
35: {'domain': 'dbis-api.d-bis.org', 'target': 'http://192.168.11.155:3000', 'websocket': False},
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-all-rpc-nodes.py`
|
|
|
|
Found 13 occurrence(s):
|
|
|
|
```
|
|
37: {"vmid": "2401", "ip": "192.168.11.241", "group": "thirdweb", "name": "besu-rpc-thirdweb-0x8a-1"},
|
|
38: {"vmid": "2402", "ip": "192.168.11.242", "group": "thirdweb", "name": "besu-rpc-thirdweb-0x8a-2"},
|
|
39: {"vmid": "2403", "ip": "192.168.11.243", "group": "thirdweb", "name": "besu-rpc-thirdweb-0x8a-3"},
|
|
41: {"vmid": "2101", "ip": "192.168.11.211", "group": "core", "name": "besu-rpc-core-1"},
|
|
42: {"vmid": "2201", "ip": "192.168.11.221", "group": "public", "name": "besu-rpc-public-1"},
|
|
43: {"vmid": "2301", "ip": "192.168.11.232", "group": "private", "name": "besu-rpc-private-1"},
|
|
45: {"vmid": "2303", "ip": "192.168.11.233", "group": "tenant", "name": "besu-rpc-ali-0x8a"},
|
|
46: {"vmid": "2304", "ip": "192.168.11.234", "group": "tenant", "name": "besu-rpc-ali-0x1"},
|
|
47: {"vmid": "2305", "ip": "192.168.11.235", "group": "tenant", "name": "besu-rpc-luis-0x8a"},
|
|
48: {"vmid": "2306", "ip": "192.168.11.236", "group": "tenant", "name": "besu-rpc-luis-0x1"},
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-enode-config.py`
|
|
|
|
Found 12 occurrence(s):
|
|
|
|
```
|
|
24: 106: '192.168.11.13', # besu-validator-1
|
|
25: 107: '192.168.11.14', # besu-validator-2
|
|
26: 108: '192.168.11.15', # besu-validator-3
|
|
27: 109: '192.168.11.16', # besu-validator-4
|
|
28: 110: '192.168.11.18', # besu-validator-5
|
|
29: 111: '192.168.11.19', # besu-sentry-2
|
|
30: 112: '192.168.11.20', # besu-sentry-3
|
|
31: 113: '192.168.11.21', # besu-sentry-4
|
|
32: 114: '192.168.11.22', # besu-sentry-5
|
|
33: 115: '192.168.11.23', # besu-rpc-1
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-enodes-final.py`
|
|
|
|
Found 12 occurrence(s):
|
|
|
|
```
|
|
13: 1000: "192.168.11.100", # validator-1 (DHCP assigned)
|
|
14: 1001: "192.168.11.101", # validator-2 (DHCP assigned)
|
|
15: 1002: "192.168.11.102", # validator-3 (DHCP assigned)
|
|
16: 1003: "192.168.11.103", # validator-4 (DHCP assigned)
|
|
17: 1004: "192.168.11.104", # validator-5 (DHCP assigned)
|
|
18: 1500: "192.168.11.150", # sentry-1 (DHCP assigned)
|
|
19: 1501: "192.168.11.151", # sentry-2 (DHCP assigned)
|
|
20: 1502: "192.168.11.152", # sentry-3 (DHCP assigned)
|
|
21: 1503: "192.168.11.153", # sentry-4 (DHCP assigned)
|
|
22: 2500: "192.168.11.250", # rpc-1 (DHCP assigned)
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/ccip_monitor.py`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:RPC_URL = os.getenv('RPC_URL_138', 'http://192.168.11.250:8545')
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/services/bridge-monitor/bridge-monitor.py`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
58: 'chain138_rpc': os.getenv('CHAIN138_RPC', 'http://192.168.11.250:8545'),
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/monitoring/health-check.conf`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
33: ["ml110"]="192.168.11.10"
|
|
34: ["r630-01"]="192.168.11.11"
|
|
35: ["r630-02"]="192.168.11.12"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/npmplus/keepalived/keepalived-primary.conf`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
30: 192.168.11.166/24
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/npmplus/keepalived/keepalived-secondary.conf`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
30: 192.168.11.166/24
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/frontend-dapp/nginx.conf`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
38: add_header Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://cdn.ethers.io https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https:; connect-src 'self' https: http://192.168.11.250:8545 ws://192.168.11.250:8546 wss:; frame-ancestors 'self';" always;
|
|
44: proxy_pass http://192.168.11.250:8545;
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/config/ip-addresses.conf`
|
|
|
|
Found 11 occurrence(s):
|
|
|
|
```
|
|
6:PROXMOX_HOST_ML110="192.168.11.10"
|
|
7:PROXMOX_HOST_R630_01="192.168.11.11"
|
|
8:PROXMOX_HOST_R630_02="192.168.11.12"
|
|
11:RPC_CORE_1="192.168.11.211"
|
|
12:RPC_PUBLIC_1="192.168.11.221"
|
|
13:RPC_PRIVATE_1="192.168.11.232"
|
|
14:RPC_THIRDWEB_PRIMARY="192.168.11.240"
|
|
20:NETWORK_GATEWAY="192.168.11.1"
|
|
32:IP_BLOCKSCOUT="192.168.11.140"
|
|
33:IP_NPMPLUS="192.168.11.166"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/dbis_core/config/dbis-core-proxmox.conf`
|
|
|
|
Found 12 occurrence(s):
|
|
|
|
```
|
|
66:# Note: Database IPs adjusted to avoid conflicts with blockchain validators (192.168.11.100-104)
|
|
67:DBIS_DB_IP_START="192.168.11.105" # Database range: 192.168.11.105-119 (adjusted from .100)
|
|
68:DBIS_CACHE_IP_START="192.168.11.125" # Cache range: 192.168.11.125-129
|
|
69:DBIS_FRONTEND_IP_START="192.168.11.130" # Frontend range: 192.168.11.130-149
|
|
70:# Note: API IPs adjusted to avoid conflicts with blockchain sentries (192.168.11.150-154)
|
|
71:DBIS_API_IP_START="192.168.11.155" # API range: 192.168.11.155-199 (adjusted from .150)
|
|
74:DBIS_POSTGRES_PRIMARY_IP="192.168.11.105" # Updated from 192.168.11.100 (conflict resolved)
|
|
75:DBIS_POSTGRES_REPLICA_IP="192.168.11.106" # Updated from 192.168.11.101 (conflict resolved)
|
|
76:DBIS_REDIS_IP="192.168.11.125"
|
|
77:DBIS_API_PRIMARY_IP="192.168.11.155" # Updated from 192.168.11.150 (conflict resolved)
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/dbis_core/templates/nginx/dbis-frontend.conf`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
26: proxy_pass http://192.168.11.150:3000;
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138-proxmox/config/network.conf`
|
|
|
|
Found 7 occurrence(s):
|
|
|
|
```
|
|
7:GATEWAY="192.168.11.1"
|
|
12:VALIDATORS_START_IP="192.168.11.100"
|
|
20:SENTRIES_START_IP="192.168.11.150"
|
|
28:RPC_START_IP="192.168.11.250"
|
|
34:SERVICES_START_IP="192.168.11.60"
|
|
40:MONITORING_START_IP="192.168.11.80"
|
|
46:PUBLIC_START_IP="192.168.11.140"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/omada-api/.env`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
2:OMADA_CONTROLLER_URL=https://192.168.11.10:8043
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/.env`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
1:RPC_URL=http://192.168.11.250:8545
|
|
41:RPC_URL_138=http://192.168.11.211:8545
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/services/transaction-mirroring-service/.env`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
2:CHAIN138_RPC_URL=http://192.168.11.211:8545
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/services/state-anchoring-service/.env`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
2:CHAIN138_RPC_URL=http://192.168.11.211:8545
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/services/relay/.env`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
2:RPC_URL_138=http://192.168.11.250:8545
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/frontend-dapp/.env`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
11:VITE_RPC_URL_138=http://192.168.11.250:8545
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/deployment/ENVIRONMENT_TEMPLATE.env`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
28:RPC_URL=http://192.168.11.221:8545
|
|
29:WS_URL=ws://192.168.11.221:8546
|
|
35:# Private RPC (internal IP): http://192.168.11.211:8545
|
|
36:# Private WS (internal IP): ws://192.168.11.211:8546
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/monitoring/prometheus-besu-config.yml`
|
|
|
|
Found 12 occurrence(s):
|
|
|
|
```
|
|
10: - '192.168.11.100:9545' # validator-1 (DHCP assigned)
|
|
11: - '192.168.11.101:9545' # validator-2 (DHCP assigned)
|
|
12: - '192.168.11.102:9545' # validator-3 (DHCP assigned)
|
|
13: - '192.168.11.103:9545' # validator-4 (DHCP assigned)
|
|
14: - '192.168.11.104:9545' # validator-5 (DHCP assigned)
|
|
19: - '192.168.11.150:9545' # sentry-1 (DHCP assigned)
|
|
20: - '192.168.11.151:9545' # sentry-2 (DHCP assigned)
|
|
21: - '192.168.11.152:9545' # sentry-3 (DHCP assigned)
|
|
22: - '192.168.11.153:9545' # sentry-4 (DHCP assigned)
|
|
27: - '192.168.11.250:9545' # rpc-1 (DHCP assigned)
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/configs/tunnel-r630-03.yml`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
4:# Target: 192.168.11.13:8006 (Proxmox UI)
|
|
12: service: https://192.168.11.13:8006
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/configs/tunnel-r630-04.yml`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
4:# Target: 192.168.11.14:8006 (Proxmox UI)
|
|
12: service: https://192.168.11.14:8006
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/configs/tunnel-ml110.yml`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
4:# Target: 192.168.11.10:8006 (Proxmox UI)
|
|
12: service: https://192.168.11.10:8006
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/configs/tunnel-r630-02.yml`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
4:# Target: 192.168.11.12:8006 (Proxmox UI)
|
|
12: service: https://192.168.11.12:8006
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/cloudflare-tunnels/configs/tunnel-r630-01.yml`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
4:# Target: 192.168.11.11:8006 (Proxmox UI)
|
|
12: service: https://192.168.11.11:8006
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/reports/rpc_nodes_test_20260105_062846.json`
|
|
|
|
Found 24 occurrence(s):
|
|
|
|
```
|
|
27: "ip": "192.168.11.240",
|
|
30: "url": "http://192.168.11.240:8545",
|
|
80: "ip": "192.168.11.241",
|
|
83: "url": "http://192.168.11.241:8545",
|
|
133: "ip": "192.168.11.242",
|
|
136: "url": "http://192.168.11.242:8545",
|
|
186: "ip": "192.168.11.250",
|
|
189: "url": "http://192.168.11.250:8545",
|
|
239: "ip": "192.168.11.251",
|
|
242: "url": "http://192.168.11.251:8545",
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/reports/rpc_nodes_test_20260105_071511.json`
|
|
|
|
Found 24 occurrence(s):
|
|
|
|
```
|
|
27: "ip": "192.168.11.240",
|
|
30: "url": "http://192.168.11.240:8545",
|
|
80: "ip": "192.168.11.241",
|
|
83: "url": "http://192.168.11.241:8545",
|
|
133: "ip": "192.168.11.242",
|
|
136: "url": "http://192.168.11.242:8545",
|
|
186: "ip": "192.168.11.250",
|
|
189: "url": "http://192.168.11.250:8545",
|
|
239: "ip": "192.168.11.251",
|
|
242: "url": "http://192.168.11.251:8545",
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/reports/rpc_nodes_test_20260105_055830.json`
|
|
|
|
Found 24 occurrence(s):
|
|
|
|
```
|
|
27: "ip": "192.168.11.240",
|
|
30: "url": "http://192.168.11.240:8545",
|
|
80: "ip": "192.168.11.241",
|
|
83: "url": "http://192.168.11.241:8545",
|
|
133: "ip": "192.168.11.242",
|
|
136: "url": "http://192.168.11.242:8545",
|
|
186: "ip": "192.168.11.250",
|
|
189: "url": "http://192.168.11.250:8545",
|
|
239: "ip": "192.168.11.251",
|
|
242: "url": "http://192.168.11.251:8545",
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/reports/endpoints-npmplus-comparison.json`
|
|
|
|
Found 62 occurrence(s):
|
|
|
|
```
|
|
6: "target": "http://192.168.11.140:80",
|
|
7: "ip": "192.168.11.140",
|
|
14: "ip": "192.168.11.140",
|
|
22: "endpoint": "http://192.168.11.140:80"
|
|
29: "target": "http://192.168.11.140:80",
|
|
30: "ip": "192.168.11.140",
|
|
37: "ip": "192.168.11.140",
|
|
45: "endpoint": "http://192.168.11.140:80"
|
|
52: "target": "http://192.168.11.140:80",
|
|
53: "ip": "192.168.11.140",
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/reports/rpc_nodes_test_20260105_055641.json`
|
|
|
|
Found 24 occurrence(s):
|
|
|
|
```
|
|
27: "ip": "192.168.11.240",
|
|
30: "url": "http://192.168.11.240:8545",
|
|
80: "ip": "192.168.11.241",
|
|
83: "url": "http://192.168.11.241:8545",
|
|
133: "ip": "192.168.11.242",
|
|
136: "url": "http://192.168.11.242:8545",
|
|
186: "ip": "192.168.11.250",
|
|
189: "url": "http://192.168.11.250:8545",
|
|
239: "ip": "192.168.11.251",
|
|
242: "url": "http://192.168.11.251:8545",
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/reports/endpoints-export.json`
|
|
|
|
Found 248 occurrence(s):
|
|
|
|
```
|
|
4: "ip": "192.168.11.32",
|
|
12: "endpoint": "tcp://192.168.11.32:25"
|
|
16: "ip": "192.168.11.32",
|
|
24: "endpoint": "tcp://192.168.11.32:587"
|
|
28: "ip": "192.168.11.32",
|
|
36: "endpoint": "tcp://192.168.11.32:465"
|
|
40: "ip": "192.168.11.33",
|
|
48: "endpoint": "http://192.168.11.33:8006"
|
|
52: "ip": "192.168.11.30",
|
|
60: "endpoint": "https://192.168.11.30:8043"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/reports/rpc_nodes_test_20260105_055448.json`
|
|
|
|
Found 24 occurrence(s):
|
|
|
|
```
|
|
27: "ip": "192.168.11.240",
|
|
30: "url": "http://192.168.11.240:8545",
|
|
78: "ip": "192.168.11.241",
|
|
81: "url": "http://192.168.11.241:8545",
|
|
128: "ip": "192.168.11.242",
|
|
131: "url": "http://192.168.11.242:8545",
|
|
178: "ip": "192.168.11.250",
|
|
181: "url": "http://192.168.11.250:8545",
|
|
229: "ip": "192.168.11.251",
|
|
232: "url": "http://192.168.11.251:8545",
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/reports/rpc_nodes_test_20260105_064904.json`
|
|
|
|
Found 24 occurrence(s):
|
|
|
|
```
|
|
27: "ip": "192.168.11.240",
|
|
30: "url": "http://192.168.11.240:8545",
|
|
80: "ip": "192.168.11.241",
|
|
83: "url": "http://192.168.11.241:8545",
|
|
133: "ip": "192.168.11.242",
|
|
136: "url": "http://192.168.11.242:8545",
|
|
186: "ip": "192.168.11.250",
|
|
189: "url": "http://192.168.11.250:8545",
|
|
239: "ip": "192.168.11.251",
|
|
242: "url": "http://192.168.11.251:8545",
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployTokenRegistry.s.sol/138/run-1766717128695.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployTokenRegistry.s.sol/138/run-latest.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployTokenRegistry.s.sol/138/run-1766745038754.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployVoting.s.sol/138/run-latest.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployVoting.s.sol/138/run-1766688949946.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployFeeCollector.s.sol/138/run-latest.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployFeeCollector.s.sol/138/run-1766717136870.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployFeeCollector.s.sol/138/run-1766745042579.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPWETH9Bridge.s.sol/138/run-1768763817376.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.211:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPWETH9Bridge.s.sol/138/run-1768950254430.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.211:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPWETH9Bridge.s.sol/138/run-1768950140560.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.211:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPWETH9Bridge.s.sol/138/run-latest.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.211:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPWETH9Bridge.s.sol/138/run-1766782922344.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPWETH9Bridge.s.sol/138/run-1768957616374.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.211:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPWETH9Bridge.s.sol/138/run-1766782727691.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPWETH9Bridge.s.sol/138/run-1768783882613.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.211:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPWETH9Bridge.s.sol/138/run-1768957926529.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.211:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPWETH9Bridge.s.sol/138/run-1768783751106.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.211:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPWETH9Bridge.s.sol/138/run-1768782655240.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.211:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPWETH9Bridge.s.sol/138/run-1768783614271.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.211:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPWETH9Bridge.s.sol/138/run-1768782690831.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.211:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPWETH9Bridge.s.sol/138/run-1768763777897.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.211:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPWETH9Bridge.s.sol/138/run-1768782051597.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.211:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployComplianceRegistry.s.sol/138/run-1766744945878.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployComplianceRegistry.s.sol/138/run-latest.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployComplianceRegistry.s.sol/138/run-1766745023660.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployComplianceRegistry.s.sol/138/run-1766744880126.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCompliantUSDT.s.sol/138/run-1766716984421.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCompliantUSDT.s.sol/138/run-latest.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCompliantUSDT.s.sol/138/run-1766745027931.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCompliantUSDT.s.sol/138/run-1766744950233.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPReceiver.s.sol/138/run-1766687962937.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPReceiver.s.sol/138/run-latest.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPReceiver.s.sol/138/run-1766687936287.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPWETH10Bridge.s.sol/138/run-1768950174500.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.211:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPWETH10Bridge.s.sol/138/run-1768950293903.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.211:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPWETH10Bridge.s.sol/138/run-1768957970264.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.211:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPWETH10Bridge.s.sol/138/run-latest.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.211:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPWETH10Bridge.s.sol/138/run-1768957650257.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.211:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPWETH10Bridge.s.sol/138/run-1768763793993.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.211:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPRouter.s.sol/138/run-latest.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCCIPRouter.s.sol/138/run-1766782891645.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployChain138.s.sol/138/run-1766689010539.json`
|
|
|
|
Found 11 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
7: "rpc": "http://192.168.11.250:8545"
|
|
10: "rpc": "http://192.168.11.250:8545"
|
|
13: "rpc": "http://192.168.11.250:8545"
|
|
16: "rpc": "http://192.168.11.250:8545"
|
|
19: "rpc": "http://192.168.11.250:8545"
|
|
22: "rpc": "http://192.168.11.250:8545"
|
|
25: "rpc": "http://192.168.11.250:8545"
|
|
28: "rpc": "http://192.168.11.250:8545"
|
|
31: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployChain138.s.sol/138/run-latest.json`
|
|
|
|
Found 12 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
7: "rpc": "http://192.168.11.250:8545"
|
|
10: "rpc": "http://192.168.11.250:8545"
|
|
13: "rpc": "http://192.168.11.250:8545"
|
|
16: "rpc": "http://192.168.11.250:8545"
|
|
19: "rpc": "http://192.168.11.250:8545"
|
|
22: "rpc": "http://192.168.11.250:8545"
|
|
25: "rpc": "http://192.168.11.250:8545"
|
|
28: "rpc": "http://192.168.11.250:8545"
|
|
31: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployChain138.s.sol/138/run-1766744839105.json`
|
|
|
|
Found 12 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
7: "rpc": "http://192.168.11.250:8545"
|
|
10: "rpc": "http://192.168.11.250:8545"
|
|
13: "rpc": "http://192.168.11.250:8545"
|
|
16: "rpc": "http://192.168.11.250:8545"
|
|
19: "rpc": "http://192.168.11.250:8545"
|
|
22: "rpc": "http://192.168.11.250:8545"
|
|
25: "rpc": "http://192.168.11.250:8545"
|
|
28: "rpc": "http://192.168.11.250:8545"
|
|
31: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployChain138.s.sol/138/run-1766744868772.json`
|
|
|
|
Found 12 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
7: "rpc": "http://192.168.11.250:8545"
|
|
10: "rpc": "http://192.168.11.250:8545"
|
|
13: "rpc": "http://192.168.11.250:8545"
|
|
16: "rpc": "http://192.168.11.250:8545"
|
|
19: "rpc": "http://192.168.11.250:8545"
|
|
22: "rpc": "http://192.168.11.250:8545"
|
|
25: "rpc": "http://192.168.11.250:8545"
|
|
28: "rpc": "http://192.168.11.250:8545"
|
|
31: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCompliantUSDC.s.sol/138/run-1766717003993.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCompliantUSDC.s.sol/138/run-latest.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCompliantUSDC.s.sol/138/run-1766744954402.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployCompliantUSDC.s.sol/138/run-1766745032331.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployMockLinkToken.s.sol/138/run-latest.json`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
7: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/cache/DeployMockLinkToken.s.sol/138/run-1766782280432.json`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
4: "rpc": "http://192.168.11.250:8545"
|
|
7: "rpc": "http://192.168.11.250:8545"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/config/static-nodes.json`
|
|
|
|
Found 7 occurrence(s):
|
|
|
|
```
|
|
2: "enode://2221dd9fc65c9082d4a937832cba9f6759981888df6798407c390bd153f4332c152ea5d03dd9d9cda74d7990fb3479a5c4ba7166269322be9790eed9ebdcfe24@192.168.11.100:30303",
|
|
3: "enode://4e358db339804914d53bec6de23a269aef7be54c2812001025e6a545398ac64b2513a418cd3e2ca06dc57daf5c0aa2fb97c9948b6d7893e2bd51bf67dae97923@192.168.11.101:30303",
|
|
4: "enode://0daef7e3041ab3a5d73646ec882410302d63ece279b781be5cfed94c1970aacb438aeafc46d63a630b4ea5f7a0572a3a7edff028b16abc4c76ee84358af8c31f@192.168.11.102:30303",
|
|
5: "enode://107e59cb6c5ddf000082ddfd925aa670cba0c6f600c8e3dc5cdd6eb4ca818e0c22e4b33ef605eb4efd76ef29177ca00fd84a79935eccdddd2addbbb26d37a4a4@192.168.11.103:30303",
|
|
6: "enode://59844ade9912cee3a609fae1719694c607b30ac60a08532e6b15592524cb5f563f32c30d63e45075e7b9c76170a604f01fc6de02e3102f0f8d1648bf23425c16@192.168.11.104:30303",
|
|
7: "enode://6cdc892fa09afa2b05c21cc9a1193a86cf0d195ce81b02a270d8bb987f78ca98ad90d907670796c90fc6e4eaf3b4cae6c0c15871e2564de063beceb4bbfc6532@192.168.11.211:30303",
|
|
8: "enode://38e138ea5a4b0b244e4484b5c327631b5d3c849dcb188ff3d9ff0a8b6ad7edb738303a1a948888c269aa7555e5ff47d75b7b63dbd579d05580b5442b3fa0ebfc@192.168.11.241:30303"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/networks.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
6: "rpcUrl": "http://192.168.11.250:8545",
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/output/chain138-config/permissioned-nodes.json`
|
|
|
|
Found 10 occurrence(s):
|
|
|
|
```
|
|
2: "enode://0cbd315d8f80f8ba46f0229297a493a71d37287cbfb0fc991dd3680fa4db21e2891d4dd2f1577c5020d93224a2f0f690b331551490796ddee3bbb56ecfa6b6f5@192.168.11.153:30303",
|
|
3: "enode://0daef7e3041ab3a5d73646ec882410302d63ece279b781be5cfed94c1970aacb438aeafc46d63a630b4ea5f7a0572a3a7edff028b16abc4c76ee84358af8c31f@192.168.11.102:30303",
|
|
4: "enode://107e59cb6c5ddf000082ddfd925aa670cba0c6f600c8e3dc5cdd6eb4ca818e0c22e4b33ef605eb4efd76ef29177ca00fd84a79935eccdddd2addbbb26d37a4a4@192.168.11.103:30303",
|
|
5: "enode://2221dd9fc65c9082d4a937832cba9f6759981888df6798407c390bd153f4332c152ea5d03dd9d9cda74d7990fb3479a5c4ba7166269322be9790eed9ebdcfe24@192.168.11.100:30303",
|
|
6: "enode://2d4eeff2d5710427cf5f11319b48a883d5eb39e18e3a42052ccc6ea613d1f0ac72a17fc560b84e270ce0320b518bee7632071f20f64a69b6634496a66adafb71@192.168.11.150:30303",
|
|
7: "enode://4e358db339804914d53bec6de23a269aef7be54c2812001025e6a545398ac64b2513a418cd3e2ca06dc57daf5c0aa2fb97c9948b6d7893e2bd51bf67dae97923@192.168.11.101:30303",
|
|
8: "enode://59844ade9912cee3a609fae1719694c607b30ac60a08532e6b15592524cb5f563f32c30d63e45075e7b9c76170a604f01fc6de02e3102f0f8d1648bf23425c16@192.168.11.104:30303",
|
|
9: "enode://6cdc892fa09afa2b05c21cc9a1193a86cf0d195ce81b02a270d8bb987f78ca98ad90d907670796c90fc6e4eaf3b4cae6c0c15871e2564de063beceb4bbfc6532@192.168.11.250:30303",
|
|
10: "enode://7a98f86ced272d3f61046b08bb617d157516fd21e3cf6edb0f8090ca87ea5f920bc05dac489c82cf7b8d32bd64c51f904d868ed0ce8f9c83bf1e9c2022b33baa@192.168.11.152:30303",
|
|
11: "enode://88e407e879af2e5a6a9cfd16385390a7e6fce91fae462418fc858047d61f932f1e0114e99a8ff84c8f261c733cbb5bd7a76a7fbb5e5eac9920a41b11f6e5a07b@192.168.11.151:30303"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/output/chain138-config/static-nodes.json`
|
|
|
|
Found 10 occurrence(s):
|
|
|
|
```
|
|
2: "enode://0cbd315d8f80f8ba46f0229297a493a71d37287cbfb0fc991dd3680fa4db21e2891d4dd2f1577c5020d93224a2f0f690b331551490796ddee3bbb56ecfa6b6f5@192.168.11.153:30303",
|
|
3: "enode://0daef7e3041ab3a5d73646ec882410302d63ece279b781be5cfed94c1970aacb438aeafc46d63a630b4ea5f7a0572a3a7edff028b16abc4c76ee84358af8c31f@192.168.11.102:30303",
|
|
4: "enode://107e59cb6c5ddf000082ddfd925aa670cba0c6f600c8e3dc5cdd6eb4ca818e0c22e4b33ef605eb4efd76ef29177ca00fd84a79935eccdddd2addbbb26d37a4a4@192.168.11.103:30303",
|
|
5: "enode://2221dd9fc65c9082d4a937832cba9f6759981888df6798407c390bd153f4332c152ea5d03dd9d9cda74d7990fb3479a5c4ba7166269322be9790eed9ebdcfe24@192.168.11.100:30303",
|
|
6: "enode://2d4eeff2d5710427cf5f11319b48a883d5eb39e18e3a42052ccc6ea613d1f0ac72a17fc560b84e270ce0320b518bee7632071f20f64a69b6634496a66adafb71@192.168.11.150:30303",
|
|
7: "enode://4e358db339804914d53bec6de23a269aef7be54c2812001025e6a545398ac64b2513a418cd3e2ca06dc57daf5c0aa2fb97c9948b6d7893e2bd51bf67dae97923@192.168.11.101:30303",
|
|
8: "enode://59844ade9912cee3a609fae1719694c607b30ac60a08532e6b15592524cb5f563f32c30d63e45075e7b9c76170a604f01fc6de02e3102f0f8d1648bf23425c16@192.168.11.104:30303",
|
|
9: "enode://6cdc892fa09afa2b05c21cc9a1193a86cf0d195ce81b02a270d8bb987f78ca98ad90d907670796c90fc6e4eaf3b4cae6c0c15871e2564de063beceb4bbfc6532@192.168.11.250:30303",
|
|
10: "enode://7a98f86ced272d3f61046b08bb617d157516fd21e3cf6edb0f8090ca87ea5f920bc05dac489c82cf7b8d32bd64c51f904d868ed0ce8f9c83bf1e9c2022b33baa@192.168.11.152:30303",
|
|
11: "enode://88e407e879af2e5a6a9cfd16385390a7e6fce91fae462418fc858047d61f932f1e0114e99a8ff84c8f261c733cbb5bd7a76a7fbb5e5eac9920a41b11f6e5a07b@192.168.11.151:30303"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/docs/04-configuration/INGRESS_SOURCE_OF_TRUTH.json`
|
|
|
|
Found 11 occurrence(s):
|
|
|
|
```
|
|
32: "internal_ip": "192.168.11.166",
|
|
43: "internal_ip": "192.168.11.166",
|
|
56: "host_ip": "192.168.11.11",
|
|
58: "eth0": "192.168.11.166",
|
|
59: "eth1": "192.168.11.167"
|
|
61: "management_ui": "https://192.168.11.166:81",
|
|
69: "forward_host": "192.168.11.140",
|
|
103: "host_ip": "192.168.11.12",
|
|
104: "vm_ip": "192.168.11.140",
|
|
130: {"path": "http://192.168.11.140:80", "expected_code": 200, "actual_code": null, "status": "unknown"},
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138-proxmox/config/permissioned-nodes.json`
|
|
|
|
Found 7 occurrence(s):
|
|
|
|
```
|
|
2: "enode://2221dd9fc65c9082d4a937832cba9f6759981888df6798407c390bd153f4332c152ea5d03dd9d9cda74d7990fb3479a5c4ba7166269322be9790eed9ebdcfe24@192.168.11.100:30303",
|
|
3: "enode://4e358db339804914d53bec6de23a269aef7be54c2812001025e6a545398ac64b2513a418cd3e2ca06dc57daf5c0aa2fb97c9948b6d7893e2bd51bf67dae97923@192.168.11.101:30303",
|
|
4: "enode://0daef7e3041ab3a5d73646ec882410302d63ece279b781be5cfed94c1970aacb438aeafc46d63a630b4ea5f7a0572a3a7edff028b16abc4c76ee84358af8c31f@192.168.11.102:30303",
|
|
5: "enode://107e59cb6c5ddf000082ddfd925aa670cba0c6f600c8e3dc5cdd6eb4ca818e0c22e4b33ef605eb4efd76ef29177ca00fd84a79935eccdddd2addbbb26d37a4a4@192.168.11.103:30303",
|
|
6: "enode://59844ade9912cee3a609fae1719694c607b30ac60a08532e6b15592524cb5f563f32c30d63e45075e7b9c76170a604f01fc6de02e3102f0f8d1648bf23425c16@192.168.11.104:30303",
|
|
7: "enode://6cdc892fa09afa2b05c21cc9a1193a86cf0d195ce81b02a270d8bb987f78ca98ad90d907670796c90fc6e4eaf3b4cae6c0c15871e2564de063beceb4bbfc6532@192.168.11.211:30303",
|
|
8: "enode://38e138ea5a4b0b244e4484b5c327631b5d3c849dcb188ff3d9ff0a8b6ad7edb738303a1a948888c269aa7555e5ff47d75b7b63dbd579d05580b5442b3fa0ebfc@192.168.11.241:30303"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138-proxmox/config/static-nodes.json`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
2: "enode://2221dd9fc65c9082d4a937832cba9f6759981888df6798407c390bd153f4332c152ea5d03dd9d9cda74d7990fb3479a5c4ba7166269322be9790eed9ebdcfe24@192.168.11.100:30303",
|
|
3: "enode://4e358db339804914d53bec6de23a269aef7be54c2812001025e6a545398ac64b2513a418cd3e2ca06dc57daf5c0aa2fb97c9948b6d7893e2bd51bf67dae97923@192.168.11.101:30303",
|
|
4: "enode://0daef7e3041ab3a5d73646ec882410302d63ece279b781be5cfed94c1970aacb438aeafc46d63a630b4ea5f7a0572a3a7edff028b16abc4c76ee84358af8c31f@192.168.11.102:30303",
|
|
5: "enode://107e59cb6c5ddf000082ddfd925aa670cba0c6f600c8e3dc5cdd6eb4ca818e0c22e4b33ef605eb4efd76ef29177ca00fd84a79935eccdddd2addbbb26d37a4a4@192.168.11.103:30303",
|
|
6: "enode://59844ade9912cee3a609fae1719694c607b30ac60a08532e6b15592524cb5f563f32c30d63e45075e7b9c76170a604f01fc6de02e3102f0f8d1648bf23425c16@192.168.11.104:30303"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/config/deployment.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
3: "host": "192.168.11.140",
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/config/permissions-nodes.toml`
|
|
|
|
Found 16 occurrence(s):
|
|
|
|
```
|
|
6: "enode://2221dd9fc65c9082d4a937832cba9f6759981888df6798407c390bd153f4332c152ea5d03dd9d9cda74d7990fb3479a5c4ba7166269322be9790eed9ebdcfe24@192.168.11.100:30303",
|
|
7: "enode://4e358db339804914d53bec6de23a269aef7be54c2812001025e6a545398ac64b2513a418cd3e2ca06dc57daf5c0aa2fb97c9948b6d7893e2bd51bf67dae97923@192.168.11.101:30303",
|
|
8: "enode://0daef7e3041ab3a5d73646ec882410302d63ece279b781be5cfed94c1970aacb438aeafc46d63a630b4ea5f7a0572a3a7edff028b16abc4c76ee84358af8c31f@192.168.11.102:30303",
|
|
9: "enode://107e59cb6c5ddf000082ddfd925aa670cba0c6f600c8e3dc5cdd6eb4ca818e0c22e4b33ef605eb4efd76ef29177ca00fd84a79935eccdddd2addbbb26d37a4a4@192.168.11.103:30303",
|
|
10: "enode://59844ade9912cee3a609fae1719694c607b30ac60a08532e6b15592524cb5f563f32c30d63e45075e7b9c76170a604f01fc6de02e3102f0f8d1648bf23425c16@192.168.11.104:30303",
|
|
11: "enode://6cdc892fa09afa2b05c21cc9a1193a86cf0d195ce81b02a270d8bb987f78ca98ad90d907670796c90fc6e4eaf3b4cae6c0c15871e2564de063beceb4bbfc6532@192.168.11.211:30303",
|
|
12: "enode://07daf3d64079faa3982bc8be7aa86c24ef21eca4565aae4a7fd963c55c728de0639d80663834634edf113b9f047d690232ae23423c64979961db4b6449aa6dfd@192.168.11.221:30303",
|
|
13: "enode://83eb8c172034afd72846740921f748c77780c3cc0cea45604348ba859bc3a47187e24e5fad7f74e5fe353e86fd35ab7c37f02cfbb8299a850a190b40968bd8e2@192.168.11.232:30303",
|
|
14: "enode://688f271d94c7995600ae36d25aa2fb92fea0c52e50e86c598be8966515458c1408b67fba76e1f771073e4774a6e399588443da63394ea25d56e6ca36f2288e00@192.168.11.233:30303",
|
|
15: "enode://4dc4b9f8cffbc53349f6535ab9aa7785cbc0ae92928dcf4ef6f90638ace9fc69ff7d19c49a8bda54f78a000579c557ef25fce3c971c6ab0026b6e70c8e6e5cac@192.168.11.234:30303",
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138/config/config-rpc-core.toml`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
18:rpc-http-cors-origins=["http://192.168.11.0/24","http://localhost","http://127.0.0.1"]
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138-proxmox/config/permissions-nodes.toml`
|
|
|
|
Found 12 occurrence(s):
|
|
|
|
```
|
|
2: "enode://2221dd9fc65c9082d4a937832cba9f6759981888df6798407c390bd153f4332c152ea5d03dd9d9cda74d7990fb3479a5c4ba7166269322be9790eed9ebdcfe24@192.168.11.100:30303",
|
|
3: "enode://4e358db339804914d53bec6de23a269aef7be54c2812001025e6a545398ac64b2513a418cd3e2ca06dc57daf5c0aa2fb97c9948b6d7893e2bd51bf67dae97923@192.168.11.101:30303",
|
|
4: "enode://0daef7e3041ab3a5d73646ec882410302d63ece279b781be5cfed94c1970aacb438aeafc46d63a630b4ea5f7a0572a3a7edff028b16abc4c76ee84358af8c31f@192.168.11.102:30303",
|
|
5: "enode://107e59cb6c5ddf000082ddfd925aa670cba0c6f600c8e3dc5cdd6eb4ca818e0c22e4b33ef605eb4efd76ef29177ca00fd84a79935eccdddd2addbbb26d37a4a4@192.168.11.103:30303",
|
|
6: "enode://59844ade9912cee3a609fae1719694c607b30ac60a08532e6b15592524cb5f563f32c30d63e45075e7b9c76170a604f01fc6de02e3102f0f8d1648bf23425c16@192.168.11.104:30303",
|
|
7: "enode://2d4eeff2d5710427cf5f11319b48a883d5eb39e18e3a42052ccc6ea613d1f0ac72a17fc560b84e270ce0320b518bee7632071f20f64a69b6634496a66adafb71@192.168.11.150:30303",
|
|
8: "enode://88e407e879af2e5a6a9cfd16385390a7e6fce91fae462418fc858047d61f932f1e0114e99a8ff84c8f261c733cbb5bd7a76a7fbb5e5eac9920a41b11f6e5a07b@192.168.11.151:30303",
|
|
9: "enode://7a98f86ced272d3f61046b08bb617d157516fd21e3cf6edb0f8090ca87ea5f920bc05dac489c82cf7b8d32bd64c51f904d868ed0ce8f9c83bf1e9c2022b33baa@192.168.11.152:30303",
|
|
10: "enode://0cbd315d8f80f8ba46f0229297a493a71d37287cbfb0fc991dd3680fa4db21e2891d4dd2f1577c5020d93224a2f0f690b331551490796ddee3bbb56ecfa6b6f5@192.168.11.153:30303",
|
|
11: "enode://6cdc892fa09afa2b05c21cc9a1193a86cf0d195ce81b02a270d8bb987f78ca98ad90d907670796c90fc6e4eaf3b4cae6c0c15871e2564de063beceb4bbfc6532@192.168.11.211:30303",
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/smom-dbis-138-proxmox/templates/besu-configs/config-rpc-core.toml`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
19:rpc-http-cors-origins=["http://192.168.11.0/24","http://localhost","http://127.0.0.1"]
|
|
```
|
|
|
|
|
|
## Pattern: `192\.168\.0\.[0-9]+`
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/list-npmplus-certificates-from-logs.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
92:log_info " 1. Access NPMplus web UI: https://192.168.0.166:81"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify/verify-udm-pro-port-forwarding.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
179:2. Navigate to UDM Pro web interface (typically \`https://192.168.0.1\` or your UDM Pro IP)
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-explorer-and-check-peers.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
72: echo " 1. Log into NPMplus: https://192.168.0.166:81"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-npmplus-complete-setup.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
22:NPM_URL="${3:-https://192.168.0.166:81}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-blockscout-network-access.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
115: echo " - Log into NPMplus: https://192.168.0.166:81"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/list-proxmox-ips.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
30: # 192.168.0.0/16
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-npmplus-csp-headers.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
19:NPM_URL="${1:-https://192.168.0.166:81}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/proxmox/fix-firewall-access.sh`
|
|
|
|
Found 5 occurrence(s):
|
|
|
|
```
|
|
2:# Fix Proxmox Firewall Access - Allow Default Network (192.168.0.0/24)
|
|
13:DEFAULT_NETWORK="192.168.0.0/24"
|
|
19:echo "to allow access from Default network (192.168.0.0/24)"
|
|
89:# Allow Default Network (192.168.0.0/24)
|
|
151:echo " traffic from Default network (192.168.0.0/24)"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/get-all-endpoints.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
55: "10233|192.168.0.166|npmplus|Web|http|80|||Running|NPMplus reverse proxy"
|
|
56: "10233|192.168.0.166|npmplus|Web|http|81|||Running|NPMplus admin"
|
|
57: "10233|192.168.0.166|npmplus|Web|https|443|||Running|NPMplus reverse proxy"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/request-npmplus-certificates.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
21:NPM_URL="${3:-https://192.168.0.166:81}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/unifi/check-current-config.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
17:UDM_URL="${UNIFI_UDM_URL:-https://192.168.0.1}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/unifi/configure-vlans.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
17:UDM_URL="${UNIFI_UDM_URL:-https://192.168.0.1}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/unifi/verify-vlan-settings.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
14:UDM_PRO_IP="192.168.0.1"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/unifi/verify-configuration.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
17:UDM_URL="${UNIFI_UDM_URL:-https://192.168.0.1}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/unifi/fix-vlan11-gateway.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
10:ALTERNATIVE_GATEWAY="192.168.0.1"
|
|
152:echo " • Route through Default network (192.168.0.1)"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/unifi/verify-vlan-utilization.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
76: "grep -q '192.168.0.0/24' /etc/pve/firewall/host.fw 2>/dev/null && echo 'yes' || echo 'no'" 2>/dev/null)
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/unifi/create-firewall-rules.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
17:UDM_URL="${UNIFI_UDM_URL:-https://192.168.0.1}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/unifi/configure-inter-vlan-firewall-rules.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
18:UDM_PRO_URL="${UNIFI_UDM_URL:-https://192.168.0.1}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/apply-direct-blockscout-route.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
86: echo " 1. Log into: https://192.168.0.166:81"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/fix-all-explorer-issues.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
62: echo " 1. Log into NPMplus: https://192.168.0.166:81"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-npmplus-certificates.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
23:NPM_URL="${3:-https://192.168.0.166:81}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/delete-sankofa-proxy-hosts.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
15:NPM_URL="${NPM_URL:-https://192.168.0.166:81}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/complete-port-4000-implementation.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
169: log_info " 1. Log into NPMplus: https://192.168.0.166:81"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-blockscout-port-4000.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31: echo " - Log into NPMplus: https://192.168.0.166:81"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-dns-and-port-forwarding.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
32:NPMPLUS_IP="${NPMPLUS_IP:-192.168.0.166}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-direct-blockscout-route.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
119: echo " 1. Log into NPMplus: https://192.168.0.166:81"
|
|
195:const NPM_URL = process.env.NPM_URL || 'https://192.168.0.166:81';
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/UDM_PRO_SSH_DIAGNOSIS.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
27: for ip in 192.168.11.1 192.168.1.1 192.168.0.1; do
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/ProxmoxVE/tools/pve/add-iptag.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
282: echo -e "${GN}3)${CL} full - Show full IP address (e.g., 192.168.0.100)"
|
|
320: echo -e "${GN}3)${CL} full - Show full IP address (e.g., 192.168.0.100)"
|
|
372: 192.168.0.0/16
|
|
378:# - "full": full IP address (e.g., 192.168.0.100)
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/ProxmoxVE/install/pihole-install.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
109: private-address: 192.168.0.0/16
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/ProxmoxVE/install/actualbudget-install.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
41: "192.168.0.0/16",
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/ProxmoxVE/install/unbound-install.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
41: private-address: 192.168.0.0/16
|
|
47: access-control: 192.168.0.0/16 allow
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/reports/page-map.json`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
2: "url": "https://192.168.0.1/login?redirect=%2Fnetwork%2Fdefault%2Fsettings%2Frouting",
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/reports/endpoints-export.json`
|
|
|
|
Found 6 occurrence(s):
|
|
|
|
```
|
|
148: "ip": "192.168.0.166",
|
|
156: "endpoint": "http://192.168.0.166:80"
|
|
160: "ip": "192.168.0.166",
|
|
168: "endpoint": "http://192.168.0.166:81"
|
|
172: "ip": "192.168.0.166",
|
|
180: "endpoint": "https://192.168.0.166:443"
|
|
```
|
|
|
|
|
|
## Pattern: `76\.53\.10\.[0-9]+`
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-ip-consistency.sh`
|
|
|
|
Found 8 occurrence(s):
|
|
|
|
```
|
|
39: ["er605-1"]="76.53.10.34"
|
|
40: ["er605-2"]="76.53.10.41"
|
|
73: # Check for incorrect ER605-1 IP (76.53.10.35 instead of 76.53.10.34)
|
|
74: if grep -q "76.53.10.35" "$filepath" 2>/dev/null && ! grep -q "76.53.10.34" "$filepath" 2>/dev/null; then
|
|
75: log_error " Found incorrect ER605-1 IP (76.53.10.35) - should be 76.53.10.34"
|
|
79: # Check for incorrect ER605-2 IP (76.53.10.36 instead of 76.53.10.41)
|
|
80: if grep -q "76.53.10.36" "$filepath" 2>/dev/null && ! grep -q "76.53.10.41" "$filepath" 2>/dev/null; then
|
|
81: log_error " Found incorrect ER605-2 IP (76.53.10.36) - should be 76.53.10.41"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify/export-cloudflare-dns-records.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
36:PUBLIC_IP="${PUBLIC_IP:-76.53.10.36}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify/generate-source-of-truth.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
200:udm_wan_ip=$(echo "$UDM_CONFIG" | jq -r '.expected_configuration.public_ip // "76.53.10.36"' 2>/dev/null || echo "76.53.10.36")
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify/verify-udm-pro-port-forwarding.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
30:PUBLIC_IP="${PUBLIC_IP:-76.53.10.36}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify/verify-end-to-end-routing.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
30:PUBLIC_IP="${PUBLIC_IP:-76.53.10.36}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-npmplus-complete-setup.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
162:HTTP_TEST=$(curl -s -o /dev/null -w "%{http_code}" -I "http://76.53.10.36" 2>/dev/null || echo "000")
|
|
163:HTTPS_TEST=$(curl -s -o /dev/null -w "%{http_code}" -I -k "https://76.53.10.36" 2>/dev/null || echo "000")
|
|
178:if [ "$DNS_TEST" = "76.53.10.36" ]; then
|
|
181: log_warn "DNS resolution: $TEST_DOMAIN → $DNS_TEST (expected: 76.53.10.36)"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/deploy-complete-nginx-config.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
37:# Single Public IP (76.53.10.35) → Nginx → Backend Services
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/organize-remaining-root-files.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
99:move_file "76.53.10.34_CONNECTION_EXPLANATION.md" "docs/11-references/76.53.10.34_CONNECTION_EXPLANATION.md"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-r630-03-04-connectivity.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
28:R630_03_EXTERNAL_IP="76.53.10.38"
|
|
32:R630_04_EXTERNAL_IP="76.53.10.39"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-cloudflare-permissions.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
195: --arg content "76.53.10.36" \
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/test-cross-system-consistency.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
72:test_check "ER605-1 IP from inventory" "[[ '$ER605_1_IP' == '76.53.10.34' ]]"
|
|
73:test_check "ER605-2 IP from inventory" "[[ '$ER605_2_IP' == '76.53.10.41' ]]"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-er605-nat-rules.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
21:PUBLIC_IP="${PUBLIC_IP:-76.53.10.35}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/verify-dns-resolution.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
19:EXPECTED_IP="${EXPECTED_IP:-76.53.10.35}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/update-all-dns-to-public-ip.sh`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
2:# Update all Cloudflare DNS records to point to single public IP (76.53.10.36)
|
|
5:# UDM Pro port forwarding: 76.53.10.36:80/443 → 192.168.11.26:80/443
|
|
34:# Public IP for all services (76.53.10.36 - UDM Pro port forwarding to Nginx 192.168.11.26)
|
|
35:PUBLIC_IP="${PUBLIC_IP:-76.53.10.36}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/configure-all-cloudflare-dns.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
4:# All domains point to public IP: 76.53.10.36
|
|
38:PUBLIC_IP="${PUBLIC_IP:-76.53.10.36}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/complete-migration.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
136:echo " • HTTP (Port 80): 76.53.10.36:80 → $CONTAINER_IP:80"
|
|
137:echo " • HTTPS (Port 443): 76.53.10.36:443 → $CONTAINER_IP:443"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/post-install-migration.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
66:echo " HTTP: 76.53.10.36:80 → $CONTAINER_IP:80"
|
|
67:echo " HTTPS: 76.53.10.36:443 → $CONTAINER_IP:443"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/run-npmplus-migration.sh`
|
|
|
|
Found 2 occurrence(s):
|
|
|
|
```
|
|
139:echo " • HTTP (Port 80): 76.53.10.36:80 → $CONTAINER_IP:80"
|
|
140:echo " • HTTPS (Port 443): 76.53.10.36:443 → $CONTAINER_IP:443"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/scripts/check-dns-and-port-forwarding.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
31:PUBLIC_IP="${PUBLIC_IP:-76.53.10.36}"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/review-full-path-dns-to-vm.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
9:PUBLIC_IP="76.53.10.36"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/scripts/verify-complete-path.sh`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
8:PUBLIC_IP="76.53.10.36"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/UDM_PRO_COMPLETE_DIAGNOSIS.sh`
|
|
|
|
Found 6 occurrence(s):
|
|
|
|
```
|
|
57:Checking for DNAT rules for 76.53.10.36:80/443 → 192.168.11.166:80/443
|
|
61:NAT_RULES=$(udm_cmd "sudo iptables -t nat -L PREROUTING -n -v 2>&1 | grep -A 3 '76.53.10.36'")
|
|
70: echo -e "${RED}❌ No port forwarding rules found for 76.53.10.36${NC}"
|
|
72: echo "**Issue**: No DNAT rules found for 76.53.10.36:80/443" >> "$REPORT_FILE"
|
|
140: echo "- **Problem**: No DNAT rules found for 76.53.10.36" >> "$REPORT_FILE"
|
|
143: echo " 2. Verify rules for 76.53.10.36:80/443 are **enabled**" >> "$REPORT_FILE"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/explorer-monorepo/UDM_PRO_SSH_DIAGNOSIS.sh`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
62:echo "Checking for 76.53.10.36 port forwarding..."
|
|
63:udm_cmd "iptables -t nat -L -n -v | grep -A 5 '76.53.10.36' || echo 'No port forwarding rules found for 76.53.10.36'"
|
|
86:udm_cmd "test -f /mnt/data/udapi-config/firewall.json && cat /mnt/data/udapi-config/firewall.json | grep -A 10 '76.53.10.36' || echo 'firewall.json not found or no rules for 76.53.10.36'"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/config/ip-addresses.conf`
|
|
|
|
Found 3 occurrence(s):
|
|
|
|
```
|
|
27:PUBLIC_IP_BLOCK_1="76.53.10.32/28"
|
|
28:PUBLIC_IP_GATEWAY="76.53.10.33"
|
|
29:PUBLIC_IP_ER605_WAN1="76.53.10.34"
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/.env`
|
|
|
|
Found 1 occurrence(s):
|
|
|
|
```
|
|
34:PUBLIC_IP=76.53.10.36
|
|
```
|
|
|
|
### `/home/intlc/projects/proxmox/docs/04-configuration/INGRESS_SOURCE_OF_TRUTH.json`
|
|
|
|
Found 4 occurrence(s):
|
|
|
|
```
|
|
17: "record_value": "76.53.10.36",
|
|
26: "wan_ip": "76.53.10.36",
|
|
30: "public_ip": "76.53.10.36",
|
|
41: "public_ip": "76.53.10.36",
|
|
```
|
|
|