Pfsense + Proxmox
-
Hi all,
I installed PFSense 2.0 b5 with KVM on a proxmox host's. My server is in OVH Datacenter's and for PFSense VM access to Internet, I've to add this line in command line :
/etc/rc.conf
ifconfig_em0="inet IP.FAIL.OVER netmask 255.255.255.255 broadcast IP.FAIL.OVER" static_routes="net1 net2" route_net1="-net Dedicated Server IP but end in .254/32 IP.FAIL.OVER" route_net2="default Dedicated Server IP but end in .254"
But, in pfsense "/etc/rc.conf" file doesn't exist. I've created it, but when I restart PFSense, the file are deleted.
If I can't add this line, I can't access by network (webgui/ssh) on the PFSense server's.
Where can I add this line in cli for my system work ?Thank you in advance for your help :)