Can anyone see any errors in this scripts Iptables says Invalid target iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE iptables -A FORWARD -i eth0 -o virbr0 -m state --state RELATED,ESTABLISHED -j ACCEPT iptables -A FORWARD -i virbr0 -o eth0 -j ACCEPT
On 04/26/2011 10:19 AM, mattias wrote:> Can anyone see any errors in this scripts > Iptables says > Invalid target > iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE > iptables -A FORWARD -i eth0 -o virbr0 -m state --state RELATED,ESTABLISHED > -j ACCEPT > iptables -A FORWARD -i virbr0 -o eth0 -j ACCEPTCheck the file for possible CRLF line terminators. -- Bob Nichols "NOSPAM" is really part of my email address. Do NOT delete it.
Reasonably Related Threads
- Setting up port forwarding to guests on nat network
- Redhat vs centos vs ubuntu
- inquiry about differences between the tap and the vnet in the virt-manager
- fedora 19 + libvirt-1.0.5.9 routing problems
- Inconsistent iptables forwarding rules for virtual networks?