Everything posted by MacroX
-
[SOLVED] Reach unraid as vpn client
Hello I’m back thanks for your time… I had a little problem with my router and this is why I cannot reached my unraid. Now I tried with two solutions : - Zerotiers : Ok - VPS with SSH and portforwarding : Ok So the problem is solved. Again, thanks for your time.
-
[SOLVED] Reach unraid as vpn client
Hello I'm back, with bad news... even if with the docker "zerotiers" I cannot reach my machine On Unraid: I put the Host to Bridge for the network in order to get the IP and to be online on ZeroTier. On my second device: I cannot ping my Unraid I cannot do SSH/Reach the Web Interface
-
[SOLVED] Reach unraid as vpn client
OK thanks I understand better, thanks for your help and your explanation, I will have a look on Zero Tiers Thanks for your time.
-
[SOLVED] Reach unraid as vpn client
Hello, Thanks for your help, indeed I already look on Openvpn… But I have à problem.. I cannot reach unraid When I used the docker « dperson/openvpn-client » This is why I created this topic. I can Ping the unraid machine, but I cannot reach it…
-
[SOLVED] Reach unraid as vpn client
Yes I canot set un port forwarding. I use at home a 4G connections and my ISP (FREE in France) used NAT for 4G connection. I already contacted my ISP but they confirm me that I cannot setup a port forwarding.
-
[SOLVED] Reach unraid as vpn client
Hello, I would like to reach my unraid machine when i'm in travel. The main problem is my Internet service provider don't authorized me to put a NAT system or something like that. So I thought to use my unraid as an openvpn Client. I created an openvpn server in a VPS (Using docker : https://hub.docker.com/r/kylemanna/openvpn/ ). I tried to connect on my personal computer using an openvpn client, I got a private IP : 192.168.255.X/24 I used the docker "dperson/openvpn-client" on unraid and I have this message : My problem is the following : -> On my personal computer I tried to reach the admin interface : but Ko -> Ping 192.168.255.14 (IP client of unraid) : Ok Do you have any clue for me please? Solution : Used Zerotiers
-
VLAN PFSENSE LAB
Hello, So I change somethings : - delete the assignment for the LAB2 - Assign directly the network port br0.52 to the new interface Now my Windows 10 client got an IP, but he can reach the other machine even if the machine is not in the same vlan. (My Machine in vlan br0.52 ping another machine into the vlan br0.2) Any help please?
-
VLAN PFSENSE LAB
Hello Hello everybody, I'm writing this post in order to have some helps please : The situation : I'm trying to create a virtual environment with multiple LAN. as you can see below: 192.168.2.0 (LAB1) 192.168.3.0 (LAB2) I would like to create some VLAN in order to separate them : 192.168.2.0 (LAB1 =>VLAN51) 192.168.3.0 (LAB2=>VLAN52) I created the vlan in unraid: On the pfsense I was gone on => Interfaces => assignments => Vlans => +add I created a DHCP Range, created a new rule into this interface for the firewall (allow all to all) After, I crated a new VM, assigned the interface br0.52 (VLAN52) to it.. and the new virtual machine doesn't get any DHCP address... even if I assign a static IP, the VM can't ping the pfsense... If someone can help me please, thank you.
-
Support VLAN
Hello Hello, Je me permets de vous contacter ici pour avoir un peu d'aide sur la mise en place de VLAN pour des machines virtuelles dans unraid. Je vous explique la situation, je veux faire joujou avec unraid et des machines virtuelles je débute dans tout. J'ai actuellement une box orange. Actuellement, ma configuration est la suivante : 192.168.1.2 (Serveur Physique : Unraid) 192.168.2.1 (PFSENSE CENTRAL) 192.168.3.1 (PFSENSE MAQUETTAGE) En faite dans mon pfsense maquettage, j'aimerai avoir différentes interfaces séparés par VLAN donc ça donnerai dans le pfsense maquettage ceci Je ne sais pas si c'est la meilleure méthode, si Unraid est réellement adapté ou autre, donc tout conseil est bon à prendre. Pour la création des réseaux: 192.168.2.0/24 192.168.3.0/24 J'ai créer un réseau isolé si je ne dis pas de bétise, mes questions sont les suivantes: - Puis-je faire du vlan avec unraid pour mes machines virtuelles (j'utilise qu'une seule interface réseau pour l'intégralité de mes machines). - Mes machines virtuelles pourront-elles aller sur internet avec du vlan? Je ne sais pas si la box orange peut supporter ceci. Merci,
-
[SOLVED]Private Bridge
Hi Everybody, I'm testing UNRAID in order to replace my ESXi. I would like to have a pfsense VM in bridge mode and create the following architecture: | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PFSENSE | | VM 1 | | Bridge | ====> | In a private. | | |. | Network. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | But to be honest I don't know how to do it? <network ipv6='yes'> <name>Test_Network</name> <bridge name="Test_Network" stp="on" delay="0"/> </network> But I don't know how to add this bridge to the PFSENSE because When I tried to do it I don't have it into the "Network Bridge" Any advice please?