8000 GitHub - cjhughes/pfSense-scripts: Scripts for pfSense
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cjhughes/pfSense-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

pfSense-scripts

The scripts in this repo have been collected and tweaked from various places.

The instructions and scripts have been tested but there is no guarrantee they will work in your situation. Make appropriate backups before using.

As with all scripts you download from the internet, inspect them and kiddy scriptor usus cautela.


install-qemu-guest-agent.sh

If you are using pfSense in Proxmox Virtual Environment, this script run from the pfSense command line will install the QEMU guest agent and set it up so it will run on boot up.

Use

  1. Log into pfSense command line as root
  2. Run curl -LJO https://raw.githubusercontent.com/Weehooey/pfSense-scripts/main/install-qemu-guest-agent.sh
  3. READ THE DOWNLOADED FILE! You should never blindly run scripts from the internet.
  4. Make the file executable chmod +x install-qemu-guest-agent.sh
  5. Run the installation script ./install-qemu-guest-agent.sh
  6. When the script finished, it likely will output some instructions on the screen. IGNORE these instructions. The script has already taken care of it.
  7. Exit from the command line
  8. Halt the system (power it off, reboot will not suffice)
  9. In PVE, make sure Options > QEMU Guest Agent is set to enabled
  10. Power the system back on
  11. You should now see the IP addresses for the interfaces on the VMs summary page (click the More button to see all of them)

Tested on 2.5.2, 2.6.0

Thank you to contributors on this Netgate forum post. You can also find some troubleshooting tips on the same forum post.

About

Scripts for pfSense

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0