Have trials getting sure signal working. Does UPNP not cut it?
If there is someone who is using this with a Cisco router, can they please post or message me the funky parts of the config they used.
Have trials getting sure signal working. Does UPNP not cut it?
If there is someone who is using this with a Cisco router, can they please post or message me the funky parts of the config they used.
WFH Linux Systems and Networks Engineer in the Internet industry | Specialising in Mikrotik | APNIC member | Open to job offers
![]() ![]() |
I seem to recall it needs GRE forwarded to it, along with 500 and 4500
Hmmmm
Should this do the trick?
ip nat inside source static tcp 192.168.0.50 50 interface Dialer0 50
ip nat inside source static udp 192.168.0.50 50 interface Dialer0 50
ip nat inside source static udp 192.168.0.50 500 interface Dialer0 500
ip nat inside source static udp 192.168.0.50 4500 interface Dialer0 4500
I also tried setting it up on a public IP, but for some reason that didn't work. It was late at night so I didn't spend time diagnosing it.
WFH Linux Systems and Networks Engineer in the Internet industry | Specialising in Mikrotik | APNIC member | Open to job offers
GRE is protocol 47 not tcp or udp port 50
In theory "ip nat inside source static gre ....."
However it was a few years ago last time I did this.
Hmmmm
![]() ![]() |