Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
forwarding
- Page 1
Re: Port Forwarding
Hardware and Software
Linux and Unix
15 Years Ago
by jen140
….neigh.vboxnet0.base_reachable_time_ms = 30000 net.ipv4.conf.all.
forwarding
= 1 net.ipv4.conf.all.mc_forwarding = 0 ….conf.all.promote_secondaries = 0 net.ipv4.conf.default.
forwarding
= 1 net.ipv4.conf.default.mc_forwarding = 0 ….conf.tun0.promote_secondaries = 0 net.ipv4.conf.vboxnet0.
forwarding
= 1 net.ipv4.conf.vboxnet0.mc_forwarding = 0 …
port forwarding in Python
Programming
Software Development
18 Years Ago
by katharnakh
…find possible solution, I found, I have to use port
forwarding
using SSH command, and I am using WinXP. But …not there in Windows. I used PLINK command for port
forwarding
. I was able to connect to MySQL on remote … displayed? following is the code I run to port
forwarding
(local port
forwarding
) [code]import os os.system("plink -v -…
Port Forwarding doesn't work. Tried 2 routers DGL-4100 & RT-N56U
Hardware and Software
Networking
13 Years Ago
by g3nX
Hello, I am having trouble
forwarding
ports. I am using Asus RT-N56U router. Tried to … is off. Don't have any other. I also tried
forwarding
ports on my older router DGL-4100, but no luck…? I am using nod32 and Malwarebytes, but when I try
forwarding
I disable them both. Also, my ISP is OOP and…
Re: port forwarding
Hardware and Software
Networking
12 Years Ago
by JorgeM
…for the instructions on how to set up port
forwarding
. Pictures included. To give you some background on …and inaccessible by Internet hosts. You can use port
forwarding
to get those packets from the public Internet into your…on a certain port. Your router will use the port
forwarding
configuration to take that packet and "forward"…
Port forwarding related question
Hardware and Software
Networking
10 Years Ago
by patkim
Hi to all, I have a question about port
forwarding
& VPN. Just recently attempted to setup a VPN connection … PC over internet and what I notice is that port
forwarding
on router is not needed for other services to be… VPN connection to the home PC, it works without port
forwarding
. All I needed to do was only forward the ports…
Gmail Forwarding
Community Center
Geeks' Lounge
17 Years Ago
by DavidB
… forwarded to all the Council members (about twenty people); however,
forwarding
to multiple e-mail addresses doesn’t seem possible. Am… something, or does Gmail, indeed, [I]not[/I] allow automatic
forwarding
to multiple addresses? Alternately, can somebody please suggest a third…
Port Forwarding
Hardware and Software
Linux and Unix
15 Years Ago
by jen140
… all. After passing for some days trying to configure ip
forwarding
under debian i've understood that there is some problem… stand-alone app, not a firewall to handle the port
forwarding
. Would be glad for any information. If you have some…
UDP Port Forwarding
Programming
Software Development
15 Years Ago
by Cogneter
… all. I'm feeling pretty confused about how UDP port
forwarding
is done. My situation is: I have [B]Comp1[/B… think that the task is impossible, but this kind of
forwarding
is implemented in applications like AUTAPF (for both UDP and…
Re: Port Forwarding doesn't work. Tried 2 routers DGL-4100 & RT-N56U
Hardware and Software
Networking
13 Years Ago
by g3nX
Hi, sorry for not replying for so long ! I tried connecting to telnet 192.168.1.3:25 but that didn't work. One of the ports I tried
forwarding
was 1604 and many more....
port forwarding with dlink will not work
Hardware and Software
Networking
13 Years Ago
by jonnyboy12
Hello all. I have been trying to get port
forwarding
going for 3 days with my d link DIR-628 … dlink login page. then i go to advanced -> port
forwarding
, and i add in my local ip address and specify…
Re: port forwarding with dlink will not work
Hardware and Software
Networking
13 Years Ago
by rch1231
… to forward to what IP address inside your router? Port
forwarding
is normally used when you want the WAN IP address… forwarded to that system. You would set up port 80
forwarding
to IP 192.168.0.3 port 80. Many routers…
Re: Port forwarding related question
Hardware and Software
Networking
10 Years Ago
by rch1231
Hello, A VPN connection effectively connects you to the local area network so port
forwarding
is not necessary because you are already inside the routers firewall and part of the LAN.
Re: Help with forwarding and static IPs - Linksys WRT54G
Hardware and Software
Networking
16 Years Ago
by Stylish
1) Static IP for what? Your internal network or your router? You can set static IPs on your computers without the aide of Comcast. 2) Port
forwarding
is basic. It may be that you are
forwarding
the ports to an IP that is unassigned to any computer.
Re: Port Forwarding for entire network
Hardware and Software
Networking
16 Years Ago
by OlyComputers
Just NOT
forwarding
ports should do the job. There will be some performance lag, but most people don't have there router ports properly forwarded at home either. Once you start
forwarding
that port range, you'll run into problems because it's going to want to send all the packets (for the entire network) to the ips indicated.
Re: Port Forwarding
Hardware and Software
Linux and Unix
15 Years Ago
by sknake
… didn't receive a closed response, so if the port
forwarding
was set up incorrectly it would show filtered as I…
Re: Port Forwarding
Hardware and Software
Linux and Unix
15 Years Ago
by sknake
… gateway defined).[/COLOR] [/QUOTE] Well that explains why your port
forwarding
doesn't work. You need to define a gateway on…
Re: port forwarding with dlink will not work
Hardware and Software
Networking
13 Years Ago
by CimmerianX
Make sure you have the latest firmware on the unit. Ver 1.25NA (if you're in North America) [url]http://www.dlink.com/products/?pid=DIR-628[/url] Double check your internal IP. What ip are you
forwarding
into? Is this IP static on the the device? Can you access that Port's service from another system inside your network?
Re: port forwarding with dlink will not work
Hardware and Software
Networking
13 Years Ago
by jonnyboy12
im using the internal ip for setting up port
forwarding
, and no i cant access my port from computers in my network, i tryed to use a chat prorgam in c++ and my computer wont recognise my internal ip address, but on the other computer it does fine. Could it have anyhting to do with wireless
Re: port forwarding with dlink will not work
Hardware and Software
Networking
13 Years Ago
by rch1231
Hello, You should not need port
forwarding
inside your local network. It may be the firewall on the computer you are trying to connect from. Try turning off the firewall or telneting to the ip and port. For example to telnet to port 80 on IP 192.168.0.3 you would use: [CODE]telnet 192.168.0.3 80[/CODE] and see if you can connect.
Re: Web server - port forwarding
Programming
Web Development
13 Years Ago
by JorgeM
Port
forwarding
to this web server on port 80 is typical when … exposing this server on port 80. However, without this port
forwarding
rule, you will not be able to get traffic back…
Re: ZyXEL Port Forwarding Not Working
Hardware and Software
Networking
10 Years Ago
by JorgeM
Im not familiar with this router, but did you make sure that the host you are
forwarding
to does not have a client side firewall turned on? if it did, even if you set up port
forwarding
correctly, those internet services you mentioned to check the ports would show closed if the endpoint does not respond on that port.
Hotmail forwarding problems
Hardware and Software
Microsoft Windows
21 Years Ago
by blusignan
… technical -- I am having a problem in MSN hotmail with
forwarding
emails. Whenever i forward a perfectly clear email each line…
delay forwarding of page
Programming
Web Development
19 Years Ago
by Phaelax
After a form is completed its submitted to another page to process the form. Once that's done, it forwards back to where visitor was. I want to display a message to the visitor first before moving to the next page, so how can I delay the page
forwarding
?
W2K DNS Forwarding
Hardware and Software
Networking
17 Years Ago
by knsljo
… is if i configure the HQ DC to use DNS
forwarding
, and apply the remote branch office servers IP addresses, will…
Port Forwarding on Win2003 Server?
Hardware and Software
Microsoft Windows
17 Years Ago
by MalachiX
I am using the Windows 2003 Server as a NAT router. I need to do port
forwarding
through RRAS(Routing And Remote Access Services). I notice however that RRAS only allows you to forward one port at a time. Is there a way to forward a range of ports like 2300-2400, one shot?
port forwarding using cmd line...
Hardware and Software
Microsoft Windows
17 Years Ago
by ambi
… use this software of executable.. CAN i do a Port
Forwarding
from the command line...i.e. can i forward the…
Frame forwarding, show different content based on domain name
Programming
Web Development
16 Years Ago
by redgoals
….com). There are going to be several domain names frame
forwarding
to carhire.com, each domain name needs to be read…
Data forwarding
Programming
Software Development
16 Years Ago
by BestJewSinceJC
I read about data
forwarding
and according to my notes, a nop (no-op) is required before a beq operation and after a lw operation. What about sw?
Help with forwarding and static IPs - Linksys WRT54G
Hardware and Software
Networking
16 Years Ago
by Joe Cool
… but they said that they couldn't assist me with
forwarding
my ports and that Comcast doesn't even support static…
python server port forwarding problem
Programming
Software Development
16 Years Ago
by Alien15x
… assuming that when a computer behind a router with port
forwarding
opens a port (port 1337, when i run my server…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC