landrush icon indicating copy to clipboard operation
landrush copied to clipboard

Bad argument `53' error on starting VM (centos 5.8)

Open hajee opened this issue 10 years ago • 0 comments

I get an error Bad Argument error

The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

iptables -C OUTPUT -t nat -p tcp -d  --dport 53 -j DNAT --to-destination 10.0.2.2:10053 2> /dev/null || iptables -A OUTPUT -t nat -p tcp -d  --dport 53 -j DNAT --to-destination 10.0.2.2:10053

Stdout from the command:

Bad argument `53'

Stderr from the command:

Try `iptables -h' or 'iptables --help' for more information.

I'm using vagrant 1.6.3 and a centos 5.8 box. Any suggestions?

Regards,

Bert

hajee avatar Aug 21 '14 19:08 hajee