Page MenuHomePhabricator

ores-beta lacking a firewall rule to allow port 8081
Closed, ResolvedPublic

Description

This prevents our web proxy from working. I worked around by running iptables, but seems that I lost some important puppet role. I explicitly applied profile::ores::web, which includes a ferm declaration that should have done the job, but it did not.

Event Timeline

Workaround to apply every boot until this is resolved:

iptables -A INPUT -p tcp --dport 8081 -j ACCEPT

Weird punchline... I added another of the production roles cos we think there are messy interdependencies, and after rebooting, the result was *no* iptables firewall. That's bizarre but fine for now.

Vvjjkkii renamed this task from ores-beta lacking a firewall rule to allow port 8081 to o1caaaaaaa.Jul 1 2018, 1:10 AM
Vvjjkkii triaged this task as High priority.
Vvjjkkii updated the task description. (Show Details)
Vvjjkkii removed a subscriber: Aklapper.
CommunityTechBot renamed this task from o1caaaaaaa to ores-beta lacking a firewall rule to allow port 8081.Jul 2 2018, 4:14 PM
CommunityTechBot raised the priority of this task from High to Needs Triage.
CommunityTechBot updated the task description. (Show Details)
CommunityTechBot added a subscriber: Aklapper.
Ladsgroup moved this task from Parked to Completed on the Machine-Learning-Team (Active Tasks) board.

I just added web security group to the node in horizon which opens the ports from 8000 - 8100