Closed
Bug 759623
Opened 13 years ago
Closed 13 years ago
Network flow from db-backup1.ops.phx1 to dm-sumotools01.mozilla.org for database dump copy
Categories
(Infrastructure & Operations Graveyard :: NetOps: DC ACL Request, task)
Infrastructure & Operations Graveyard
NetOps: DC ACL Request
x86
macOS
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mpressman, Assigned: cransom)
Details
We need rsync and ssh opened from 10.8.75.49 <==> 10.22.81.131
This is to provide database dumps from the mysql backup server to the sumo development machine
Assignee | ||
Comment 1•13 years ago
|
||
can you extrapolate on <==>? is this db-backup1 accessing 10.22.81.131 on ports ssh and rsync?
Assignee: network-operations → cransom
Reporter | ||
Comment 2•13 years ago
|
||
Sorry, I meant that it would need to go both ways db-backup1 accessing 10.22.81.131 and 10.22.81.131 being able to access db-backup1 both using the ssh and rsync protocol
Assignee | ||
Comment 3•13 years ago
|
||
-bash-3.2$ nc -vz 10.8.75.49 873
nc: connect to 10.8.75.49 port 873 (tcp) failed: Connection refused
-bash-3.2$ nc -vz 10.8.75.49 22
Connection to 10.8.75.49 22 port [tcp/ssh] succeeded!
-bash-3.2$
[cransom@db-backup1.ops.phx1 ~]$ nc -vz 10.22.81.131 22
Connection to 10.22.81.131 22 port [tcp/ssh] succeeded!
[cransom@db-backup1.ops.phx1 ~]$ nc -vz 10.22.81.131 873
nc: connect to 10.22.81.131 port 873 (tcp) failed: Connection refused
all set, other than rsync not running on these hosts.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Infrastructure & Operations
Updated•2 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
•