Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - tellauri

#1
General Discussion / Re: Connection from WAN to VLAN
April 24, 2024, 03:14:30 PM
  :D Wonderfull it works !

I have another question :
I have a torrent client on a vlan10 machine. If I receive the data perfectly, I cannot send any.
I tried ssh -R from the port to a WAN machine (129.X) and did port forwarding from my ISP's modem to that machine. without success.
I've activated the DMZ zone opensense
#2
General Discussion / Re: Connection from WAN to VLAN
April 11, 2024, 02:49:23 PM
On ubuntu server :

192.168.10.0/24 via 192.168.129.69 dev ens18
but ping fails
#3
General Discussion / Re: Connection from WAN to VLAN
April 11, 2024, 01:28:08 PM
Hello,

1.

IPV4* -> WAN net * VLAN10 net * * *
IPV4* -> WAN net * This Firewall(192.168.129.69) * * *

2. for the creation of routes, I am blocked by an error

On debian 12

ip route add 192.168.10.0/24 via 192.168.169.69 dev ens18
==> Error: Nexthop has invalid gateway

IP client : ens18 : 192.168.129.73/23

opnsense interfaces : VLAN10 : 192.168.10.254/24 - WAN : 192.168.129.69/23


#4
General Discussion / Connection from WAN to VLAN
April 10, 2024, 12:21:52 PM
Good morning,
This question has probably been asked before but I haven't found the answer yet.

Here is the network architecture:

Internet <> Router <> LAN(192.168.129.X/23) <> Proxmox(192.168.129.254) <> OPNsense(192.168.129.64) <> VLAN10(192.168.129.10.X)

The LAN connection becomes the WAN connection for OPNsense. A ping from VLAN10 to the WAN works.

The OPNsense LAN connection is only used for OPNsense management.

The OPT1 interface manages the VLAN10 interface.

How to connect from WAN to VLAN10?

THANKS.