I don't quite understand the concepts involved.
Siplified, I have a westel DSL modem operating in Bridge Mode (I have 2 available, one is a 2200 th other is like a 62000 or 64000, I think) and it's set in Bridge mode and has a config address of 192.168.1.1 or whatever. The router has the private address of 10.0.1.1 and their is an acces point providing wireless access. The AP isn't in the picture.
There is also a public IP address assigned.
So, my network is a 10.10.1.x , the router 10.0.1.1
Some questions:
1) If I ping my router, am I don't think I'm including the DSLAM to Modem link.
2) If I ping my public IP address what paths does it include:
1. ISP's router (Does it respond to the router address)
2. Does it include the DSLAM to DSL modem path
3. Does it include the DSL modem to router path
If I try to reach the DSL modem 192.168.1.1 when I'm on the 10.0.1.x network, I can't. Does this mean that the router blocks any private IP addresses. i.e Is it it's responsibility to route them or is it the gateway's.
If I arp -a a ping 10.10.0.1, I get:
Interface: 10.0.1.3 --- 0xc
Internet Address Physical Address Type
10.0.1.1 00-03-93-27-xx-xx dynamic
10.0.1.4 00-80-92-46-xx-xx dynamic
10.0.1.225 00-00-48-51-d2-48 dynamic
10.0.1.255 ff-ff-ff-ff-ff-ff static
224.0.0.22 01-00-5e-00-00-16 static
224.0.0.251 01-00-5e-00-00-fb static
224.0.0.252 01-00-5e-00-00-fc static
224.0.0.253 01-00-5e-00-00-fd static
239.255.255.250 01-00-5e-7f-ff-fa static
255.255.255.255 ff-ff-ff-ff-ff-ff static
Can I add a static route to access the DSL modem or is it if the modem is in bridge mode, it isn't accessible?