Lucas Rey
Contributor
- Joined
 - Jul 25, 2011
 
- Messages
 - 180
 
Hello all,
my FreeNAS 8.0 works fine and with DHCP configuration I'm able to contact external site (for example the SMTP server from google).
I need to setup now a static IP, so I configured add Interface with the following parameters:
IPv4 Address
re0 192.168.10.6/24
Nameserver: 192.168.10.1
Default route: 192.168.10.1
The problem there is I cannot ping anymore any external site. However the DNS works because it resolve the address (like the below example).
Now the problem is, why with DHCP works, what I miss?
	
		
			
		
		
	
			
			my FreeNAS 8.0 works fine and with DHCP configuration I'm able to contact external site (for example the SMTP server from google).
I need to setup now a static IP, so I configured add Interface with the following parameters:
IPv4 Address
re0 192.168.10.6/24
Nameserver: 192.168.10.1
Default route: 192.168.10.1
The problem there is I cannot ping anymore any external site. However the DNS works because it resolve the address (like the below example).
Code:
nas# ping google.it PING google.it (209.85.148.103): 56 data bytes --- google.it ping statistics --- 1 packets transmitted, 0 packets received, 100.0% packet loss nas# ping 209.85.148.103 PING 209.85.148.103 (209.85.148.103): 56 data bytes --- 209.85.148.103 ping statistics --- 3 packets transmitted, 0 packets received, 100.0% packet loss
Now the problem is, why with DHCP works, what I miss?