needhelpfast12
Cadet 2nd Year
- Registriert
- Jan. 2023
- Beiträge
- 18
Hey, ich habe für ein Test Projekt ein Mikrotik Routerboard 750gr3 mit der neuesten OpenWrt version versehen. Nun habe ich mich mit ssh mit diesem verbunden und die file /etc/config/network folgendermaßen geändert :
Nachdem ich nun rebooted habe und meinen pc auf die ip Adresse 10.13.1.201 gesetzt habe, kann ich keine Verbindung zu meinem board aufbauen. Warum das? Ein ping "ping 10.13.1.200" ist auch nicht möglich. Mir wird angezeigt host is down.
Code:
config globals 'globals'
option ula_prefix 'fdf7:aefc:1ed9::/48'
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '1 6t'
option vid '2'
config switch_vlan
option device 'switch0'
option vlan '3'
option ports '2 6t'
option vid '3'
config switch_vlan
option device 'switch0'
option vlan '4'
option ports '3 6t'
option vid '4'
config switch_vlan
option device 'switch0'
option vlan '5'
option ports '4 6t'
option vid '5'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '0 6t'
option vid '1'
config interface 'mgmt'
option proto 'static'
option netmask '255.255.255.0'
option ip6assign '60'
list dns '8.8.8.8'
option gateway '10.13.1.201'
option ipaddr '10.13.1.200'
option ifname 'eth0.1'
config interface 'ovs2'
option ifname 'eth0.2'
option proto 'none'
option force_link '1'
config interface 'ovs3'
option ifname 'eth0.3'
option proto 'none'
option force_link '1'
config interface 'ovs4'
option ifname 'eth0.4'
option proto 'none'
option force_link '1'
config interface 'ovs5'
option ifname 'eth0.5'
option proto 'none'
option force_link '1'
Nachdem ich nun rebooted habe und meinen pc auf die ip Adresse 10.13.1.201 gesetzt habe, kann ich keine Verbindung zu meinem board aufbauen. Warum das? Ein ping "ping 10.13.1.200" ist auch nicht möglich. Mir wird angezeigt host is down.