Score:1

Why tcptrack shows no activity of my ppp connection?

ph flag

I have established a l2tp connection in my Ubuntu 20.04 machine as a client to the remote server. After the establishment, the server assigned itself an IP address of 192.168.18.162 and assigned the client (Ubuntu 20.04) 192.168.18.1. And the subnetwork 192.168.18.xxx is a newly creately one by the l2tp (ppp) connection. When I run $ip a, it shows the following network interface:

5: ppp0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1410 qdisc fq_codel state UNKNOWN group default qlen 3 link/ppp inet 192.168.18.1 peer 192.168.18.162/32 scope global ppp0 valid_lft forever preferred_lft forever

Then I ran $sudo tcptrack -i ppp0, and next I tried to ping both from the server using $ping 192.168.18.1 and from the client using $ping 192.168.18.162, to my surprise, there were no activities shown in the tcptrack screen. It means such ping packets do not go through ppp0?

dummyuser avatar
uy flag
tcptrack tracks **TCP** sessions. Ping uses **ICMP**, not TCP.
li_jessen avatar
ph flag
Great! Thank you.
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.