Bidirectional nating using an Windows server

Is't possible to do bidirectional nating using an Windows server instead of a OpenBSD server?

I know there was a port of the Packet Filter tool from OpenBSD to Windows. Put this port is only good for firewall use.

Reply to
brodseba
Loading thread data ...

Yes. man IP Routing man Routing Service man RAS Routing

For some more serious implementation, you might take a look at M$' ISA Server or Kerio WinRoute.

Reply to
Sebastian Gottschalk

A Microsoft tech told me that M$ ISA Server doesn't support bidirectional nating. At first glance Kerio WinRoute doesn't seem to do it either.

What we got now. Computer Network 1 Network 2 A 10.0.0.1 Proxy 192.168.0.1 B 10.0.0.2 Proxy 192.168.0.1

What we want. Computer Network 1 Network 2 A 10.0.0.1 Bi-direct. nating

192.168.0.1 B 10.0.0.2 Bi-direct. nating 192.168.1.5

This is exactly want bidirectional nating do versus overloading nating.

Reply to
brodseba

Something like that but Windows favor.

Bidirectional Mapping (1:1 mapping) A bidirectional mapping can be established by using the binat rule. A binat rule establishes a one to one mapping between an internal IP address and an external address. This can be useful, for example, to provide a web server on the internal network with its own external IP address. Connections from the Internet to the external address will be translated to the internal address and connections from the web server (such as DNS requests) will be translated to the external address. TCP and UDP ports are never modified with binat rules as they are with nat rules.

Example:

web_serv_int = "192.168.1.100" web_serv_ext = "24.5.0.6"

binat on tl0 from $web_serv_int to any -> $web_serv_ext

Source:

formatting link

Reply to
brodseba

What do you mean by "nating"? NAT? What is "bidirectional NATing"?

Yours, VB.

Reply to
Volker Birk

Ah - you mean static NAT.

Windows 2003:

formatting link
ISA:

formatting link
Yours, VB.

Reply to
Volker Birk

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.