Netz1:
- Standardgateway: 129.45.0.1
- Netzmaske: 255.255.0.0
- PC IP: 129.45.0.2
Netz2:
- Standardgateway: 66.66.66.1
- Netzmaske: 255.255.255.0
- PC IP: 66.66.66.2
Gemeinsames Netz:
- Subnetzmaske: 255.255.255.0
- Netz1 Router IP: 194.12.0.1
- Netz2 Router IP: 194.12.0.2
Step by Step (Netz1)
Do the steps the other way around for the other one
- Konsolenkabel (RJ45 zu USB-A) an PC anschließen eth0
- Router bei eth1 zusammenschließen
- Tera Term in Windows öffnen
- Wenn keine Verbindung, New Connection mehrfach wiederholen als Serial Connection und Enter spammen
- Anmelden
- manager:friend
- set conf=boot.cfg
- restart router
- show conf
- show conf dyn
- check ip config of boot cfg
- if not right report to teacher
- create conf=config_name.cfg
- set conf=config_name.cfg
- restart router
- show ip route
- enable ip
- add ip interface=eth0 ip=129.45.0.1 mask=255.255.0.0
- add ip interface=eth1 ip=194.12.0.1 mask=255.255.255.0
- Add pc into subnet in Systemsteuerung → Adaptereinstellungen
- ip: 129.45.0.2
- mask: 255.255.0.0
- gateway: 129.45.0.1
- Go to the interface http://129.45.0.1
- Configuration → Internet Protocol → Routes → Add
- Network IP Address: 66.66.66.0
- NetMask: 255.255.255.0
- Next Hop: 194.12.0.2
- Interface: eth1
- Save and try to ping
- ping 66.66.66.1
- ping 66.66.66.2