I once dialed up on my router so I did not need to create a broadband connection on my PC.
Now, I dial up on my PC so I need to create a broadband connection on my PC. There are two active networks on my PC: One is the broadband connection (PPPoE) and the other is the Ethernet. I wonder the relation between them.
Does the traffic go through the broadband connection first, then through the ethernet, then go to the router?
The following is the route table on the PC:
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.2 4260
0.0.0.0 0.0.0.0 On-link 202.212.101.132 36
202.212.101.132 255.255.255.255 On-link 202.212.101.132 291
127.0.0.0 255.0.0.0 On-link 127.0.0.1 4556
127.0.0.1 255.255.255.255 On-link 127.0.0.1 4556
127.255.255.255 255.255.255.255 On-link 127.0.0.1 4556
192.168.1.0 255.255.255.0 On-link 192.168.1.2 4516
192.168.1.2 255.255.255.255 On-link 192.168.1.2 4516
192.168.1.255 255.255.255.255 On-link 192.168.1.2 4516
224.0.0.0 240.0.0.0 On-link 127.0.0.1 4556
224.0.0.0 240.0.0.0 On-link 192.168.1.2 4516
224.0.0.0 240.0.0.0 On-link 202.212.101.132 36
255.255.255.255 255.255.255.255 On-link 127.0.0.1 4556
255.255.255.255 255.255.255.255 On-link 192.168.1.2 4516
255.255.255.255 255.255.255.255 On-link 202.212.101.132 291
===========================================================================
The IP address 192.168.1.2 is assigned to the ethernet and 202.212.101.132 is assigned to the broadband connection.
I only see the traffic goes to the broadband connection (line 2) but I cannot figure out the role of the ethernet here.
But I think the ethernet does play a role because it corresponds to the physical network adapter which I connect to the router.