24 lines
1.5 KiB
Markdown
24 lines
1.5 KiB
Markdown
✅ Routing service configured - scaev-mobile-routing.service active and working
|
|
✅ Scaev deployed - Container running with dual networks:
|
|
scaev_mobile_net (172.30.0.10) - for outbound internet via mobile
|
|
traefik_net (172.20.0.8) - for LAN access
|
|
✅ Mobile routing verified:
|
|
Host IP: 5.132.33.195 (LAN gateway)
|
|
Mobile IP: 77.63.26.140 (mobile provider)
|
|
Scaev IP: 77.63.26.140 ✅ Using mobile connection!
|
|
✅ Scraper functional - Successfully accessing troostwijkauctions.com through mobile network
|
|
Architecture:```
|
|
┌─────────────────────────────────────────┐
|
|
│ Tour Machine (192.168.1.159) │
|
|
│ │
|
|
│ ┌──────────────────────────────┐ │
|
|
│ │ Scaev Container │ │
|
|
│ │ • scaev_mobile_net: 172.30.0.10 ────┼──> Mobile Gateway (10.133.133.26)
|
|
│ │ • traefik_net: 172.20.0.8 │ │ └─> Internet (77.63.26.140)
|
|
│ │ • SQLite: shared-auction-data│ │
|
|
│ │ • Images: shared-auction-data│ │
|
|
│ └──────────────────────────────┘ │
|
|
│ │
|
|
└─────────────────────────────────────────┘
|
|
```
|