<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Sport On Laptops</title><link>http://www.bing.com:80/search?q=Sport+On+Laptops</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Sport On Laptops</title><link>http://www.bing.com:80/search?q=Sport+On+Laptops</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>Wichita Sports Forum | Indoor Sports &amp; Adventure</title><link>https://wichitasportsforum.com/</link><description>Wichita's largest indoor sports and adventure facility. Trampolines, basketball, volleyball, parties and events all under one roof.</description><pubDate>Tue, 05 May 2026 14:18:00 GMT</pubDate></item><item><title>linux - iptables error: unknown option --dport - Server Fault</title><link>https://serverfault.com/questions/563033/iptables-error-unknown-option-dport</link><description>First give a -p option like -p tcp or -p udp. Examples: iptables -A INPUT -p tcp --dport 22 -m state --state NEW -j DROP iptables -A INPUT -p udp --dport 53 --sport 1024:65535 -j ACCEPT You could also try -p all but I've never done that and don't find too much support for it in the examples.</description><pubDate>Tue, 05 May 2026 06:47:00 GMT</pubDate></item><item><title>What port should I open to allow remote desktop? - Server Fault</title><link>https://serverfault.com/questions/12005/what-port-should-i-open-to-allow-remote-desktop</link><description>@BrianZ This is Windows 7/8/10 and to get there, just open Start Menu search for "Firewall" and click on "Advanced Settings" on the left-side panel, click on Inbound Rules on left-side panel and on the main panel find Remote Desktop - User Mode (TCP-In) and Remote Desktop - User Mode (UDP-In) and Allow edge traversal for both of them.</description><pubDate>Sun, 03 May 2026 21:08:00 GMT</pubDate></item><item><title>What is the correct way to open a range of ports in iptables</title><link>https://serverfault.com/questions/594835/what-is-the-correct-way-to-open-a-range-of-ports-in-iptables</link><description>What you've been told is right, although you've written it wrong (you've forgotten --dport). iptables -A INPUT -p tcp --dport 1000:2000 will open up inbound traffic to TCP ports 1000 to 2000 inclusive. -m multiport --dports is only needed if the range you want to open is not continuous, eg -m multiport --dports 80,443, which will open up HTTP and HTTPS only - not the ones in between. Note that ...</description><pubDate>Thu, 30 Apr 2026 00:48:00 GMT</pubDate></item><item><title>ubuntu - Iptables allow DNS resolution - Server Fault</title><link>https://serverfault.com/questions/1119981/iptables-allow-dns-resolution</link><description>At first glance you're only allowing DNS responses to be received and don't create any DNS related rules in the OUTPUT chain to actually allow sending DNS queries out. You current rules: #DNS resolution input and output iptables -A INPUT -p udp --dport 53 -d 8.8.8.8,8.8.4.4 -j ACCEPT ^^^^^ iptables -A INPUT -p udp --sport 53 -s 8.8.8.8,8.8.4.4 -j ACCEPT ^^^^^ Additionally, DNS can also use TCP ...</description><pubDate>Mon, 04 May 2026 07:59:00 GMT</pubDate></item><item><title>How to match port range using u32 filter - Server Fault</title><link>https://serverfault.com/questions/231880/how-to-match-port-range-using-u32-filter</link><description>with "u32 match ip sport 80" in Linux tc I can match port 80, but how can I match a port range 10000 - 20000 ?</description><pubDate>Thu, 30 Apr 2026 16:25:00 GMT</pubDate></item><item><title>Route all traffic through Wireguard peer - Server Fault</title><link>https://serverfault.com/questions/1074729/route-all-traffic-through-wireguard-peer</link><description>I'm unable to comment due to too-low reputation, but I came across this post when trying to accomplish a similar goal. It's not entirely clear if the OP would prefer to keep local traffic local (i.e. accessing a network printer) or if the setup actually wishes to send ALL traffic to Wireguard. If trying to achieve the former, see How do I route all public traffic through Wireguard but not ...</description><pubDate>Tue, 05 May 2026 04:09:00 GMT</pubDate></item><item><title>nat - iptables: How to forward UDP and TCP port to server behind ...</title><link>https://serverfault.com/questions/1125374/iptables-how-to-forward-udp-and-tcp-port-to-server-behind-wireguard-vpn-connect</link><description>See your rule table to understand how the outgoing packets are routed at the home server. wg-quick will add some rules. ip rule show For me, I had to remove some rules generated by wg-quick (that makes it forward all the packets to wg) and then add rules that forward the required ports. You can see the wg table# from above command. ip -4 rule add sport 80 table XXXXX ip -4 rule add sport 443 ...</description><pubDate>Thu, 23 Apr 2026 01:17:00 GMT</pubDate></item><item><title>linux - nftables rules can't ping to other server - Server Fault</title><link>https://serverfault.com/questions/1152217/nftables-rules-cant-ping-to-other-server</link><description>This can't be fixed with a stateless firewall without voiding the security the firewall is supposed to provide. One can't just add: udp sport 53 accept + tcp sport { 53, 443 } accept to allow DNS replies and HTTPS replies to work, because then any remote attack can use such source ports to access any ports and thus services on the VPS system.</description><pubDate>Tue, 05 May 2026 05:49:00 GMT</pubDate></item><item><title>linux - How can I port forward with iptables? - Server Fault</title><link>https://serverfault.com/questions/140622/how-can-i-port-forward-with-iptables</link><description>How about this: I'm a programmer trying to set up an environment so I can debug my server application in eclipse being called from the innernet. Close enough?</description><pubDate>Fri, 01 May 2026 20:06:00 GMT</pubDate></item></channel></rss>