Hi, Ok , I know that main amprnet server send via RIP broadcast about current table with amprnet gateway but we don't need use RIP. We can use idea ENCAP via IPIP to tunnel connect main gateways MESH node. It is not connenct single MEsh Node but similar like you do via GRE connect local Mesh Nodes. In your solution we must create separate interface TUNx to connect different local network Mesh Nodes. I am not sure that will be work but we can check. We can setup on one WRT54 in every local network Mesh which will be have access to internet and will be gateway to other local network Mesh node. For example In my city I will be define one WRT54 with follow: ip addr add 44.165.32.254/32 dev tunl0
ip tunnel change ttl 64 mode ipip tunl0 ip link set dev tunl0 up #load route table # gateway no1 for example SM7I
ip route add 44.145.34.254/32 via 134.23.34.1 dev tunl0 proto static onlink
# next gateway VE1ABC
ip route add 44.123.4.254/32 via 125.35.4.10 dev tunl0 proto static onlink ...... in /etc/config.mesh/ olsrd.conf we are bridge this only one interface interface "tunl0"
in /etc/config/ olsrd.conf interface "tunl0" "wl0"
broadcast in olsd.conf will be 255.255.255.255 If you setup similar on your main Mesh gateway Node with ip addr add 44.145.34..254/32 dev tunl0 ip tunnel change ttl 64 mode ipip tunl0 ip link set dev tunl0 up
#load route table # gateway no1 to SP2ONG-Mesh gateway ip route add 44.165.32.254/32 via 95.24.128.1 dev tunl0 proto static onlink It maybe working this solution If will be work it will be easy connect different local Mesh network to one bigger. In this solution we define one interface "tunl0 but define route table. What do you thing Johan about this? According to Amprnet. We have 44/8 network which is dedicate to use TCP/IP and in HamNEt network main protocol is TCP/IP. Yes I know use 44/8 TCP/IP over AX.25 but it was 10 or more years wehen we use Packet Radio which is now practical not useful. If you still like and want to use AX.25 you can use oposit to 10 year ago. We can use AX.25 via AXIP where main protocol is TCP/IP but you can see in europe ax.25 and ax25 network is going down. Ham radio users want to use network like use every day internet not terminal programs to use ax.25. You know europe Hamnet map http://hamnetdb.net/mapwindow.cgi?as=64695&site= I have attached picture example local Network gateway where we can connect WRT54 via WAN to router and we can define firewall to blocal use Internet via HSMM-Mesh but alllow connect to 44/8 network and Mesh users can see on own computer connected in local Mesh network for example http://sp2ong.ampr.org I have running Hamnet server on raspberry PI which have for local users: - WWW server on NGINX with Get Simple CMS - local forum on MyBB - SMTP/POP3/IMAP sevrer with webmail GUI use CITADEL - Video streaming server on ICECAST - Voice server running on MUMBLE - Jabber server on "ejabberd" for use IM like PIDGIN - DXcluster on DXSpider with Web access it is all working on small Raspberry PI v2 where is installed HAMServerPI distribution by DL3DCW If you have access to Amprnet you can try to see my server http://sp2ong.ampr.org
73 Waldek sp2ong
|