[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]

conserver (22474): ERROR: [trfw01a] connect(5): No route to host: forcing down

Stout, Brandon brandon@49ers.com
Tue, 9 Apr 2013 22:37:07 GMT


does anyone know what this error means?

conserver (22203): ERROR: [trfw01a] connect(5): No route to host: forcing down

I am not sure if this is something internal to related to the application or if it has to do with DNS or something along those lines. 

Here is my conserver.cf

default cyclades        { type host; portbase 7000; portinc 1; }

break 1 { string "\z"; }
break 2 { string "\r\d~\d^b"; delay 600; }
break 3 { string "#."; }
break 4 { string "+\d+\d+"; delay 300; }
break 5 { string "\033c"; }

default * {
logfile /var/log/consoles/&;
timestamp 1hab;
rw *;
include full;
master localhost;
}

default cons01 {
include cyclades;
host cons01.fqdn.com;
}

console trfw01a { include cons01; port 2; }


access * {
        trusted 127.0.0.1;
        allowed 10.0.0.0/8;
}