Tópico: Mesh na prática
Ver Resposta Única
Antigo 05-01-2008, 20:14   #3 (permalink)
seven
 
Avatar de seven
 
Registrado em: Nov 2006
Localização: Bahia
Posts: 20
Agradeceu: 0
Agradecido 0 vez(es) em 0 Posts
Envios no Blog: 2
Reputação: 29
seven
Enviar mensagem via Windows Live Messenger para seven Enviar mensagem via Skype para seven
Padrão Parte 03

Casa de primeiro andar a 600mts do primeiro rádio:

Zinwell G120 - APRouter 6.1 - Omni 12dbi

Modo de Operação : Cliente ISP
Wireless : Ad-hoc Cliente
SSID: mesh (o mesmo para todos)
Canal:2 ( O mesmo para todos)
Banda: B
LAN IP : 10.16.0.65 --> Nat dos clientes
WAN IP: 192.16.20.71 --> Esse aqui é o ip dos clientes.

OLSRD.CONF

# cat olsrd.conf
#
# olsr.org OLSR daemon config file
#
# Lines starting with a # are discarded
#
# This file was shipped with olsrd 0.X.X
#

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

DebugLevel 0

# IP version to use (4 or 6)

IpVersion 4

# Clear the screen each time the internal state changes

ClearScreen yes

# 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:
# 192.168.1.0 255.255.255.0
}

# 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 yes

# 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

#Net 192.168.1.0 255.255.255.0
}

# Whether 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 2


#
# 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


# Interfaces and their rules
# Omitted options will be set to the
# default values. Multiple interfaces
# can be specified in the same block
# and multiple blocks can be set.

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

Interface "wlan0" "eth0" "eth1" "br0"
{

# IPv4 broadcast address to use. The
# one usefull example would be 255.255.255.255
# If not defined the broadcastaddress
# every card is configured with is used

Ip4Broadcast 255.255.255.255

# Emission intervals.
# If not defined, RFC proposed values will
# be used in most cases.

# Hello interval in seconds(float)
HelloInterval 2.0

# HELLO validity time
HelloValidityTime 6.0

# TC interval in seconds(float)
TcInterval 5.0

# TC validity time
TcValidityTime 15.0

# MID interval in seconds(float)
MidInterval 5.0

# MID validity time
MidValidityTime 15.0

# HNA interval in seconds(float)
HnaInterval 5.0

# HNA validity time
HnaValidityTime 15.0

# When multiple links exist between hosts
# the weight of interface is used to determine
# the link to use. Normally the weight is
# automatically calculated by olsrd based
# on the characteristics of the interface,
# but here you can specify a fixed value.
# Olsrd will choose links with the lowest value.

# Weight 0

}

-----------------------------------------------------------------------------------

Casa de três andares a 600mts da primeira casa:

Zinwell G120 - APRouter 6.1 - Omni 12dbi

Modo de Operação : Cliente ISP
Wireless : Ad-hoc Cliente
SSID: mesh (o mesmo para todos)
Canal:2 ( O mesmo para todos)
Banda: B
LAN IP : 10.16.0.66 --> Nat dos clientes
WAN IP: 192.16.20.78 --> Esse aqui é o ip dos clientes.

olsrd.conf
seven está offline