幫助中心
這里有最新的使用文檔和教程
RouterOS 系統安裝后如何配置IP? 配置路由,配置網卡?
【配置管理網卡】
【查看網卡】
int pr
【配置網卡IP】我這里配置和物理機同網段
ip address add address=192.168.31.213/24 interface=ether1
【配置默認路由】
ip route add gateway=192.168.31.1
【查看網卡IP】
ip address print
【查看路由】
ip route print
測試驗證: