This is literally my second day working with a Vyatta firewall so forgive my stupid questions.
I have a website that used to work and now it's putting out this error:
Error 7 (net::ERR_TIMED_OUT): The operation timed out.
By IP address or domain name. I get the same error.
The web server is on a remote network and is up and has no errors. I can browse to the website on the local network no problem.
The Vyatta firewall seems to be the issue.
Version: VSE6.1-2010.08.20
What I believe to be the relevant part of the configuration:
interfaces {
ethernet eth0 {
address xxx.xx.xx.125/28
duplex auto
hw-id 00:xx:xx:xx:xx:xx
smp_affinity auto
speed auto
}
ethernet eth1 {
address 10.94.62.125/24
duplex auto
hw-id 00:xx:xx:xx:xx:xx
smp_affinity auto
speed auto
}
loopback lo {
}
}
service {
dns {
forwarding {
cache-size 150
listen-on eth1
name-server xxx.xx.xx.xx
name-server xxx.xx.xx.xx
}
}
nat {
rule 20 {
destination {
address xxx.xx.xx.117
}
inbound-interface eth0
inside-address {
address 10.94.62.100
}
protocol all
type destination
}
Firewall:
rule 400 {
action accept
destination {
address 10.94.62.100
port http,ssh
}
protocol tcp
source {
address 0.0.0.0/0
}
state {
established enable
new enable
related enable
}
Any help trying to troubleshoot this issue would be greatly appreciated.
Thanks
Our community of experts have been thoroughly vetted for their expertise and industry experience.