Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
460 views
in Technique[技术] by (71.8m points)

routes - Networking IPv4 exercise

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:

Topology from exercise

We know about it:

  1. AP1, AP2 and AP3 work as bridges between their wireless and ethernet interfaces (br0)
  2. R1 job is the routing of interfaces
  3. Private IPv4 addressing is used [192.168.X.X] (only not for F1)
  4. Each network must grant Internet access to 450 hosts at least (only not for F1)
  5. The “br0” interfaces must be accessible by IP from every device in any of the internal nets

Questions:

  1. Which mode (Infrastructure, Ad-hoc, WDS) should the Wifi connections use between AP1-AP2 and which one between AP3-R1? (done)
  2. 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
question from:https://stackoverflow.com/questions/65921745/networking-ipv4-exercise

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I want to say sorry because I can't give on the comment section cause of lacking reputation and my grammar is bad.

Number 1 question : It clearly doesn't use Ad-hoc cause it has AP and routers. So your choice is only infra and WDS. I will use WDS on AP1-AP2, and Infrastructure on Ap3-R1

Explanation :

And for question number 2, does we only know about 1 IP which is Internet default gateway (11.17.1.29/30)? So fa0 on F1 will have 11.17.1.30/30. How about internal network IP Block? Do we have to assign it randomly or there are IP blocks that stated on your questions?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...