Solved Port forwarding(redirecting), NOT(!) port opening

Morfi717

New member
Local time
9:49 AM
Messages
5
Hi.

I was tired when 50th result in google named "port forwarding" was actually question how to open port.

To be specific, I would like windows 7 to do the same what this program does. Which means forward port...
NOT fowarding port on my router
NOT opening port(allow connections) in windows rules
YES forward port to other destination on X port.


Thanks in advance!

--
Mike
 

My Computer My Computer

At a glance

Windows 7 Pro x64
OS
Windows 7 Pro x64
Honestly no one knows? :o

Maybe it's just impossible?
 

My Computer My Computer

At a glance

Windows 7 Pro x64
OS
Windows 7 Pro x64
"To be specific, I would like windows 7 to do the same as this does"

trying contacting QuantunG his email link is at the bottom os the page you linked--it appears that the software he created is for a 32 bit vers of Windows--contact him about a 64 bit vers--or ask about how to use 'this' software on win7 64bit
 

My Computer My Computer

At a glance

win7 ultimate 32bitcore2 Extreme QX6850-OCd to 3.15 GHz4 GBNVidia 8600 GT
Computer Manufacturer/Model Number
SALEON model 2.2b
OS
win7 ultimate 32bit
CPU
core2 Extreme QX6850-OCd to 3.15 GHz
Motherboard
ASUS P5G41-M LE
Memory
4 GB
Graphics Card(s)
NVidia 8600 GT
Monitor(s) Displays
23" acer
Hard Drives
one SATA 250GB partitioned equally in half
one SATA 160GB-internal storage
PSU
500W Thermaltake
Case
mini tower
Thank you for reply tman69.

This software does work for x64 too :-) I just wanted to avoid running another external software and it'd be rather shame if windows didn't support such common function...
 

My Computer My Computer

At a glance

Windows 7 Pro x64
OS
Windows 7 Pro x64

My Computer My Computer

At a glance

Windows 7 Ultimate x64 SP1Core i7-2670QM8GB DDR3 PC3-10600Intel HD Graphics 3000 + GeForce GT 540M
Computer Manufacturer/Model Number
Dell XPS 15 L502x
OS
Windows 7 Ultimate x64 SP1
CPU
Core i7-2670QM
Memory
8GB DDR3 PC3-10600
Graphics Card(s)
Intel HD Graphics 3000 + GeForce GT 540M
Screen Resolution
1920x1080
Hard Drives
1TB 5400RPM Seagate
REAL SEVEN GURU!!!

Solved of course and MANY thanks.
 

My Computer My Computer

At a glance

Windows 7 Pro x64
OS
Windows 7 Pro x64
@Morfi717: How do you do this? With NehtSH?
@kegobeer: The epicblog ling is offline!

I want redirect the Port 1935 -> 9999. I hope ican do that with netsh!
 

My Computer My Computer

At a glance

Windows 7 x64
Computer type
PC/Desktop
OS
Windows 7 x64
Thanks to mail notifications I'm here ;)

Yeah. You can do that with netsh (as long as it's TCP), if not then you have to use external tool.

For TCP use (assuming you want to redirect all traffic)
Code:
netsh interface portproxy add v4tov4 listenport=1935 listenaddress=0.0.0.0 connectport=1999 connectaddress=DESTINATION_IP

As for an external tool
NetworkActiv AUTAPF - UDP TCP Port Forwarder

I tested it myself and works like a charm

Cheers
 

My Computer My Computer

At a glance

Windows 7 Pro x64
OS
Windows 7 Pro x64
Back
Top