I tried searching my issue on the forums and google and have yet to get any answers. I'm fairly new with freebsd FreeBSD so perhaps I'm missing something trivial. Here's the story.
I'm runningfreebsd FreeBSD 8.2. I had my server set up using the domain fleet.home and it worked perfectly before. I could access SABnzb+ at fleet.home:8080, sickbeard at 8081, etc.
I wanted to run a minecraft server so I set up my network to assign a static IP to my machine. Ever since then the domain will not resolve. The following properties are at the bottom of my rc.conf file (should they be at the top if that even matters?).
They were set using the sysinstall.
When I try to go to fleet.home:8080 I get a page not found.
Any help would be appreciated.
I'm running
I wanted to run a minecraft server so I set up my network to assign a static IP to my machine. Ever since then the domain will not resolve. The following properties are at the bottom of my rc.conf file (should they be at the top if that even matters?).
Code:
ifconfig_re0="DHCP"
rpcbind_enable="YES"
hostname="fleet.home"
When I try to go to fleet.home:8080 I get a page not found.
Any help would be appreciated.