0xff Backfire-Vienna-Weiterführendes: Unterschied zwischen den Versionen
Haha (Diskussion | Beiträge) |
Haha (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
+ | = Tunnel Setup = | ||
+ | |||
+ | siehe <b>[Tunnel_Setup]]</b> oder auch <b>[Tunnel_Setup_-_Backfire_Vienna_2.0]]</b> | ||
+ | |||
+ | |||
+ | = OpenVPN für das private Netz = | ||
+ | |||
+ | siehe <b>[[OpenVPN_für_das_private_Netz]]</b> | ||
+ | |||
+ | |||
+ | = Server ohne olsr = | ||
+ | |||
+ | siehe <b>[[Server_ohne_olsr]]</b> | ||
+ | |||
+ | |||
+ | = OLSR-Lonfiguration = | ||
+ | |||
+ | siehe <b>[[OLSR-Konfiguration]]</b> | ||
+ | |||
+ | |||
+ | = MobileNodes = | ||
+ | |||
+ | siehe <b>[[MobileNodes]]</b> | ||
+ | |||
+ | |||
+ | = IRC Chat = | ||
+ | |||
+ | siehe <b>[[IRC]]</b> | ||
+ | |||
+ | |||
+ | = VoIP Client = | ||
+ | |||
+ | siehe <b>[[VoIP_Client_Konfiguration]]</b> | ||
+ | |||
+ | |||
+ | = zusätzl. Packages installieren = | ||
+ | |||
+ | siehe <b>[[0xff_Backfire-Vienna-Packages]]</b> | ||
+ | |||
+ | |||
= USB = | = USB = | ||
Zeile 10: | Zeile 50: | ||
opkg install kmod-usb-core kmod-usb-ohci kmod-usb-uhci kmod-usb2 usbutils | opkg install kmod-usb-core kmod-usb-ohci kmod-usb-uhci kmod-usb2 usbutils | ||
+ | |||
= GPS (+NTP) = | = GPS (+NTP) = | ||
Zeile 38: | Zeile 79: | ||
gpsd -G /dev/ttyUSB | gpsd -G /dev/ttyUSB | ||
+ | |||
= NTP = | = NTP = | ||
Zeile 101: | Zeile 143: | ||
SHM(1) .GPS1. 0 l - 16 0 0.000 0.000 0.000 | SHM(1) .GPS1. 0 l - 16 0 0.000 0.000 0.000 | ||
</pre> | </pre> | ||
+ | |||
= STORAGE = | = STORAGE = | ||
Zeile 111: | Zeile 154: | ||
Zusätzliche Filesysteme nach Bedarf... kmod-fs-* | Zusätzliche Filesysteme nach Bedarf... kmod-fs-* | ||
+ | |||
= 3G/UMTS/Modem = | = 3G/UMTS/Modem = | ||
Zeile 122: | Zeile 166: | ||
opkg install kmod-usb-serial kmod-usb-serial-option usb-modeswitch usb-modeswitch-data comgt ppp | opkg install kmod-usb-serial kmod-usb-serial-option usb-modeswitch usb-modeswitch-data comgt ppp | ||
− | |||
+ | = Unix Tipps = | ||
+ | |||
+ | siehe <b>[[Unix_tips]]</b> | ||
+ | |||
+ | |||
+ | = Port Scans = | ||
+ | |||
+ | siehe <b>[[Port_Scans]]</b> | ||
+ | |||
+ | |||
+ | = Services = | ||
+ | |||
+ | siehe <b>[[Services]]</b> | ||
Version vom 20. Januar 2012, 21:46 Uhr
Inhaltsverzeichnis
Tunnel Setup
siehe [Tunnel_Setup]] oder auch [Tunnel_Setup_-_Backfire_Vienna_2.0]]
OpenVPN für das private Netz
siehe OpenVPN_für_das_private_Netz
Server ohne olsr
siehe Server_ohne_olsr
OLSR-Lonfiguration
siehe OLSR-Konfiguration
MobileNodes
siehe MobileNodes
IRC Chat
siehe IRC
VoIP Client
siehe VoIP_Client_Konfiguration
zusätzl. Packages installieren
siehe 0xff_Backfire-Vienna-Packages
USB
z.b. am TP-Link TL WR-1043ND
http://wiki.openwrt.org/tag/usbrelated?do=showtag&tag=tag%3Ausbrelated
http://wiki.openwrt.org/doc/howto/usb.essentials
Pakete installieren
opkg install kmod-usb-core kmod-usb-ohci kmod-usb-uhci kmod-usb2 usbutils
GPS (+NTP)
http://gpsd.berlios.de/gpsd.html
Pakete installieren
opkg install kmod-usb-serial kmod-usb-serial-option kmod-usb-serial-pl2303 gpsd
Zusätzliche usb-serial Treiber nach Bedarf... kmod-usb-serial-*
Parameter -n entfernen in /etc/init.d/gpsd
$PROG -P $PIDF -S $port $device
Tools zum Testen:
cgps <IP>:<PORT> xgps <IP>:<PORT> telnet <IP>:<PORT>
Bei telnet z.b. ?DEVICE; als Befehl eingeben.
Um von einer externen IP zugreifen zu können, muss der gpsd mit -G gestartet werden:
gpsd -G /dev/ttyUSB
NTP
Zeitsync mit NTPD
Folgendes funktioniert nur, wenn der gpsd von einer anderen Applikation gepollt wird. Die Option -n des gpsd macht Probleme.
http://gpsd.berlios.de/gpsd.html
Pakete installieren
opkg install ntpd
Mindestens einen Server + GPS konfigurieren in /etc/ntp.conf
# use a random selection of 8 public stratum 2 servers # see http://twiki.ntp.org/bin/view/Servers/NTPPoolServers #restrict default nomodify notrap noquery #restrict default noquery restrict 127.0.0.1 driftfile /tmp/ntp.drift server 0.openwrt.pool.ntp.org iburst #server 1.openwrt.pool.ntp.org iburst #server 2.openwrt.pool.ntp.org iburst #server 3.openwrt.pool.ntp.org iburst # GPS(NMEA)+PPS #server 127.127.20.0 minpoll 4 prefer #fudge 127.127.20.0 flag3 1 flag2 0 # SMA PPS #server 127.127.28.0 minpoll 4 prefer #fudge 127.127.28.0 refid PPS flag3 1 server 127.127.28.0 minpoll 4 maxpoll 4 fudge 127.127.28.0 time1 0.035 refid GPS flag3 1 server 127.127.28.1 minpoll 4 maxpoll 4 prefer fudge 127.127.28.1 refid GPS1 flag3 1 #server 192.168.1.253
Tools zum testen:
ntpq -p
Output etwa wie folgt:
remote refid st t when poll reach delay offset jitter ============================================================================== +173-8-103-244-M 18.26.4.105 2 u 24 64 311 165.747 5.503 32.117 *SHM(0) .GPS. 0 l 5 16 377 0.000 16.266 21.334 SHM(1) .GPS1. 0 l - 16 0 0.000 0.000 0.000
STORAGE
http://wiki.openwrt.org/doc/howto/usb.storage
Pakete installieren
opkg install kmod-scsi-core kmod-usb-storage kmod-usb-storage-extras block-mount kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1
Zusätzliche Filesysteme nach Bedarf... kmod-fs-*
3G/UMTS/Modem
UNFINISHED!
http://wiki.openwrt.org/doc/recipes/3gdongle
Pakete installieren
opkg install kmod-usb-serial kmod-usb-serial-option usb-modeswitch usb-modeswitch-data comgt ppp
Unix Tipps
siehe Unix_tips
Port Scans
siehe Port_Scans
Services
siehe Services
zurück zu wiki_funkfeuer_at
< Startseite > < Backfire-Vienna > < Standards > < Installation > < Weiterführendes > < Aktivitäten > < Index >
<google>WIKI</google>