Closed Bug 755166 Opened 13 years ago Closed 13 years ago

Community VLAN20 should be able to reach Labs VLAN21

Categories

(Infrastructure & Operations Graveyard :: NetOps: DC ACL Request, task)

task
Not set
normal

Tracking

(Not tracked)

VERIFIED WORKSFORME

People

(Reporter: gozer, Assigned: ravi)

References

Details

Both these VLANs are somewhat public VLANS, at least VLAN22 in labs is meant to be treated as DMZ/Public facing. It looks like hosts in the comunity network (VLAN20) currently can't reach anything in there. For instance, https://heatmap.mozillalabs.com/. VLAN20 should have the same access privileges into VLAN22 as the rest of the internet.
Labs public VLAN is 21, not 22, corrected.
Summary: Community VLAN20 should be able to reach Labs VLAN22 → Community VLAN20 should be able to reach Labs VLAN21
Assignee: network-operations → ravi
Noted. I've created a global policy, public-labs, for inbound flows to labs that covers the community zone and internet.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Doesn't seem to work. I've tried from sb-win32-tobx (63.245.223.20)(community vlan) to telnet to 63.245.223.165(labs public vlan) port 80, and it just times out. ICMP doesn't work either.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Blocks: 756116
Ravi, any updates on this? This blocks getting a new Lightning beta build out of the door.
No longer blocks: 756116
(In reply to Philippe M. Chiasson (:gozer) from comment #0) [...] > VLAN20 should have the same access privileges into VLAN22 as the rest of the > internet. The request was completed as requested. I'm able to connect from jump1. Make sure your netmask is a /25 (255.255.255.128). [root@jump1.community.scl3 ~]# nc -vz 63.245.223.165 80 Connection to 63.245.223.165 80 port [tcp/http] succeeded! ravi@fw1.scl3# show security policies from-zone untrust to-zone labs apply-groups [ public-labs global-policies global-deny ]; apply-groups-except global-policies; {primary:node0}[edit] ravi@fw1.scl3# show security policies from-zone community to-zone labs apply-groups [ public-labs global-policies global-deny ]; apply-groups-except global-policies;
Status: REOPENED → RESOLVED
Closed: 13 years ago13 years ago
Resolution: --- → WORKSFORME
Port 80 works for me too, but port 22 gives me Connection timed out. I don't know if the master just doesn't have ssh running or if its a policy issue.
Because ssh was never, to my knowledge, asked for. Here are the policies and their respective bugs. from-zone <*> to-zone labs { /* 739761,748018,755166 */ policy smtp { /* 739761,748018,755166 */ policy http { /* 739761,748018,755166 */ policy https { /* 739761,748018,755166 */ policy ping {
Ok, sorry, I wasn't aware. I'll check with gozer for more bugs, as I will need to ssh from jump1 to the master for admin work.
Status: RESOLVED → VERIFIED
(In reply to Philipp Kewisch [:Fallen] (away until May 28th) from comment #8) > Ok, sorry, I wasn't aware. I'll check with gozer for more bugs, as I will > need to ssh from jump1 to the master for admin work. Don't worry about that, the access path to the master will be different for you.
Bingo, it was the win32 box that had the wrong netmask. Fixed now.
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.