No Internet access to LAN2
-
OK, everything is back to the way it was before.
However, I set up a TunnelBroker.net IPV6 account…
I followed the walk trough and now the server even gets a valid V6 but still no access :/Rules are to allow any IPv4 and IPv6 from and to WAN
-
To the server or from it? Can you ping the LAN2 interface from the server?
Steve
-
OK, everything is back to the way it was before.
However, I set up a TunnelBroker.net IPV6 account…
I followed the walk trough and now the server even gets a valid V6 but still no access :/Rules are to allow any IPv4 and IPv6 from and to WAN
Sounds similar to the issue I'm having:
http://forum.pfsense.org/index.php/topic,50500.0.html -
I can ping the server From my Laptop (LAN) and from the pfbox.
From the server I can ping my Laptop (LAN), the pfbox and the WAN.Yet my server still displays the "No Internet Connection" warning
-
Ah well now we're getting somewhere!
So you can ping between subnets in both directions. This implies pfSense is correctly routing packets and that the firewall is not blocking traffic, locally at least. If it were blocking due to the default rule it would show in the firewall logs.What is the result of attempting to ping, say, google.com from the server?
The problem is either no dns service or no route to 'the internet'.
Possibly the DHCP server on LAN2 not giving the correct value or NAT not working correctly (it's definitely not set to manual?).Alternatively the "No Internet Connection" warning could be incorrect for some other bizarre reason. ;)
Steve
-
OK…
cannot ping anything outside of the network at all.
Pinging Google and Yahoo gives me the following message:
"Ping Request could not find host google.com. Please check name and try again"Checked NAT and its set to Auto.
DHCP is dissabled on SERVER as I'm running static IP -
Ok, looks like DNS not working.
What have you set as DNS servers on your server?Steve
-
Remote Desktop Connection is working BTW…
So i have access from LAN1 to SERVERDNS SERVERS:
IPv4 :
127.0.0.1
64.59.184.13
64.59.184.15
64.59.190.242
8.8.8.8
8.8.4.4
4.2.2.2
64.102.255.44IPv6 :
2001:4860:4860::8888
2001:4860:4860::8844 -
Looks comprehensive!
So perhaps the server has no route to the dns servers. Can it ping 8.8.8.8?
What OS server is it by the way?What does it have as a gateway?
You could add the address of the LAN2 interface as a DNS server. That will probably allow DNS to work but it will still have no route to the resulting IPs.
The server should be using the LAN interface address as a gateway.Steve
-
I can ping all of the Google DNS Servers.
Server is HP Proliant DL580 G4
Quad 3.6Ghz DC w/ 64GB
Running 2K8 DatacenterI have 3 more exact servers arriving in the next few days along with 4 PCIe Mellanox cards.
The Idea is to set them up as a cluster.Anywho…
Apparently it didn't want to use the DNS servers untill i supplied it for them in the IPv4 config.Thanks Steve for all your help