<div dir="ltr"><br><div class="gmail_extra">ModemManager doesn't configure the network interface, it just reports<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
to the upper layers what the configuration should be. In this case<br>
it's saying "modem is connected and the IP settings to configure in<br>
wwp0s21f0u4i12 are <a href="http://10.142.47.170/30" rel="noreferrer" target="_blank">10.142.47.170/30</a> with gateway 10.142.47.169"-<br>
If you're using NetworkManager, you should let NetworkManager handle<br>
the modem connection (i.e. NM is the one calling simple-connect), so<br>
that it also configures the network interface for you.<br>
<br>
If you're not using NM, you'll have to configure the settings yourself<br>
in the network interface.<br>
<span class="HOEnZb"><font color="#888888"><br>
-- <br>
Aleksander<br>
<a href="https://aleksander.es" rel="noreferrer" target="_blank">https://aleksander.es</a><br>
</font></span></blockquote></div><div><div><div><br>Thanks Aleksander. It's almost done.<br>Now I get IP on wwp0s21f0u4i12 interface using nmcli<br><br>ico1@ico1:~$ sudo nmcli connection down claro <br>Connection 'claro' successfully deactivated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/5)<br>ico1@ico1:~$ sudo nmcli connection up claro <br>Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/6)<br>ico1@ico1:~$ ip addr<br>address    addrlabel  <br><font size="1">ico1@ico1:~$ ip address <br>1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000<br>    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00<br>    inet <a href="http://127.0.0.1/8">127.0.0.1/8</a> scope host lo<br>       valid_lft forever preferred_lft forever<br>    inet6 ::1/128 scope host <br>       valid_lft forever preferred_lft forever<br>2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000<br>    link/ether 00:60:e0:70:30:8d brd ff:ff:ff:ff:ff:ff<br>    inet <a href="http://192.168.4.110/24">192.168.4.110/24</a> brd 192.168.4.255 scope global enp1s0<br>       valid_lft forever preferred_lft forever<br>    inet6 fe80::260:e0ff:fe70:308d/64 scope link <br>       valid_lft forever preferred_lft forever<br>3: enp2s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000<br>    link/ether 00:60:e0:70:30:8e brd ff:ff:ff:ff:ff:ff</font><br>4: <b>wwp0s21f0u4i12: <BROADCAST,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN group default qlen 1000<br>    link/ether 7e:a3:8a:44:19:13 brd ff:ff:ff:ff:ff:ff<br>    inet <a href="http://10.204.106.216/28">10.204.106.216/28</a> brd 10.204.106.223 scope global wwp0s21f0u4i12<br>       valid_lft forever preferred_lft forever</b><br><font size="2">ico1@ico1:~$ mmcli -b 13<br>Bearer '/org/freedesktop/ModemManager1/Bearer/13'<br>  -------------------------<br>  Status             |   connected: 'yes'<br>                     |   suspended: 'no'<br>                     |<b>   interface: 'wwp0s21f0u4i12'</b><br>                     |  IP timeout: '20'<br>  -------------------------<br>  Properties         |         apn: '<a href="http://internet.comcel.com.co">internet.comcel.com.co</a>'<br>                     |     roaming: 'allowed'<br>                     |     IP type: 'ipv4'<br>                     |        user: 'comcelweb'<br>                     |    password: 'comcelweb'<br>                     |      number: '*99#'<br>                     | Rm protocol: 'unknown'<br>  -------------------------<b><br>  IPv4 configuration |   method: 'static'<br>                     |  address: '10.204.106.216'<br>                     |   prefix: '28'<br>                     |  gateway: '10.204.106.217'<br>                     |      DNS: '190.157.8.89', '8.8.8.8'<br>                     |      MTU: '1500'</b><br>  -------------------------<br>  IPv6 configuration |   method: 'unknown'<br>  -------------------------<br>  Stats              |          Duration: '150'<br>                     |    Bytes received: 'N/A'<br>                     | Bytes transmitted: 'N/A'<br>ico1@ico1:~$ </font><font size="1"><br><font size="2"><br></font></font></div><font size="2">But I cant ping anywhere<br><br>ico1@ico1:~$ sudo traceroute <a href="http://www.google.com">www.google.com</a> -i wwp0s21f0u4i12<br>traceroute to <a href="http://www.google.com">www.google.com</a> (172.217.10.164), 30 hops max, 60 byte packets<br> 1  * * *<br> 2  * * *<br> 3  * * *<br> 4  * * *<br> 5  * * *<br> 6  * * *<br> 7  * * *<br> 8  * * *<br> 9  * * *<br>10  * * *<br>11  * * *<br>12  * * *<br>13  * * *<br>14  * * *<br>15  * * *<br>16  * * *<br>17  * * *<br>18  * * *<br>19  * * *<br>20  * * *<br>21  * * *<br>22  * * *<br>23  * * *<br>24  * * *<br>25  * * *<br>26  * * *<br>27  * * *<br>28  * * *<br>29  * * *<br>30  * * *<br>ico1@ico1:~$ <br><b><br>I can see packets with tcpdump</b><br>ico1@ico1:~$ sudo tcpdump -i wwp0s21f0u4i12 <br>tcpdump: verbose output suppressed, use -v or -vv for full protocol decode<br>listening on wwp0s21f0u4i12, link-type EN10MB (Ethernet), capture size 262144 bytes<br>15:37:59.643116 IP 10.204.106.216 > <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a>: ICMP echo request, id 4325, seq 47, length 64<br>15:37:59.806921 IP <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a> > <a href="http://10.204.106.216">10.204.106.216</a>: ICMP echo reply, id 4325, seq 47, length 64<br>15:38:00.667111 IP 10.204.106.216 > <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a>: ICMP echo request, id 4325, seq 48, length 64<br>15:38:00.837307 IP <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a> > <a href="http://10.204.106.216">10.204.106.216</a>: ICMP echo reply, id 4325, seq 48, length 64<br>15:38:01.691147 IP 10.204.106.216 > <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a>: ICMP echo request, id 4325, seq 49, length 64<br>15:38:01.856968 IP <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a> > <a href="http://10.204.106.216">10.204.106.216</a>: ICMP echo reply, id 4325, seq 49, length 64<br>15:38:02.715135 IP 10.204.106.216 > <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a>: ICMP echo request, id 4325, seq 50, length 64<br>15:38:02.887350 IP <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a> > <a href="http://10.204.106.216">10.204.106.216</a>: ICMP echo reply, id 4325, seq 50, length 64<br>15:38:03.739411 IP 10.204.106.216 > <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a>: ICMP echo request, id 4325, seq 51, length 64<br>15:38:03.907008 IP <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a> > <a href="http://10.204.106.216">10.204.106.216</a>: ICMP echo reply, id 4325, seq 51, length 64<br>15:38:04.763243 IP 10.204.106.216 > <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a>: ICMP echo request, id 4325, seq 52, length 64<br>15:38:04.926635 IP <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a> > <a href="http://10.204.106.216">10.204.106.216</a>: ICMP echo reply, id 4325, seq 52, length 64<br>15:38:05.787104 IP 10.204.106.216 > <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a>: ICMP echo request, id 4325, seq 53, length 64<br>15:38:05.958986 IP <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a> > <a href="http://10.204.106.216">10.204.106.216</a>: ICMP echo reply, id 4325, seq 53, length 64<br>15:38:06.811143 IP 10.204.106.216 > <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a>: ICMP echo request, id 4325, seq 54, length 64<br>15:38:06.976704 IP <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a> > <a href="http://10.204.106.216">10.204.106.216</a>: ICMP echo reply, id 4325, seq 54, length 64<br>15:38:07.835141 IP 10.204.106.216 > <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a>: ICMP echo request, id 4325, seq 55, length 64<br>15:38:07.997298 IP <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a> > <a href="http://10.204.106.216">10.204.106.216</a>: ICMP echo reply, id 4325, seq 55, length 64<br>15:38:08.859145 IP 10.204.106.216 > <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a>: ICMP echo request, id 4325, seq 56, length 64<br>15:38:09.026706 IP <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a> > <a href="http://10.204.106.216">10.204.106.216</a>: ICMP echo reply, id 4325, seq 56, length 64<br>15:38:09.883127 IP 10.204.106.216 > <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a>: ICMP echo request, id 4325, seq 57, length 64<br>15:38:10.047343 IP <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a> > <a href="http://10.204.106.216">10.204.106.216</a>: ICMP echo reply, id 4325, seq 57, length 64<br>15:38:10.907142 IP 10.204.106.216 > <a href="http://atl14s75-in-f4.1e100.net">atl14s75-in-f4.1e100.net</a>: ICMP echo request, id 4325, seq 58, length 64<br>^C<br>23 packets captured<br>24 packets received by filter<br>0 packets dropped by kernel<br><b><br>But ping seems not to complete</b><br>ico1@ico1:~$ ping <a href="http://www.google.com">www.google.com</a> -I wwp0s21f0u4i12<br>PING <a href="http://www.google.com">www.google.com</a> (172.217.10.164) from 10.204.106.216 wwp0s21f0u4i12: 56(84) bytes of data.<br>^C<br>--- <a href="http://www.google.com">www.google.com</a> ping statistics ---<br>78 packets transmitted, 0 received, 100% packet loss, time 78842ms<br>ico1@ico1:~$ <br></font><br></div><div>When I try on Windows, it works perfectly (can ping www.google,com)<br><br></div>Any suggestions on this?<br><br></div>Again, thanks in advance.<br><div><div><br></div></div><br></div></div>

<br>
<img src="http://0c595a64-a-57bd039f-s-sites.googlegroups.com/a/udea.edu.co/repositorio-logos/home/firma/firma-udea.jpg"><br><table style="margin:0px;color:rgb(97,97,97);font-size:14px;line-height:21px;background-color:rgb(255,255,255);font-family:'Times New Roman'"><tbody><tr><td style="vertical-align:top;font-size:small;line-height:13px;font-family:arial;min-height:78px;width:458px;height:91px"><font color="#444444" face="arial,sans-serif" size="1">"La información aquí contenida es para uso exclusivo de la persona o entidad de destino. Está estrictamente prohibida su utilización, copia, descarga, distribución, modificación y/o reproducción total o parcial, sin el permiso expreso de Universidad de Antioquia, pues su contenido puede ser de carácter confidencial y/o contener material privilegiado. Si usted recibió esta información por error, por favor contacte en forma inmediata a quien la envió y borre este material de su computador. </font><span style="color:rgb(68,68,68);font-family:arial,sans-serif;font-size:x-small">Universidad de Antioquia</span><font color="#444444" face="arial,sans-serif" size="1"> no es responsable por la información contenida en esta comunicación, el directo responsable es quien la firma o el autor de la misma."<br><br></font></td></tr></tbody></table>