Valid Ip in conection ppp-out 3g/4g Vivo

Good evening, ladies, I’m having problems with ip valid, because the operators are with few available ips and pass ips starting at 100.0.0.0 and thus the MK Cloud does not update with the correct IP and I lose access to an IP camera that is running Behind a RB with ppp to the USB of the 3g Modem from VIVO, does anyone have any suggestions for the problem in question

Boa noite senhores, estou com problemas com ip válido, pois as operadoras estão com poucos ips disponíveis e repassam ips iniciando em 100.0.0.0 e assim o Cloud do MK não se atualiza com o IP correto e perco acesso a uma câmera IP que está rodando atrás de uma RB com ppp para a USB do Modem 3g da VIVO, alguém têm alguma sugestão para o problema em questão
ppp_vivo ip valido.png
ppp_vivo ip invalido.png

Isso é CGNAT migra pro IPv6

Enviado de meu SM-G800H usando Tapatalk

Guys, this is an international forum, please post here in English only!

Sorry,

Good evening, ladies, I’m having problems with ip valid, because the operators are with few available ips and pass ips starting at 100.0.0.0 and thus the MK Cloud does not update with the correct IP and I lose access to an IP camera that is running Behind a RB with ppp to the USB of the 3g Modem from VIVO, does anyone have any suggestions for the problem in question

Infelizmente não tem suporte a IPV6, além disso preciso acessar uma câmera IP que está atrás dessa RB com IP Válido.


Are you sure?
Have you configured for get a IPv6 prefix from 3G?

In January i saw two smartphones with IPv6 and IPv4 CGNAT over 3G of Vivo, was in a city with less than 100.000 people.

Edit: I suggest to you to change the topic name to english.

Besides IPv6, you can try to use a script that reboot the interface ppp-out to renew IPv4 when is 100.0.0.0/8 and get a valid IP instead of CGNAT.

I find Script.

{[:local pppIP [/ip address get [find interface=ppp-out1] address]; :if ( [:pick $pppIP 0 [:find $pppIP . ]] = 100 ) do={/interface pppoe disconnect ppp-out1 ; :delay 5s ; /interface pppoe connect ppp-out1}]}

shared up, Thank´s

Hi!

What if the local IP address is always in the 100.xxx.xxx.xxx range ?

Reconnecting doesn’t change anything. Any other ways out of this ?

I’m also on VIVO provider

In some places the providers are giving only the CGNAT addresses, you can try to change operator.

I use TIM and got valid IPV4 address, and IPv6 (São Paulo).

Another solution which I use to keep access and to be away from port blocking is to create a VPN from the router to a place where you have an valid IP address and create a port redirect from this valid IPV4 place to the router behind NAT.

Nice @ivanfm, do you have a link with instructions on how to setup this VPN for Mikrotik using AWS for example ?

There are many tutorials in the wiki showing how to make VPN using mikrotik.

https://wiki.mikrotik.com/wiki/Category:VPN
https://wiki.mikrotik.com/wiki/Tunnels

You could use an standard linux or an Mikrotik CHR at AWS .

For best performance try to use ipsec

To work from any place the sstp is the best, because can work even behind proxy server.

http://rickfreyconsulting.com/mikrotik-vpns/