Also add this to access the device with no gateway. /ip firewall nat add action=src-nat chain=srcnat disabled=no dst-address=192.168.32.3 to-addresses=192.168.32.1
This will make traffic to 192.168.32.3 look like it is coming from the local 192.168.32.1 IP on the router, IE no gateway needed. Leroy -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Scott Reed Sent: Thursday, April 19, 2012 7:54 PM To: Mikrotik discussions Subject: Re: [Mikrotik] dst-nat question If I understand what is where, this should get you close: /ip firewall nat add action=dst-nat chain=dstnat disabled=no dst-address=192.168.3.1 \ dst-port=80 protocol=tcp to-addresses=192.168.3.3 to-ports=80 On 4/19/2012 7:24 PM, Matt Larsen - Lists wrote: > I have a customer radio that we can't get to because the installer > forgot to put in a default gateway. > > It is a Ubiquiti bullet5 radio with an IP address of 192.168.32.3. > > I have a Mikrotik 750 at the base with an IP of 192.168.32.1 on the > inside interface and 10.17.18.3 on the external interface. > > What set of commands would I have to use to set up a dst-nat to send > port 8080 on the 10.17.18.3 interface to port 80 on the 192.168.32.3 > interface so I can set the damn gateway? > > I'd send someone out to fix it, but the customer is 120 miles away > from our office! At least their Internet is working fine. > > Thanks! > > Matt Larsen > vistabeam.com > > > > > _______________________________________________ > Mikrotik mailing list > [email protected] > http://www.butchevans.com/mailman/listinfo/mikrotik > > Visit http://blog.butchevans.com/ for tutorials related to Mikrotik > RouterOS > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.1913 / Virus Database: 2411/4946 - Release Date: 04/19/12 > > -- Scott Reed Owner NewWays Networking, LLC Wireless Networking Network Design, Installation and Administration Mikrotik Advanced Certified www.nwwnet.net (765) 855-1060 (765) 439-4253 (855) 231-6239 _______________________________________________ Mikrotik mailing list [email protected] http://www.butchevans.com/mailman/listinfo/mikrotik Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS _______________________________________________ Mikrotik mailing list [email protected] http://www.butchevans.com/mailman/listinfo/mikrotik Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS

