| Issue 18: | firewall rules on gserve033.lis.illinois.edu | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Dan, Can you modify the iptables rules on gserve033.lis.illinois.edu so that cloud.cs.illinois.edu can connect to the mysql running on this box. Alejandro is running scripts on the cloud to download jamendo track database. I added iptables -I INPUT 3 -i eth0 -p udp --dport mysql -s 128.174.252.0/23 -j ACCEPT and iptables -I INPUT 3 -i eth0 -p tcp --dport mysql -s 128.174.252.0/23 -j ACCEPT But no luck. Thanks Amit
Jan 23, 2010
Project Member
#1
kumarami...@gmail.com
Owner:
dtwright
Jan 23, 2010
I added a rule to /etc/sysconfig/iptables and restarted the firewall - it should be working now. FYI, eth1 is the outside world interface, not eth0.
Jan 25, 2010
I had to also add a rule for cn*.cs.illinois.edu, since they are on a different subnet than the cloud frontend.
Feb 9, 2010
Closing this issue
Status:
Verified
Cc: -agutie01 -dtwright |