Community discussions

MikroTik App
 
butteryak
newbie
Topic Author
Posts: 40
Joined: Fri Sep 12, 2008 1:16 am

port forwarding with DHCP

Tue Jun 21, 2011 11:21 pm

A little uncertain how to forward ports to a device that gets it's address via DHCP. I suppose I could bind it to an IP with a mac address. but I dont want to do that (I have my reasons) So any way I have a device that gets an address in the 192.168.1.0/24 range. my WAN address is static 64.x.x.x and my device needs to communicate on udp port 4500. I would love an example on how to do this. thanks folks!!
 
fewi
Forum Guru
Forum Guru
Posts: 7717
Joined: Tue Aug 11, 2009 3:19 am

Re: port forwarding with DHCP

Wed Jun 22, 2011 12:56 am

Either write custom scripts, or use UPnP.
 
butteryak
newbie
Topic Author
Posts: 40
Joined: Fri Sep 12, 2008 1:16 am

Re: port forwarding with DHCP

Wed Jun 22, 2011 1:33 am

Yup, UPnP, forgot about that. thanks much!