[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] IPTABLES on Xen
Hi, please change sport to dport iptables -A INPUT -p TCP -m tcp --sport 22 -j ACCEPT to iptables -A INPUT -p TCP -m tcp --dport 22 -j ACCEPT to make it work. please use iptables-save to list your settings Best regards, Udo Attila Fischer Attachment:
smime.p7s _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |