firewall

Failed to connect to backoff(async(tcp://ip:5044)): dial tcp ip:5044: i/o timeout

我只是一个虾纸丫 提交于 2019-12-08 11:19:08
问题 Filebeat is running on Machine B which read logs and push to ELK logstash on Machine A. But in the Machine B filebeat log, it shows the error i/o timeout 2019-08-24T12:13:10.065+0800 ERROR pipeline/output.go:100 Failed to connect to backoff(async(tcp://example.com:5044)): dial tcp xx.xx.xx.xx:5044: i/o timeout 2019-08-24T12:13:10.065+0800 INFO pipeline/output.go:93 Attempting to reconnect to backoff(async(tcp://example.com:5044)) with 1 reconnect attempt(s) I've check the logstash on Machine

How to filter/sniff out web pages according to data(text) contained?

断了今生、忘了曾经 提交于 2019-12-08 05:37:42
I am looking for information useful for my little project that allows me to sniff web page received from a web server and before it appear in the browser I will test the content (text),then according to this test,my program blocks(or redirects) the page in case the test is false... I found a very complete library is scapy , he can sniff and forge all the traffic including http replies.. I found someone looking to do similar things , but the response suggested to develop a proxy.. my question is: Is what it takes make a proxy? or just scapy Smarty, To answer your question yes you can do this

Java RMI and netstat output

帅比萌擦擦* 提交于 2019-12-08 04:54:29
I'm trying to make my RMI service work across a Firewall. I followed instructions in this answer to run both RMI Registry and my RMI service on port 1099, yet, I'm seeing different port numbers being opened on RMI client and server when I do netstat . [user@machine] ~ $ netstat -ant | grep 1099 tcp6 0 0 :::1099 :::* LISTEN tcp6 0 0 10.1.1.1:1099 10.1.1.2:33400 ESTABLISHED tcp6 0 0 10.1.1.1:1099 10.1.1.1:33378 ESTABLISHED tcp6 0 0 10.1.1.1:33408 10.1.1.1:1099 ESTABLISHED tcp6 0 0 10.1.1.1:1099 10.1.1.1:33408 ESTABLISHED tcp6 0 0 10.1.1.1:46866 10.1.1.2:1099 ESTABLISHED tcp6 0 0 10.1.1.1:1099 10

Java RMI and netstat output

做~自己de王妃 提交于 2019-12-08 04:42:52
问题 I'm trying to make my RMI service work across a Firewall. I followed instructions in this answer to run both RMI Registry and my RMI service on port 1099, yet, I'm seeing different port numbers being opened on RMI client and server when I do netstat . [user@machine] ~ $ netstat -ant | grep 1099 tcp6 0 0 :::1099 :::* LISTEN tcp6 0 0 10.1.1.1:1099 10.1.1.2:33400 ESTABLISHED tcp6 0 0 10.1.1.1:1099 10.1.1.1:33378 ESTABLISHED tcp6 0 0 10.1.1.1:33408 10.1.1.1:1099 ESTABLISHED tcp6 0 0 10.1.1.1:1099

Firewall impeding Bonjour network debugging

白昼怎懂夜的黑 提交于 2019-12-08 04:18:36
问题 I’m trying to debug a Bonjour network routine, and every time I run it, the Mac’s firewall asks “Do you want the application ProjectName to accept incoming network connections?” I click “allow,” give it the administrator name and password, and the app is duly added to the firewall’s list of allowed incoming-connections apps…until the next run. Debugging this sync routine is cumbersome as it is. It’s really a nuisance having to type in the admin and password for every run. Of course I could

How to avoid client firewall closing connection because inactivity while processing data on Grails

痴心易碎 提交于 2019-12-08 04:04:00
问题 I have one Grails working on the server on Tomcat. This app is an web interface to export information from the MySQL server. This information can be exported depending on the selection that you did, but takes some time. The biggest part or process is around 40min. This is the time that it needs to export all the information from the database and return to user compressed in one zip file. Everything is working correctly but we have a problem with one client. They have some kind of proxy

Python Firewall for Windows?

喜夏-厌秋 提交于 2019-12-08 01:25:55
问题 I want to write a tiny custom firewall for windows, in python. I would be very glad if someone can point me in the right direction to achieve this. I would like to have block/unblock IP and Port. 来源: https://stackoverflow.com/questions/4064561/python-firewall-for-windows

Opening open GCE firewall on elasticsearch instances for external connection

前提是你 提交于 2019-12-08 00:40:54
问题 I've just created a elasticsearch cluster in GCE using "Click to Deploy", but I can only access it by using a tunnel. This is not a choice in my case, since there are other developers that I don't want to give gcloud access to. I would like to open port 9200 for elasticsearch so they could just connect to it by IP address and not with tunnel. How can I achieve this? 回答1: Open port 9200 in your GCE firewall for the elasticsearch instances. elasticsearch instances created by "Click to Deploy"

enable firewall port 22 on ec2 server after disable it

筅森魡賤 提交于 2019-12-07 17:35:47
问题 Step error: 1. sudo ufw enable 2. Command may disrupt existing ssh connections. Proceed with operation (y|n)? y 3. exit Before ssh again and can not access. On Security Group, port 22 is opening But firewall disable port 22. How to access server again? 回答1: You could use the following simplest way (user-data) to turn off the ufw then access the instance and edit your firewall. stop the instance Edit the user data to disable the ufw once and let you access the instance start the instance

What firewall ports do I need to open to allow Sinch and WebRTC to work?

扶醉桌前 提交于 2019-12-07 13:30:50
问题 Sinch has been working just great over the internet and various NATed networks. But I've just tried the device behind an enterprise firewall, and suddenly we can't make calls. More specifically devices can call each other, but the moment onCallEstablished is called (audio streams are connected), the calls drop out. No audio from the remote end is ever heard. It definitely only happens on this particular network. I'm assuming that this is a firewall issue, but have no idea what ports we need