Closed
Bug 784753
Opened 13 years ago
Closed 13 years ago
open flow for memcache in HCI
Categories
(Infrastructure & Operations Graveyard :: NetOps: DC ACL Request, task)
Infrastructure & Operations Graveyard
NetOps: DC ACL Request
x86_64
Linux
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jd, Assigned: cransom)
Details
Hi,
I need a flow open from the intranet dev and stage web servers in HCI to the memcache servers in HCI
From:
intranet1.dev.webapp.phx1.mozilla.com (10.8.81.16)
intranet1.stage.webapp.phx1.mozilla.com (10.8.81.17)
To:
memcache1.webapp.corp.phx1.mozilla.com (10.20.81.30)
memcache2.webapp.corp.phx1.mozilla.com (10.20.81.31)
Port:
11211
Thanks
| Assignee | ||
Updated•13 years ago
|
Assignee: network-operations → cransom
| Assignee | ||
Comment 1•13 years ago
|
||
0beast:~/src/trigger% ssh intranet1.dev.webapp.phx1 nc -vz 10.20.81.30 11211
Connection to 10.20.81.30 11211 port [tcp/memcache] succeeded!
0beast:~/src/trigger% ssh intranet1.dev.webapp.phx1 nc -vz 10.20.81.31 11211
Connection to 10.20.81.31 11211 port [tcp/memcache] succeeded!
0beast:~/src/trigger% ssh intranet1.stage.webapp.phx1 nc -vz 10.20.81.31 11211
Connection to 10.20.81.31 11211 port [tcp/memcache] succeeded!
0beast:~/src/trigger% ssh intranet1.stage.webapp.phx1 nc -vz 10.20.81.30 11211
Connection to 10.20.81.30 11211 port [tcp/memcache] succeeded!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Infrastructure & Operations
Updated•3 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•