jeff.h
Guru
- Joined
- Dec 1, 2010
- Messages
- 502
- Reaction score
- 71
Installed Travelinman 3 per Ward's tutorial and I can't get it to resolve FQDNs. I've tried this on a couple different machines and I get the same result.
It worked Friday night when I did it on one machine, but now it is not working on any others that I try.
When I run ./add-fqdn NAME name.ip.com (sanitized) then select any combination of the service options I get...
The following iptables rules now are in effect for name.ip.com: .
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
If I cat /root/NAME.iptables I just get ip.name.com and no IP address.
If I ping the FQDN from the CLI it resolves and pings just fine.
I edited ipchecker with account[0]=NAME.iptables and when I run it I get...
./ipchecker: line 33: dig: command not found
Ooops. We gotta a DIG fail problem. Forcing a match on IP to avoid disaster.
Account NAME.iptables OK
It worked Friday night when I did it on one machine, but now it is not working on any others that I try.
When I run ./add-fqdn NAME name.ip.com (sanitized) then select any combination of the service options I get...
The following iptables rules now are in effect for name.ip.com: .
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
If I cat /root/NAME.iptables I just get ip.name.com and no IP address.
If I ping the FQDN from the CLI it resolves and pings just fine.
I edited ipchecker with account[0]=NAME.iptables and when I run it I get...
./ipchecker: line 33: dig: command not found
Ooops. We gotta a DIG fail problem. Forcing a match on IP to avoid disaster.
Account NAME.iptables OK