-
Notifications
You must be signed in to change notification settings - Fork 10
Create PfSense.md #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 1 commit
ece040f
0b19e82
2911cca
a445a04
1883d96
820d38b
3ae1410
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| In order to boot PfSense via PXE and use unattended install, | ||
| you need the following: | ||
|
|
||
| 1. Extracted PfSense installation ISO exported via NFS. | ||
|
|
||
| 2. Relevant entry in DHCP server config: | ||
| `option root-path "/srv/tftp/images/pfsense";` | ||
| /srv/tftp/images/pfsense is the path to the extracted ISO. | ||
|
|
||
| 3. Relevant entries in PXELINUX config: | ||
| ``` | ||
| label PfSense | ||
| menu label PfSense | ||
| pxe images/pfsense/boot/pxeboot | ||
| ``` | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @pkubaj why don't you add this entry to our configuation of PXE server ?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sure |
||
|
|
||
| The path `images/pfsense/boot/pxeboot` is relative to TFTP root directory. | ||
| It's a path to the PXE loader in the extracted PfSense installation image. | ||
|
|
||
| Unfortunately, there's no mechanism for unattended installation of PfSense. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @pkubaj any reference about that ?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There's just no reference to unattended installation in the docs or in the official forum. It's possible though too install with Foreman. Also, OPNSense, which forked from PfSense, also doesn't support it.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @pkubaj please add this information as note to documentation. It would be very helpful for future developers.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pkubaj please provide link to PfSense image you tested, so there will be no confusion in future. Please provide method of extracting or link to relevant documentation in the web.