I’m starting to learn about networking. It would be really helpful a bit of help with this exercise and some explanations, cause I’m really stuck.
This is the network topology from the exercise:
We know about it:
- AP1, AP2 and AP3 work as bridges between their wireless and ethernet interfaces (br0)
- R1 job is the routing of interfaces
- Private IPv4 addressing is used [192.168.X.X] (only not for F1)
- Each network must grant Internet access to 450 hosts at least (only not for F1)
- The “br0” interfaces must be accessible by IP from every device in any of the internal nets
Questions:
- Which mode (Infrastructure, Ad-hoc, WDS) should the Wifi connections use between AP1-AP2 and which one between AP3-R1? (done)
- Fill this tables with the IP directions (IpDir/Mask CIDR Format) that would grant Internet access to every device.
IPv4 interfaces directions
Device | Interface | IPv4 |
---|---|---|
PC10 | eth0 | |
PC11 | eth0 | |
PC12 | eth0 | |
M1 | wlan0 | |
AP1 | br0 | |
AP2 | br0 | |
AP3 | br0 | |
R1 | eth0 | |
R1 | wlan0 | |
F1 | eth0 | |
F1 | fa0 | 11.17.1.30/30 |
Routing tables
R1
Destiny | Next jump |
---|---|
_ | _ |
_ | _ |
_ | _ |
_ | _ |
F1
Destiny | Next jump |
---|---|
_ | _ |
_ | _ |
_ | _ |
_ | _ |
AP1
Destiny | Next jump |
---|---|
_ | _ |
_ | _ |
_ | _ |
_ | _ |
AP2
Destiny | Next jump |
---|---|
_ | _ |
_ | _ |
_ | _ |
_ | _ |
AP3
Destiny | Next jump |
---|---|
_ | _ |
_ | _ |
_ | _ |
_ | _ |
Default gateways
Device | Default Gateway |
---|---|
PC10 | |
PC11 | |
PC12 | |
M1 | |
R1 | |
F1 | |
AP1 | |
AP2 | |
AP3 |
For 2nd question, that's where I have the biggest problem, I'm not sure if I need to create 3 subnets or 4, cause of the wireless router on R1 that gives connection to M1 terminal. I assume that they follow the private directions schema, 192.168.X.X So since we need to give connection to 450 hosts, we can use:
- 192.168.0.0/24
- 192.168.64.0/24
- 192.168.128.0/24
- 192.168.192.0/24
Is this right?