CZFree.Net Home Page Diskuzní Fóra CZFree.Net Archív Často Kladených Otázek Registrace Nových Členů Archív Odkazů Seznam Členů Fóra CZFree.Net Czech Node Map hosted @CZFree.net CZFree.Net WIKI
CZFree Network Portal vzkazy | ovládání | pokročilé hledání   
 

Odpovědět k Tématu 
CZFree.Net forum: Wireless community network CZFree.Net > Fórum > Routování > OLSR
Autor
Téma  < Předchozí Téma   Další Téma >
Zajsoft
Pan hodný

Registrován: 04.01.2004
Příspěvků: 1017

OLSR Příspěvek č. 1 

__________________

Super Stupid Nesquick Rabbit
Nastal čas změn...!!!

Naposledy upravil stepik 29.01.2005 v 02:35

Old Post 28.01.2005 v 10:55
Zajsoft je offline   Click Here to See the Profile for Zajsoft   Find more posts by Zajsoft   Click here to Send Zajsoft a Private Message     Visit Zajsoft's homepage!   Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
oook
Senior Member

Registrován: 28.06.2002
Příspěvků: 2325

Re: OLSR Příspěvek č. 2 

Old Post 28.01.2005 v 12:27
oook je offline   Click Here to See the Profile for oook   Find more posts by oook   Click here to Send oook a Private Message       Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
Zajsoft
Pan hodný

Registrován: 04.01.2004
Příspěvků: 1017

Re: Re: OLSR Příspěvek č. 3 

__________________

Super Stupid Nesquick Rabbit
Nastal čas změn...!!!

Old Post 28.01.2005 v 12:45
Zajsoft je offline   Click Here to See the Profile for Zajsoft   Find more posts by Zajsoft   Click here to Send Zajsoft a Private Message     Visit Zajsoft's homepage!   Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
Zajsoft
Pan hodný

Registrován: 04.01.2004
Příspěvků: 1017

Posledni verze meho olsrd.conf Příspěvek č. 4 

#
# olsr.org OLSR daemon config file
#
# Lines starting with a # are discarded
#
# This file was shipped with olsrd 0.4.8
#

# Debug level(0-9)
# If set to 0 the daemon runs in the background

DebugLevel 1

# IP version to use (4 or 6)

IpVersion 4

# HNA IPv4 routes
# syntax: netaddr netmask
# Example Internet gateway:
# 0.0.0.0 0.0.0.0

Hna4
{
# Internet gateway:
# 0.0.0.0 0.0.0.0
# more entries can be added:
10.11.11.80 255.255.255.248
10.11.1.0 255.255.255.0
}

# HNA IPv6 routes
# syntax: netaddr prefix
# Example Internet gateway:
Hna6
{
# Internet gateway:
# :: 0
# more entries can be added:
# fec0:2200:106:: 48
}

# Should olsrd keep on running even if there are
# no interfaces available? This is a good idea
# for a PCMCIA/USB hotswap environment.
# "yes" OR "no"

AllowNoInt no

# TOS(type of service) value for
# the IP header of control traffic.
# If not set it will default to 16

#TosValue 16

# The fixed willingness to use(0-7)
# If not set willingness will be calculated
# dynamically based on battery/power status
# if such information is available

#Willingness 4

# Allow processes like the GUI front-end
# to connect to the daemon.

IpcConnect
{
# Determines how many simultaneously
# IPC connections that will be allowed
# Setting this to 0 disables IPC

MaxConnections 0

# By default only 127.0.0.1 is allowed
# to connect. Here allowed hosts can
# be added

Host 127.0.0.1

# You can also specify entire net-ranges
# that are allowed to connect. Multiple
# entries are allowed
}

# Wether to use hysteresis or not
# Hysteresis adds more robustness to the
# link sensing but delays neighbor registration.
# Used by default. 'yes' or 'no'

UseHysteresis no

# Hysteresis parameters
# Do not alter these unless you know
# what you are doing!
# Set to auto by default. Allowed
# values are floating point values
# in the interval 0,1
# THR_LOW must always be lower than
# THR_HIGH.

#HystScaling 0.50
#HystThrHigh 0.80
#HystThrLow 0.30


# Link quality level
# 0 = do not use link quality
# 1 = use link quality for MPR selection
# 2 = use link quality for MPR selection and routing
# Defaults to 0

LinkQualityLevel 2

# Link quality window size
# Defaults to 10

#LinkQualityWinSize 10

# Polling rate in seconds(float).
# Default value 0.05 sec

#Pollrate 0.05


# TC redundancy
# Specifies how much neighbor info should
# be sent in TC messages
# Possible values are:
# 0 - only send MPR selectors
# 1 - send MPR selectors and MPRs
# 2 - send all neighbors
#
# defaults to 0

#TcRedundancy 0


#
# MPR coverage
# Specifies how many MPRs a node should
# try select to reach every 2 hop neighbor
#
# Can be set to any integer >0
#
# defaults to 1

#MprCoverage 1


# Olsrd plugins to load
# This must be the absolute path to the file
# or the loader will use the following scheme:
# - Try the paths in the LD_LIBRARY_PATH
# environment variable.
# - The list of libraries cached in /etc/ld.so.cache
# - /lib, followed by /usr/lib

# Example plugin entry with parameters:

#LoadPlugin "olsrd_dyn_gw.so.0.3"
#{
# Here parameters are set to be sent to the
# plugin. Theese are on the form "key" "value".
# Parameters ofcause, differs from plugin to plugin.
# Consult the documentation of your plugin for details.

# Example: dyn_gw params

# how often to check for Internet connectivity
# defaults to 5 secs
# PlParam "Interval" "40"

# if one or more IPv4 addresses are given, do a ping on these in
# descending order to validate that there is not only an entry in
# routing table, but also a real internet connection. If any of
# these addresses could be pinged successfully, the test was
# succesful, i.e. if the ping on the 1st address was successful,the
# 2nd won't be pinged
# PlParam "Ping" "10.11.1.1"
# PlParam "Ping" "141.1.1.1"
# PlParam "Ping" "194.25.2.129"
#}

LoadPlugin "olsrd_httpinfo.so.0.1"
{
# PlParam "Port" "8080"
}

# Interfaces and their rules
# Omitted options will be set to the
# default values. Multiple interfaces
# can be specified.

# !!CHANGE THE INTERFACE LABEL TO MATCH YOUR INTERFACE!!
# (eg. wlan0 or eth1):

Interface "eth0"
{
HelloInterval 2.0
HelloValidityTime 20.0
}

Interface "eth1"
{
HelloInterval 2.0
HelloValidityTime 20.0
}

__________________

Super Stupid Nesquick Rabbit
Nastal čas změn...!!!

Old Post 28.01.2005 v 13:11
Zajsoft je offline   Click Here to See the Profile for Zajsoft   Find more posts by Zajsoft   Click here to Send Zajsoft a Private Message     Visit Zajsoft's homepage!   Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
oook
Senior Member

Registrován: 28.06.2002
Příspěvků: 2325

Re: Re: Re: OLSR Příspěvek č. 5 

Old Post 28.01.2005 v 13:57
oook je offline   Click Here to See the Profile for oook   Find more posts by oook   Click here to Send oook a Private Message       Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
Zajsoft
Pan hodný

Registrován: 04.01.2004
Příspěvků: 1017

Re: Re: Re: Re: OLSR Příspěvek č. 6 

__________________

Super Stupid Nesquick Rabbit
Nastal čas změn...!!!

Old Post 28.01.2005 v 14:01
Zajsoft je offline   Click Here to See the Profile for Zajsoft   Find more posts by Zajsoft   Click here to Send Zajsoft a Private Message     Visit Zajsoft's homepage!   Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
oook
Senior Member

Registrován: 28.06.2002
Příspěvků: 2325

Re: Re: Re: Re: Re: OLSR Příspěvek č. 7 

Old Post 28.01.2005 v 14:15
oook je offline   Click Here to See the Profile for oook   Find more posts by oook   Click here to Send oook a Private Message       Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
Albert.Einstein
Junior Member

Registrován: 24.06.2002
Příspěvků: 160

Příspěvek č. 8 

Zkousel nekdo se jeste nekdy podivat na OLSR ? ci najaky jini routovaci protokol mimo ospf ?

__________________

AE e=m*c^2

Old Post 10.05.2006 v 13:06
Albert.Einstein je offline   Click Here to See the Profile for Albert.Einstein   Find more posts by Albert.Einstein   Click here to Send Albert.Einstein a Private Message       Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
lazna
Senior Member

Registrován: 29.10.2002
Příspěvků: 2614

User is Mapper

Příspěvek č. 9 

__________________

Old Post 10.05.2006 v 13:50
lazna je offline   Click Here to See the Profile for lazna   Find more posts by lazna   Click here to Send lazna a Private Message       Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
stybla
Senior Member

Registrován: 06.04.2005
Příspěvků: 1845

Příspěvek č. 10 

__________________

Old Post 10.05.2006 v 15:27
stybla je offline   Click Here to See the Profile for stybla   Find more posts by stybla   Click here to Send stybla a Private Message   Click Here to Email stybla     Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
wearit
Member

Registrován: 29.01.2003
Příspěvků: 305

olsr Příspěvek č. 11 

a moc pekne funguje na openwrt (v adhocove siti)

__________________

Provozovatel bezdrátové sítě Tucnak.org (nejen Olomouc) http://bloguje.tucnak.org/

Old Post 10.05.2006 v 19:37
wearit je offline   Click Here to See the Profile for wearit   Find more posts by wearit   Click here to Send wearit a Private Message   Click Here to Email wearit   Visit wearit's homepage!   Reference obchodniku Upravit/Smazat Příspěvek   Odpovědět s Citací  
Veškerý čas je GMT. Aktuální čas: 22:48.  Předcházející Téma   Další Téma
Odpovědět k Tématu
 
Zformátovat pro Tisk | Stáhnout Téma do Palma | Poslat Téma E-mailem | Odebírat tuto Diskuzi

Search this Thread:

 

CZFree.NET | Copyright ©MMII - MMXIV CZFree.NET | Kontaktujte Nás
Powered by: vBulletin - Copyright ©MM - MMII Jelsoft Enterprises Limited.
Founder: Deu / original scripting by: carlos (All High Seeds) / Node Monitor by: 8an
Additional Portal & Node Monitor Development by: oto, Zajsoft, Danny, Netdave
Hosted by: NFX.cz / FreeTel.cz