When I set up the server I failed to go into the server console setup screen to up any parameters or so that is what I remember.
I did set up a static IP address somehow somewhere to 192.168.1.250 which works.
There is mention of going to item number 6 (configure DNS) but I do not have a DNS server at least in my mind.
You can do this from the WEBGUI, as instructed in the Documentation:
http://doc.freenas.org/9.3/freenas_network.html
Question, should I reinstall FreeNas 9.3 from scratch or can we make the changes inside of my existing NAS server.
There is absolutely no reason to reinstall FreeNAS for such a mundane task as changing the configuration options from the Web GUI
Oh yes there might be an issue that I discovered yesterday and am working on it. The issue is that I had set up originally m ADSL modem
to an IP address of 192.168.1.1 and it worked fine. About a year ago this router failed and my ISP came by and replaced the modem and everything worked fine.
However I found out yesterday that the IP address for the router will not work. This might be an issue if you want me to access the router to insert a fixed IP address.
I have placed a support call to my ISP to get this resolved however they provide very poor support.
You do NOT need your ISP to find out what your router IP is.
On windows, open a cmd prompt, and type
This will show you what your DEFAULT GATEWAY is, and also what DNS servers your client machine uses. You can use those DNS servers in your nameservers fields on FreeNAS or you can use Google's public ones (8.8.8.8 and 8.8.4.4)
A network is not really that complicated when it comes to the basics.
Basics include:
IP
Gateway
DNS/Name Server(s)
Subnet/Netmask
NAT
There is some math that takes place when it comes to subnetting but usually none you have to worry about, as most home routers are configured for a /24 subnet, or a netmask of 255.255.255.0.
Your gateway is the gateway from your internal network to another network (usually just the internet). This is almost always the LAN (LOCAL AREA NETWORK) IP address of your router (if in a residential situation, enterprises and complicated networks need not apply).
A DNS/Name Server is an IP address that replies to hostname requests. When you try to browse to
https://google.com, google.com is translated to an IP address (you don't have to know the IP though), so there are servers that respond to these requests for what IP address google.com translates to. Without DNS/Name Server configured, you would have to know the IP address of every website you visit