Ubiquiti RouterStation: Unterschied zwischen den Versionen

Aus Opennet
Wechseln zu: Navigation, Suche
(Konfigurstionsdateien)
(Hardware)
Zeile 4: Zeile 4:
  
 
=== Hardware ===
 
=== Hardware ===
 +
 +
* MIPS-Architektur, Atheros AR71xx SoC
 +
 +
=== Schnittstellen ===
 +
 +
* eth0 = WAN-Schnittstelle (einzelner POE-Port)
 +
* eth1 = LAN-Schnittstelle (2-Port-Switch)
 +
* wifi0 = WLAN-Schnittstelle (SLOT_0 oben)
 +
* wifi1 = WLAN-Schnittstelle (SLOT_1 oben)
 +
* wifi2 = WLAN-Schnittstelle (SLOT_2 unten)
 +
 +
=== Serial ===
 +
 +
* 3.3 Volt (Level-Shifter notwendig)
 +
* J3 (3-Pin Connector), Pinbelegung:
 +
2 - ORANGE (Signal IN/RX),
 +
5 - YELLOW (Signal OUT/TX),
 +
6 - BLACK (GROUND)
  
 
== Erstinstallation ==
 
== Erstinstallation ==

Version vom 28. Dezember 2009, 12:34 Uhr

MIPS Wireless Router Boards, siehe http://wiki.ubnt.com/wiki/index.php/RouterStation

Inhaltsverzeichnis

Überblick

Hardware

  • MIPS-Architektur, Atheros AR71xx SoC

Schnittstellen

  • eth0 = WAN-Schnittstelle (einzelner POE-Port)
  • eth1 = LAN-Schnittstelle (2-Port-Switch)
  • wifi0 = WLAN-Schnittstelle (SLOT_0 oben)
  • wifi1 = WLAN-Schnittstelle (SLOT_1 oben)
  • wifi2 = WLAN-Schnittstelle (SLOT_2 unten)

Serial

  • 3.3 Volt (Level-Shifter notwendig)
  • J3 (3-Pin Connector), Pinbelegung:
2 - ORANGE (Signal IN/RX), 
5 - YELLOW (Signal OUT/TX), 
6 - BLACK (GROUND)

Erstinstallation

Hinweise siehe http://wiki.ubnt.com/wiki/index.php/RouterStation_OpenWRT_SW_Setup_Guide

Opennet Router

  • /etc/config/network
config 'interface' 'loopback'
   option 'ifname' 'lo'
   option 'proto' 'static'
   option 'ipaddr' '127.0.0.1'
   option 'netmask' '255.0.0.0'
config 'interface' 'wan'
   option 'ifname' 'eth0'
   option 'proto' 'dhcp'
config 'interface' 'lan'
   option 'ifname' 'eth1'     
   option 'proto' 'static'
   option 'ipaddr' '172.16.0.1'
       option 'netmask' '255.255.255.0'
  • /etc/config/firewall
config defaults
   option syn_flood	1
   option input	ACCEPT
   option output	ACCEPT 
   option forward	ACCEPT
config zone
   option name	lan
   option input	ACCEPT 
   option output	ACCEPT 
   option forward 	ACCEPT
config zone
   option name	wan
   option input	REJECT
   option output	ACCEPT 
   option forward	REJECT
   option masq	1 
config forwarding 
   option src      lan
   option dest     wan
   option mtu_fix	1
config include
   option path /etc/firewall.user
Meine Werkzeuge
Namensräume

Varianten
Aktionen
Start
Opennet
Kommunikation
Karten
Werkzeuge