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 - jackydany

#1
German - Deutsch / Re: VLAN - 2x DHCP und Probleme
March 11, 2021, 01:18:58 PM
Oh sorry mein Fehler!

Ja es sind 2 VLan.
Das 70er was rein kommt und mein "Standard" Netz....

Unterschiedliche Adressbereiche natürlich vorhanden.

Als Bemerkung,

bisher hatte ich einen alten Router mit DDWRT dazwischen.
An der WAN das remote-Netz. An der Lan mein eigenes.
In der jeweiligen Fritzbox die IP des entsprechenden Interfaces auf dem DDWRT angegeben und fertig.
Aber beim Stromausfall hats das Teil gerissen und da ich eh "größer" werden wollte und eh alles eigentlich Enterprose-Equipment habe war das der Zeitpunkt auf Vlan mit OPNSense umzusteigen.

Netz A
192.168.1.x
FritzA 192.168.1.1
Native Vlan 1

Netz B
192.168.2.x
FritzB 192.168.2.1
VLAN70

PS:
an sich läuft es ja.... nur sobald ich die opnsense einschalte gehts, aber die netzte werden träge.
ich vermute also rein die firewall rule. die habe ich (nach einem eintrag im netz) einfach vom lan kopiert dmait es "erstmal" geht....
#2
German - Deutsch / VLAN - 2x DHCP und Probleme
March 11, 2021, 11:02:18 AM
Hallo zusammen,

ich bin neu beim Thema OPNSense, daher bitte Rücksicht :D
Ich komme aus der IT, aber Netze sind für mich etwas umständlich zu verstehen. Das nur vorweg.

Ich habe einen Switch, Aruba S2500. Auf diesem ist ein VLan eingerichtet welches 2 Netze verbindet.
In jedem Netz ist eine Fritzbox tätig die DHCP macht (soll später umgestellt werden, aber jetzt nicht).
Die Verbindung wird über 2 Interface in OPNSense geregelt.

Wenn ich nun meine beiden Netze verbinde merke ich direkt, daß mein Netz komplett träge wird.
Ich habe noch keine Untersuchung auf Protokollebene durchgeführt, aber ich vermute einfach, da ich als Firewall Rule *ALL habe, daß hier auch die DHCP Request durchkommen und die Netzte verwirren.


Kann mir jemand kurz sagen wie ich das verhindere?
Ich bräuchte eine Verbindung zwischen den beiden Netzen wo alles von A nach B darf, vice versa, nur eben DHCP jeweils im Netz verbleibt.
Und ne dumme Frage, muß ich ein Gateway oder eine Route anlegen? Eigentlich muß ich doch in den Fritzboxen nur die OPNSense als Gateway zum anderen Netz eintragen oder?

Danke euch vielmals!
#3
General Discussion / Re: Help needed, inter vlan routing
February 12, 2021, 12:36:45 AM
ok found help in another channel...

i had a mistake in the route on the "other side"... so just changed the ip there to the correct one and it works now...
#4
General Discussion / Help needed, inter vlan routing
February 10, 2021, 02:08:49 AM
Hi,

i am new to opnsense, never used it before, or pfense...
nut now i want my homelab to extend and therefore i upgrade a lot of my network and equipment.

as a result i divided my network into several vlans.
i have an aruba s2500 switch so i can configure vlans throughout my house.
also my rucuks wireless APs are vlan capable.

opnsense is running inside proxmox
wan configured on one interface of proxmox, lan on the other.
the lan interface in proxmox is a LACP bond which is vlan aware, this configuration is working. tried a vm with a interface in both networks, both reachable

what i dont understand is the way to use opnsense as a router for the inter-vlan traffic.
gateway between these vlans...

until now i used an old ddwrt router, wan side to one network (physically divided networks 192.168.1.x and 192.168.2.x) and lan side to the other, configured the router and thats it... communication between to networks. but after a power outtake the router is fried.... so i am forced (otherwise this would'nt have happend for a long time :D) to set up opnsense.

i configured the wan, i configured the lan interface...
i configured the vlan with parent interface LAN

but how can i get my vlans to communicate?
i have a fritzbox (german router) doing dhcp and the internet connection. so i need to define a gateway for the 192.168.2.x network in this fritzbox router. but when i enter the opnsene static ip (192.168.1.158 LAN interface) it doesnt work.

what am i missing?

i need traffic between these to vlans.
rules are cloned from LAN interface in firewall.

hope you can help me out, willing to learn and read a lot but i cant find a solution for 2 days now. maybe i am searching for the wrong terms :(

thanks in advance!