linux - Making FreeBSD as a local development server -
i have installed freebsd 9.1 release of virtual box running on windows 7. on freebsd, have installed php , apache using ports.
now wish development windows operating system, transfer written code via ftp , see result of development activity on windows browser.
for achieving need make freebsd installation server can serve content browser on windows 7.
i have tried done several changes /etc/rc.conf none of them allow me access freebsd windows.
i had tried making following entries in /etc/rc.conf
hostname="fbsd.web.in" ifconfig_em0="inet 192.168.1.222 netmask 255.255.255.0" "em0" network interface have check running command ifconfig have been trying achieve last 2 days trying out different configurations nothing has helped far.
just information have wifi network @ place. can me?
here nice tutorial on how set up: http://www.jacklmoore.com/notes/development/
just remember enable bridged networking in vm settings.
Comments
Post a Comment