I believe the problem is those are AF Advanced Format 4kn (4K sector size) drives which are not compatible with older RAID cards. See this article:
https://techmikeny.com/blogs/techtalk/compatibility-pain-points-4kn-hard-drives-and-backwards-compatibility-with-raid-controllers
There is a...
Using the same subnet for a VPN (TUN mode) will probably not make things easier, because now you have devices holding IPs in the same subnet but in different broadcast domains.
One issue with a setup like this is ARPs - Since they are not in the same broadcast domain, ARP IP-to-MAC resolution...
Not sure that connector exists, these appear to be the potential types:
Maybe try one of those side exit, or get the straight one and cut away at the plastic and strain relief until you can bend the wires at a sharp angle the way you need.
I'm glad you got it working. Using jumbo frames might improve the speed.
It also sounds like you might benefit from RSS (Receive-Side Scaling) - This creates multiple queues for receiving packets, and distributes the load across cores.
If you're using VMXNET3 NICs and have more than one vCPU...
I'm glad it's helpful for people, lots of us have this type of network, all with their own unique attributes. Sure I can answer your other questions.
Routing on its own does not NAT; the source IP of the packet stays original all the way through its routing hops.
For DHCP, you generally use a...
IIUC what you want to do is this: [10G Switch]--[TrueNAS Primary]--[TrueNAS Backup]--[Spare] - So daisy-chain the backup thru the primary to a physical switch port, and the backup box will have an empty port.
Note that using software bridging and promisc mode like this will cause higher CPU...
I think all you need to do is add an interface (NIC) for LAN B in pfSense A, then add a static route for LAN A in pfSense B. This does require a free NIC on pfSense A. If there isn't one, you'll have to add it.
If A and B are the same IP range (ex. both 192.168.0.x) then this won't work.
To...
Yes, that is the normal way to do it - Use your L3 switch interfaces as the default gateway for all your devices, which does inter-VLAN routing, and create a default route on your L3 switch to forward everything else upstream to your next router towards the internet.
Routing decisions always...
There are mechanisms like UPnP, mDNS and RAs for IPv6, dynamic routing protocols, GPOs, etc but I don't think any of that is what you really want. DHCP and static is the way to go.
Maybe consider using DHCP reservations. For most permanent important servers, I manually set them. On transitory...
Ok cool so routing is working now that's good.
That's strange you can ping your DNS server but not resolve from it. Maybe try dig from the command like this:
dig 1.1.1.1 myname.local
Where 1.1.1.1 is the IP of the DNS server to use for resolution and myname.local is the name you're trying to...
There's a lot going on here but I think there are a couple of major issues:
- If your gateway has its LAN connection only on the 192.168.0.0/24 subnet, is it configured/allowed to route stuff coming in from 10.0.0.x? Does the gateway have a static route pointing back to 10.0.0.x for the return...
Everything you want is possible, except the last item (ease of management out-of-box for someone who isn't you) might be harder than you think.
The "just work out of box" part might be nearly impossible - it doesn't matter how many things you try, or screenshots of GUIs you look at, IT never...
The CWDM4s do heat up and the cards absolutely require airflow. I run desktop cases for my servers, and I put a 140mm fan above my PCIe card bank set at a low (silent) RPM and that works perfectly. So you need air movement, but not that much. Larger fans running slow will always be quieter.
I...
I run 100G with a Celestica Seastone DX010 and a mix of CX4s and HP-branded QLogic Fastlinq 45000s, and a bunch of 10G stuff.
Both have worked well, CX4s are way more common so that's what I'd recommend. Sometimes they arrive from eBay in InfiniBand mode, and there is a simple command-line tool...
I run Arkime (network traffic collection) on my WANs, which creates a huge amount of metadata for IP flows. You could do the same, and write a script to extract a bunch of this metadata and put it into a SQL database using a schema of your own design.
This could be cool because you could run...
Can you still access the IPMI web interface? If so, did you try the flashing again, or try the 1.0a version that's also on the downloads page?
If you can't access the IPMI, the interface may have switched back to DHCP and it's listening on a different IP. Use a network scanner like nmap/zenmap...
Your plan should work, though I have not tried this exact combination. Your NICs appear to specify 10G/40G capability so they should link at 10G just fine. The DAC looks like a good choice.
Personally, I have done the opposite - Using a QSFP+ to SFP+ adapter in a switch in 4x10G breakout mode...
"... having the switch route inter-VLAN traffic to a VLAN router and internet traffic to the firewall"
OK I mis-read your second diagram, I thought the .222 default gateway for all the devices was the VM - But it's actually the L3 switch - So yes that would still have asymmetric routing. Return...
I replied to a similar question in another post, which still has active conversation - Could you take a look, and see if it answers any of your questions:
https://forums.servethehome.com/index.php?threads/noob-question-on-l3-switch-routing.39875/
If you still have questions, I'll do my best to...
Not sure about dnsmasq, but a quick Google search reveals there is a dhcpd admin module in the webmin framework:
http://doxfer.webmin.com/Webmin/DHCP_Server
There's also this GTK package in Ubuntu:
https://www.halolinux.us/ubuntu-server-administration-2/the-gui-dhcp-server-configuration-tool.html
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.