1
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.
Pages: [1]
2
General Discussion / looking for clarification on a few topics, (steps included for ref.)
« on: March 25, 2024, 05:17:30 pm »
im working on setting up my netgate sg-5100 with 4 subnets and a port available to add in a second wan port later.
pic of desired setup
this is whats listed under routes so i BELIEVE i have everything setup correctly but am looking for a bit of clarification.
10.0.10.1 (ix0)
10.0.20.1 (ix1)
10.0.30.1 (ix2)
10.0.40.1 (ix3)
24.xxx.xxx.75(wan ip)
127.0.0.1
::1
2600:xxxx:xxxx:100:4d62:a82b:1530:c507
2600:xxxx:xxxx:3f00::/56
2600:xxxx:xxxx:3f00:290:bff:fea2:a465
2600:xxxx:xxxx:3f01:290:bff:fea2:a466
2600:xxxx:xxxx:3f02:290:bff:fea2:a467
2600:xxxx:xxxx:3f03:290:bff:fea2:a468
fe80::xxx:bff:fea2:a463%igb0
fe80::xxx:bff:fea2:a465%ix0
fe80::xxx:bff:fea2:a466%ix1
fe80::xxx:bff:fea2:a467%ix2
fe80::xxx:bff:fea2:a468%ix3
fe80::%lo0/64
fe80::1%lo0
i enabled track interface, enabled pd 56, and manual router assignments, and set all networks to assisted.
is this the correct idea and implementation for a full ipv4/ipv6 network
pic of desired setup
this is whats listed under routes so i BELIEVE i have everything setup correctly but am looking for a bit of clarification.
10.0.10.1 (ix0)
10.0.20.1 (ix1)
10.0.30.1 (ix2)
10.0.40.1 (ix3)
24.xxx.xxx.75(wan ip)
127.0.0.1
::1
2600:xxxx:xxxx:100:4d62:a82b:1530:c507
2600:xxxx:xxxx:3f00::/56
2600:xxxx:xxxx:3f00:290:bff:fea2:a465
2600:xxxx:xxxx:3f01:290:bff:fea2:a466
2600:xxxx:xxxx:3f02:290:bff:fea2:a467
2600:xxxx:xxxx:3f03:290:bff:fea2:a468
fe80::xxx:bff:fea2:a463%igb0
fe80::xxx:bff:fea2:a465%ix0
fe80::xxx:bff:fea2:a466%ix1
fe80::xxx:bff:fea2:a467%ix2
fe80::xxx:bff:fea2:a468%ix3
fe80::%lo0/64
fe80::1%lo0
i enabled track interface, enabled pd 56, and manual router assignments, and set all networks to assisted.
is this the correct idea and implementation for a full ipv4/ipv6 network
3
Tutorials and FAQs / holy learning curve (dns and ipv6)
« on: March 07, 2024, 11:53:42 pm »
so im setting up my network, and going through alot of options. i enabled dnssec, i enabled dns over tls to cloudflare, and currently i have ipv6 via track interface, i have 10/10 ipv6 on testmy-ipv6, but i was watching youtube configs and im hearing theres a newer way for both ipv4 and ipv6, what steps should i be taking to take advantage of the lastest feature sets?
4
Tutorials and FAQs / Re: HOWTO for installing a jail under OPNsense
« on: February 29, 2024, 05:03:15 pm »
this was a really interesting read, im learning opnsense as i read through forum posts.
what does a jail do in this instance?
what does a jail do in this instance?
5
Tutorials and FAQs / Re: convert from openwrt to proxmox opnsense help request
« on: February 29, 2024, 04:59:54 pm »
i was able to convert, get up and running with proxmox,opnsense, vlans and ipv6, still learning more and more
trick to proxmox is setting it up with the default vmbr0 as lan and give it a static on the planned opnsense subnet, install opnsense on it, configure the initial setup and then swap it in as your main router, youll be able to access proxmox and opnsense on the same subnet once opnsense comes up,
dont forget to enable autostart vm otherwise you end up kicking yourself out lol. (i catastrophically failed 3 or 4 times till i got it working the way i liked it lmao)
trick to proxmox is setting it up with the default vmbr0 as lan and give it a static on the planned opnsense subnet, install opnsense on it, configure the initial setup and then swap it in as your main router, youll be able to access proxmox and opnsense on the same subnet once opnsense comes up,
dont forget to enable autostart vm otherwise you end up kicking yourself out lol. (i catastrophically failed 3 or 4 times till i got it working the way i liked it lmao)
6
Tutorials and FAQs / convert from openwrt to proxmox opnsense help request
« on: February 27, 2024, 01:35:55 am »
on my pi4 i have openwrt configured with vlans, and trunked through a netgear gs308ep managed switch to a netgear wax214v2, i have it all working as is.
i would like to migrate to a i5 6400,8gb,256gb,i350-t4
id like to get my opnsense in proxmox setup to do the same, i am stuck when it comes to setting up my proxmox network connections, and i cant decide if im better off with passthrough nics or linux bridge, or linux vlans.
any advise or starting points?
my current setup has
isp modem -> rpi4 openwrt 2 usb nics
wan
vlan10 (lan) 192.168.10.1
vlan20 (iot) 192.168.20.1
vlan30(iso) 192.168.30.1
i dont have a normal untagged lan,
my switch is setup trunked on ports 1,2, and 3. (managed at 192.168.10.4)
port 1 is connected to the pi,
port 2 is connected to the AP,(managed at 192.168.10.
port 3 goes out to another managed switch
4-6 are vlan10,
7,8 vlan30,
vlan20 is only used on iot wifi
the new pc has a onboard port and a quad nic,
i want 1 lan and 1 wan port, i may expand later but for now i just want the one each
id like to manage proxmox on 192.168.10.16 (vlan 10) where i manage my switch and my ap also if that makes sense
id like to access opnsense at 192.168.10.1
id like all 3 vlans to trunk through lan
i am new to opnsense, but i take advise well, and im not opposed to google fu as long as theres some direction on what to find
i would like to migrate to a i5 6400,8gb,256gb,i350-t4
id like to get my opnsense in proxmox setup to do the same, i am stuck when it comes to setting up my proxmox network connections, and i cant decide if im better off with passthrough nics or linux bridge, or linux vlans.
any advise or starting points?
my current setup has
isp modem -> rpi4 openwrt 2 usb nics
wan
vlan10 (lan) 192.168.10.1
vlan20 (iot) 192.168.20.1
vlan30(iso) 192.168.30.1
i dont have a normal untagged lan,
my switch is setup trunked on ports 1,2, and 3. (managed at 192.168.10.4)
port 1 is connected to the pi,
port 2 is connected to the AP,(managed at 192.168.10.
port 3 goes out to another managed switch
4-6 are vlan10,
7,8 vlan30,
vlan20 is only used on iot wifi
the new pc has a onboard port and a quad nic,
i want 1 lan and 1 wan port, i may expand later but for now i just want the one each
id like to manage proxmox on 192.168.10.16 (vlan 10) where i manage my switch and my ap also if that makes sense
id like to access opnsense at 192.168.10.1
id like all 3 vlans to trunk through lan
i am new to opnsense, but i take advise well, and im not opposed to google fu as long as theres some direction on what to find
Pages: [1]