Re: [Mikrotik] Question about 1:1 NAT and netmap

2009-12-11 Thread rwf
2009 10:34 PM To: Mikrotik discussions Subject: Re: [Mikrotik] Question about 1:1 NAT and netmap Is the private IP on the hotspot interface? If so it needs a bypass... On 12/10/09, Bill Prince wrote: > We've never done this on a hotspot, but I don't know why it would not > wo

Re: [Mikrotik] Question about 1:1 NAT and netmap

2009-12-10 Thread Josh Luthman
; >> -Original Message- >> From: mikrotik-boun...@mail.butchevans.com >> [mailto:mikrotik-boun...@mail.butchevans.com] On Behalf Of Bill Prince >> Sent: Tuesday, December 01, 2009 12:08 PM >> To: Mikrotik discussions >> Subject: Re: [Mikrotik] Question about

Re: [Mikrotik] Question about 1:1 NAT and netmap

2009-12-10 Thread Bill Prince
riginal Message- From: mikrotik-boun...@mail.butchevans.com [mailto:mikrotik-boun...@mail.butchevans.com] On Behalf Of Bill Prince Sent: Tuesday, December 01, 2009 12:08 PM To: Mikrotik discussions Subject: Re: [Mikrotik] Question about 1:1 NAT and netmap We use something like this: add action=

Re: [Mikrotik] Question about 1:1 NAT and netmap

2009-12-10 Thread rwf
-Original Message- From: mikrotik-boun...@mail.butchevans.com [mailto:mikrotik-boun...@mail.butchevans.com] On Behalf Of Bill Prince Sent: Tuesday, December 01, 2009 12:08 PM To: Mikrotik discussions Subject: Re: [Mikrotik] Question about 1:1 NAT and netmap We use something like this: ad

Re: [Mikrotik] Question about 1:1 NAT and netmap

2009-12-01 Thread Bill Prince
We use something like this: add action=netmap \ chain=srcnat \ disabled=no \ out-interface=ether1 \ src-address=172.16.4.2 \ to-addresses=10.13.101.252 add action=netmap \ chain=dstnat \ disabled=no \ dst-address=10.13.101.252 \ in-interface=ether1 \ to-addresses=17

Re: [Mikrotik] Question about 1:1 NAT and netmap

2009-12-01 Thread Mark McElvy
Your action should equal your chain. Mark -Original Message- From: mikrotik-boun...@mail.butchevans.com [mailto:mikrotik-boun...@mail.butchevans.com] On Behalf Of rwf Sent: Monday, November 30, 2009 11:57 PM To: mikrotik@mail.butchevans.com Subject: [Mikrotik] Question about 1:1 NAT and

[Mikrotik] Question about 1:1 NAT and netmap

2009-11-30 Thread rwf
I have 2 static public addresses. One is being used for a hotspot. The internal address range for the hotspot is 10.50.50.0/24 I need to route the second public address 204.16.x.y to an internal one for a webcam (10.5.50.246) on the hotspot subnet. I have entered the following commands, but I