Replies: 2 comments 1 reply
-
|
HI @dedene |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hello @morind Why did you let |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've been struggling with a problem for several days.
I want to install Talos onto one OVH dedicated server with the default public interface and one interface linked to the "vrack" offer proposed by OVH (Level 2 routing).
I want to use a dedicated VLAN (VLAN ID: 3 in my case)
After lot of investigations and watching plenty of issues on github... I'm a bit lost ;(
I use metal platform.
The first boot is ok. I enforce the bootLoaderPath with OVHCloud API to boot my server with talos and I generate the image with a custom "schematic"
I've tried a basic one, with just the platform "metal" and a more complicated schematic conf based on Metal Network Configuration
I've tried with Talos 1.9.6 and 1.11.1. And with 1.11.1 with the default CNI (Flannel) and now (my target) with Cilium.
At the end, Talos is well bootstrapped. Cilium is OK.
Connectivity is ok with the "public" world from the default interface but I can't reach anything on my private network.
Here after traces in a "netshoot" Pod (arping and tcpdump performed from within a container in the Pod)
The VLAN ID
3seems well defined in the request and sent to the right interface but not response nonetheless.The IP
10.3.1.241is the other dedicated server on Ubuntu and10.3.1.240is the IP of my Talos server I've enforced.Subnet is
10.3.0.0/16I don't want/have to use the gateway
10.3.0.1for now.List of (relevant) interfaces:
ens3f0np0: the public interface with DHCP
ens3f1np1: not used
enp129s0f0np0: not used
enp129s0f1np1: the interface linked to my OVH private network (Vrack)
enp1303449.3: The
Vlaninterface I've configured based onenp129s0f1np1Any ideas ? Any suggestions ? I take everything ;)
Note: with Ubuntu on same type of dedicated server it works. I just had to follow this doc
Beta Was this translation helpful? Give feedback.
All reactions