Hello there
I am new to network debugging with SDN networks, please be patient with me
The Story
I had proxmox running at home with a local IP 192.168.1.10/24.
This guy has a internal SDN network (done by tutorial) 192.168.10.0/24.
All server within the SDN could reach the internet.
I have a docker swarm running there.
Now I have moved the server to my office to the local IP Address 10.0.38.10/24.
Proxmox is reachable, a windows VM as well.
All VM and CT within the SDN network are not able to reach anything... exept:
tailscale could do the up, but thats all.
I tinkered with the MTU a bit bit then even tailscale did not work.
Pls help me ;(
If you need any logs pls tell me what logs
Thank you very much!
Here are some network tests
I am new to network debugging with SDN networks, please be patient with me
The Story
I had proxmox running at home with a local IP 192.168.1.10/24.
This guy has a internal SDN network (done by tutorial) 192.168.10.0/24.
All server within the SDN could reach the internet.
I have a docker swarm running there.
Now I have moved the server to my office to the local IP Address 10.0.38.10/24.
Proxmox is reachable, a windows VM as well.
All VM and CT within the SDN network are not able to reach anything... exept:
tailscale could do the up, but thats all.
I tinkered with the MTU a bit bit then even tailscale did not work.
Pls help me ;(
If you need any logs pls tell me what logs
Thank you very much!
Here are some network tests
Code:
root@tailscale:~# ping 192.168.10.1
PING 192.168.10.1 (192.168.10.1) 56(84) bytes of data.
64 bytes from 192.168.10.1: icmp_seq=1 ttl=64 time=0.039 ms
64 bytes from 192.168.10.1: icmp_seq=2 ttl=64 time=0.046 ms
--- 192.168.10.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1011ms
rtt min/avg/max/mdev = 0.039/0.042/0.046/0.003 ms
root@tailscale:~# ping 10.0.38.10
PING 10.0.38.10 (10.0.38.10) 56(84) bytes of data.
--- 10.0.38.10 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2075ms
root@tailscale:~# ping 1.1.1.1
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
--- 1.1.1.1 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 1036ms
Code:
root@tailscale:~# routel
Dst Gateway Prefsrc Protocol Scope Dev Table
10.0. tailscale0 52
10.0. tailscale0 52
100. tailscale0 52
100. tailscale0 52
100. tailscale0 52
100. tailscale0 52
100. tailscale0 52
100. tailscale0 52
100. tailscale0 52
100. tailscale0 52
100. tailscale0 52
100. tailscale0 52
100. tailscale0 52
100. tailscale0 52
100. tailscale0 52
100. tailscale0 52
192. tailscale0 52
default 192.168.10.1 static eth0
default 10.0.38.1 static eth1
10.0.38.0/24 10.0.38.253 kernel link eth1
192.168.10.0/24 192.168.10.2 kernel link eth0
10.0.38.253 10.0.38.253 kernel host eth1 local
10.0.38.255 10.0.38.253 kernel link eth1 local
100.72.204.27 100.72.204.27 kernel host tailscale0 local
127.0.0.0/8 127.0.0.1 kernel host lo local
127.0.0.1 127.0.0.1 kernel host lo local
127.255.255.255 127.0.0.1 kernel link lo local
192.168.10.2 192.168.10.2 kernel host eth0 local
192.168.10.255 192.168.10.2 kernel link eth0 local
Code:
❯ traceroute 1.1.1.1
traceroute to 1.1.1.1 (1.1.1.1), 30 hops max, 60 byte packets
1 _gateway (192.168.10.1) 0.110 ms 0.088 ms 0.078 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 *
❯ traceroute 192.168.10.2
traceroute to 192.168.10.2 (192.168.10.2), 30 hops max, 60 byte packets
1 192.168.10.2 (192.168.10.2) 0.115 ms 0.087 ms 0.078 ms
❯ traceroute 192.168.10.1
traceroute to 192.168.10.1 (192.168.10.1), 30 hops max, 60 byte packets
1 _gateway (192.168.10.1) 0.110 ms 0.080 ms 0.069 ms
❯ traceroute 10.0.38.10 -> This is resolved through tailscale
traceroute to 10.0.38.10 (10.0.38.10), 30 hops max, 60 byte packets
1 10.0.38.10 (10.0.38.10) 0.092 ms 0.065 ms 0.053 ms