Mikrotik Routerboard 951G

Fórumok

Sziasztok,

Segítséget szeretnék kérni. Router cserére szorultam, mivel a régi elromlott. Rendeltem egy Mikrotik Routerboard 951G-2 HnD routert. A gond az, hogy a laptop nem látja a routert (Ethernet kábel csatlakoztatva - nem kap IP címet. Ping: 192.168.88.1 - nem elérhető). Laptop: Debian-Wheezy, Gnome. Valamit kihagytam volna? Nincs Network Manager, mindent magam állítottam be, jó pár évvel ezelőtt parancssorból

/etc/network/interfaces file átírva:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

allow-hotplug wlan0
allow-hotplug ath0
#allow-hotplug kell, enelkul nem csatlakozik
mapping eth0
script guessnet-ifupdown
# Scan all logical interfaces
# More options can be given here, such as:
map timeout: 10
# map verbose: true
# map debug: true
map default: none

iface eth0-home inet dhcp
test peer address 192.168.88.1 mac 4C:5E:0C:D0:51:70
metric eth0-home 0

#iface eth1-anyuek inet dhcp
# test peer address 192.168.1.1 mac 00:03:2F:29:E6:C2
# metric eth1-anyuek 0

iface dsl-provider inet ppp
pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
test pppoe
provider dsl-provider
up ifmetric dsl-provider 0

# Figyelem ez az interface usb csatolos
mapping ath0
iface ath0 inet manual
metric ath0 -2
# map init-time: 5
# map timeout: 10
map debug: true
wpa-verbocity-level 3
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
wpa-roam-default-iface default-wparoam
wpa-mapping-script guessnet-ifupdown
wpa-map default: default-guessnet
wpa-map0 Trinity-WPA
wpa-map1 freeroute-WPA
wpa-map3 Vivien
# wpa-map5 any

#Beépített wifi interface
mapping wlan0
iface wlan0 inet manual
metric wlan0 0
map debug: true
wpa-verbocity-level 3
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
wpa-roam-default-iface default-wparoam
wpa-mapping-script guessnet-ifupdown
wpa-map default: default-guessnet
wpa-map0 iPhone_4S_Hotspot
wpa-map1 freeroute
wpa-map2 freeroute_zero
wpa-map3 VillaSederkyn
# wpa-map4 Trinity
# wpa-map5 any

iface iPhone_4S_Hotspot inet dhcp

iface freeroute inet dhcp

iface freeroute_zero inet dhcp

iface VillaSederkyn inet dhcp

#iface Trinity inet dhcp

#iface dsl-provider inet ppp

#iface any inet dhcp

iface default-guessnet inet dhcp

iface default-wparoam inet dhcp

#auto dsl-provider
#iface dsl-provider inet ppp
#pre-up /sbin/ifconfig eth1 up # line maintained by pppoeconf
#provider dsl-provider
#up ifmetric dsl-provider 0

Hozzászólások

Ugye a 2,3,4,5 portok valamelyikébe csatlakoztattad az UTP kábelt, nem pedig az 1-es (WAN) portba, ahol a router maga is IP címre vár?

IMHO a RB951 konfigja is releváns lehet...persze ha van másik eszköz ami megy vele (akár egy mobil wifin keresztül), akkor nem szóltam.

--
"The only valid measurement of code quality: WTFs/min"