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

#1
General Discussion / Re: Would you like to see Fido U2F?
December 26, 2023, 07:21:29 PM
I'm very interested in having a Webauthn 2fa option too
#2
Quote from: Steeltitanpro on August 02, 2023, 09:20:12 AM
Thank you so much for this tutorial.

I do have (hopfully) a quick question and went through 20 some pages to see if its been asked.

I have all my subdomains working perfectly, however how do I set my example.com domain?

I have all my services under service.example.com and want a website at example.com

Im sure its something I am overlooking. Like do I put something in my Map file?

Thank you again

Oops, I missed this before I posted. I'm trying to do the same.  I assume you have to make a second map file and create separate rules for it, but I have no idea what they would be.

Edit:  I think I would create a second map file, second rule pointing to that mapfile, and then a new condition for each new subdomain pointing to the new rule.  If there's a more efficient way of doing this or if anyone has any pointers, I'd really appreciate it.

I think I might try backing up my config and trying though.
#3
I've been using this for months and really like it... but has anyone tried adding another domain?  What steps would I need to take?

For now the PUBLIC_SUBDOMAINS_rule is used to "Map domains to backends using a map file" and

Test Type is "IF", conditions are "Nothing selected", execute function "Map domains to backend pools using a map file".

What conditions would I use to specify one or the other?
#4
Did you ever get this working? I'm having problems with this too.
#5
Did you ever figure this out?

Edit: Nevermind. my setup is working great!   8)

For anyone else comes across this and wants to try, I followed this tutorial:
https://forum.opnsense.org/index.php?topic=25003

And I'm loading this file (downloaded to /usr/local/tftp/):
https://boot.netboot.xyz/ipxe/netboot.xyz.efi

instead of `pxelinux.0` (although it's good to have syslinux available in case you want to switch for some reason), but netboot.xyz is the cat's meow!
#6
Tutorials and FAQs / Re: OPN as a PXE boot server
May 19, 2023, 07:12:15 AM
I was really excited to try this but I ran into an issue, syslinux doesn't seem to be installable via pkg anymore. I'm running    OPNsense 23.1.7_3-amd64.

root@OPNsense:/tmp # sudo pkg fetch -y syslinux
Updating OPNsense repository catalogue...
OPNsense repository is up to date.
All repositories are up to date.
pkg: No packages matching 'syslinux' have been found in the repositories


Any ideas?  Thanks!

Edit:  There may be better ways to do it, but I grabbed the file from here:

wget https://pkg.freebsd.org/FreeBSD:13:amd64/latest/All/syslinux-6.03.pkg


Edit again:

AHHHHHH!!! It works!!  Over the years, I've screwed around many times trying to get a PXE server to work and never was able to until now. This was so simple!  Thank you!!
#7
Did you ever figure this out?