[libvirt-users] Forward port 4444 to a static-IP VM

11 May
2012
11 May
'12
12:08 a.m.
I'm attempting to set up a selenium grid on virtual machines. The default NAT is good enough for almost everything, but I need to be able to send my hub VM requests on port 4444. I've attempted to get this going by adding the following to my iptables firewall: -t nat -A PREROUTING -p tcp --dport 4444 -j DNAT --to-destination 192.168.122.107:4444 -t filter -A FORWARD -m state -d 192.168.122.107 --state NEW,RELATED,ESTABLISHED -j ACCEPT And...it's not working. I can hit the port and make requests from the host. Help, please? Thanks! sean
4871
Age (days ago)
4871
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sean Abbott