Hello,
I have a TpLink MR6400 with the following problem. When i check my ip address on https://whatismyipaddress.com/ it gives me [86.124.190.248]
and my router if config looks like this:
root@OpenWrt:~# ifconfig
br-lan Link encap:Ethernet HWaddr 90:9A:4A:08:E2:56
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::929a:4aff:fe08:e256/64 Scope:Link
inet6 addr: fd9c:3338:50e2::1/60 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:206553 errors:0 dropped:0 overruns:0 frame:0
TX packets:405000 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:52364573 (49.9 MiB) TX bytes:389562564 (371.5 MiB)
eth0 Link encap:Ethernet HWaddr 90:9A:4A:08:E2:56
inet6 addr: fe80::929a:4aff:fe08:e256/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:8333 errors:0 dropped:0 overruns:0 frame:0
TX packets:35021 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2379035 (2.2 MiB) TX bytes:7144085 (6.8 MiB)
Interrupt:5
eth0.1 Link encap:Ethernet HWaddr 90:9A:4A:08:E2:56
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7227 errors:0 dropped:10 overruns:0 frame:0
TX packets:30775 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2184801 (2.0 MiB) TX bytes:5577421 (5.3 MiB)
eth0.2 Link encap:Ethernet HWaddr 90:9A:4A:08:E2:56
inet6 addr: fe80::929a:4aff:fe08:e256/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:4225 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:1422688 (1.3 MiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:3815 errors:0 dropped:0 overruns:0 frame:0
TX packets:3815 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:424179 (414.2 KiB) TX bytes:424179 (414.2 KiB)
wlan0 Link encap:Ethernet HWaddr 90:9A:4A:08:E2:56
inet6 addr: fe80::929a:4aff:fe08:e256/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:17187 errors:0 dropped:0 overruns:0 frame:0
TX packets:31935 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5722866 (5.4 MiB) TX bytes:29921855 (28.5 MiB)
wwan0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:10.53.4.184 P-t-P:10.53.4.184 Mask:255.255.255.240
inet6 addr: fe80::fc67:6fa5:7959:4c6f/64 Scope:Link
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:377004 errors:0 dropped:0 overruns:0 frame:0
TX packets:175800 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:363196638 (346.3 MiB) TX bytes:47583717 (45.3 MiB)
i cannot ping the 86.124.190.248 not even from the router
I need to connect to make some port forwards in order to access some equipment's from WAN, but because i am unable to understand why i cannot ping the public ip it gives me some headache
Thank you