问题标签 [firewall-access]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
teamcity - 如何配置 TeamCity 服务器以从本地网络/域上的其他计算机访问?
我已经在服务器机器上安装了 TeamCity,但我想从其他机器上管理它。我应该如何进行?
所有机器都在本地网络和域上。
android - 如何在我的设备处于 Wi-Fi 的特定范围内时限制我的移动应用程序。我想在 Android 中制作声波墙或防火墙之类的应用程序?
每当设备在我的 wifi 网络范围内时,我想限制应用程序的使用。有时我的应用程序将自动启动并且它应该始终在我的 wifi 范围内运行,没有人能够禁用或关闭/杀死应用程序,只有应用程序管理员可以这样做。应用程序将检查范围内可用的无线网络,并在范围内立即连接到网络。人将无法关闭 wifi 或连接到任何其他网络。当设备在我的 wifi 范围内时,应用程序将受到限制,只能使用允许的应用程序。假设我们可以限制在我的 wifi 范围内使用相机,并且当设备超出我的 wifi 范围时,相机的使用将不受限制。当设备超出我的 wifi 范围时,人们可以不受任何限制地使用他们的设备。这就像 sonicwall 或防火墙在 windows 的 Internet Explorer 中可以做的一样。
oracle11g - Oracle 配置以保持防火墙打开以处理耗时的数据库事务
我有一个在 WAS 上运行的 EAR 应用程序并连接到 oracle db 以运行存储过程。
现在存储过程需要很长时间才能运行。因此,WAS 和 oracle 服务器之间的防火墙在 30 分钟后关闭。是否有允许防火墙保持打开状态的 oracle 配置?在这里增加超时不是一个选项。
c# - Adding an application firewall rule to both private and public networks via win7 FirewallAPI
A little background: Basicaly I'd like to add a program firewall access rule to both private and public networks.
I used to use this- "netsh firewall add allowedprogram program= "Path.." name=AppName ENABLE scope=ALL profile=CURRENT"
But now I'd like to automate the proccess a little using a COM object. Found this shiny piece of code - http://web.archive.org/web/20070707110141/http://www.dot.net.nz/Default.aspx?tabid=42&mid=404&ctl=Details&ItemID=8
And after implementing the class I've been trying to use- FirewallHelper.Instance.GrantAuthorization(@"Path... ","AppName ",NET_FW_SCOPE_.NET_FW_SCOPE_ALL,NET_FW_IP_VERSION_.NET_FW_IP_VERSION_ANY);
The problem I'm facing is that the GrantAuthorization method will only add a rule for the public OR private network whereas my old netsh command would 2 rules for- 1 for each network.
The commands actually seems very similar so it is kinda buffling to me.
So... how to add both network rules?
Shaun
paypal - 贝宝 IPN 脚本被调用和关闭 - 可能缺少防火墙的 IP 地址
过去几天,一些交易失败,因为没有调用 IPN 脚本来完成和验证交易。
有些通过,有些不通过。
要么是 PayPal 的后端有问题,要么我没有在防火墙中列出所有 IP 地址以允许访问服务器。
即时通知脚本使用的 IP 范围或 IP 地址列表究竟是什么。
我正在使用产品网络支付标准。
谢谢你提供的所有帮助。
关于大卫 j。
c# - 如何让我的程序请求防火墙权限
如何使我的桌面应用程序使用户防火墙(我正在寻找一个可以与用户可能安装的任何防火墙一起使用的答案)弹出这些问题,例如“这个程序希望访问互联网你想要允许它?” 我正在尝试制作游戏(井字游戏,因为这是我的第一个游戏),并且我正在使用 WPF 和 TCP(TcpListener 和 TcpClient)。
这个想法是一个播放器将托管服务器和客户端,而另一台 PC 上的另一个播放器将只运行一个客户端。
我还没有完全弄清楚如何绕过 NAT,所以我只是断开我的路由器并将我的 PC 直接连接到我的调制解调器以测试服务器。我必须对另一台计算机(仅运行客户端的计算机)执行相同操作,并且我还必须禁用我的 McAfee 防火墙,因为它会静默阻止客户端尝试连接到我的 TcpListener。
我已经检查过这个东西: 具有高级安全接口的 Windows 防火墙
但我不确定这是否是我解决问题的方式(看起来它只是关于 Windows 防火墙)以及我必须做些什么来解决它。
tomcat - Web server firewall access & Browser unsecure content warning
We have a couple of internal applications behind firewall which is not accessible to internet. We are trying to setup an internet accessible portal (which can also access our internal applications) and trying to provide menus to these two applications and display them via iframes.
Here are the application details:
Portal - Tomcat+Apache
Internal Applications - one is a node.js app and the other is a J2ee+tomcat app
Host servers - different for all the three applications
We are facing two issues here:
1) The internet accessible portal is secured (HTTPS). But, the internal applications are not secured ie.,HTTP. so, the browser shows the warning message "some of the content are unsecured" and blocks the application. Is there a programmatic way to suppress this warning without manually changing the browser settings?
2) The internal applications are behing the firewall, but our portal is internet accessible as well as can access the internal applications. Currently the application is not displayed through internet. How should we implement the portal so that we can byepass the firewall?
Appreciate your inputs.
python - python脚本绕过本地传出防火墙的透明解决方案
问题是:我确实有几个 python 包确实有 unittest 需要访问不同的在线服务才能运行,比如连接到 postgresql 数据库或 LDAP/AD 服务器。
在许多情况下,这些不会成功执行,因为本地网络有防火墙,只允许基本的传出流量在 22、80、443、8080 和 8443 等端口上。
我知道您首先想到的是:构建一个 VPN。这不是我正在寻找的解决方案,这是由于两个重要问题:会影响在同一台机器上运行的其他软件,可能会破坏它们。
我想到的另一个解决方案是 SSH 端口转发,我成功使用了它,但这也很难配置,更糟糕的是,它确实需要我重新配置 python 脚本尝试连接的地址,我不想走这条路。
我正在寻找一种可以像这样工作的解决方案:
- 检测是否有防火墙阻止您的访问
- 设置绕过策略(代理?)
- 运行脚本
- 恢复设置。
有没有办法以透明的方式设置它,不需要我对执行的脚本/应用程序进行更改?
google-analytics - 我们可以对内部网站使用谷歌分析吗?
我有一个可从公司防火墙内访问的 Intranet 应用程序。为了跟踪某些特定页面,我想在我的 Intranet 应用程序中实现 Google Analytics。仅当用户系统安装了某些特定证书时,才能从外部访问此应用程序。是否可以在我的 Intranet 应用程序中实施 Google Analytics?这个谷歌分析会在公司防火墙内工作吗?谷歌分析是如何工作的,即谷歌分析的实际流程是什么?
macos - Nginx 和 Tomcat 的 Mac 端口问题
将 Nginx 配置为在 mac 上的 9090 端口上与 Tomcat 交互。
在 localhost 上查询时,此配置有效。从外部连接时无法工作,直到防火墙被禁用。
我有防火墙配置,如下所示,用于转发到端口 8080 和 8443
请求 domain.com --> 443 --> nginx on 8443 --> Tomcat 9090
边注:
domain.com --> 80 --> 重定向到 443,然后重定向到 8443 上的 nginx --> Tomcat 9090
iOS 防火墙 IPFW发送从80到8080和443到8443的所有内容
Nginx在8080和8443上运行
Nginx将所有内容从8080重定向到8443。8443 上的 Nginx 通过 9090 与 Tomcat 通信。
Tomcat在9090上
路由器配置为允许访问端口80和443,
所以问题是,我需要在 mac 上更改什么来解锁防火墙以获得成功响应。