[nos-bbs] Doubt pack about starting my new jnos node
Bob Tenty
bobtenty at gmail.com
Mon Nov 18 18:09:28 EST 2013
Miguel,
Some more info as I have better read the lines you use in BPQ
Change
APPLICATION 3,JNOS,,EB5JEQ-6,,255
As above APPLICATION line is for internal applications
part of BPQ itself to execute things like CHAT or the internal BBS
You want to connect to an external node over the AXUDP link
at port 5
So you have to change it to
APPLICATION 3,JNOS,C 5 EB5JEQ-6 S
You can broadcast the netrom node tables over your AXUDP link
and the nodes show up.
But you can also use INP3 as BPQ supports it!
73,
Bob VE3TOK
Hi Maguel,
Did you also "define http" in "config.h" before you compiled it?
html files should be in wwwroot of the jnos directory
BPQ
You should define an APPLICATON in bpq32.cfg
If jnos is on the node list of bpq you could use for example,
APPLICATION 6,JNOS,C VE3TOK-6 S
Otherwise you have to add the port number like
APPLICATION 6, JNOS,C 2 VE3TOK-6 S
This is for the Windows or Linux version of BPQ
Port forwarding you do in your firewall of Linux and the lines depend on
what you are running but for shorewall the examples are on the
man page of shorewall-rules.
If you use iptables directly an example is:
iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j DNAT --to
44.1.2.3:8080
iptables -A FORWARD -p tcp -d 44.1.2.3 --dport 8080 -j ACCEPT
That forwards traffic for port 80 to jnos http at ip address 44.1.3.4
port 8080
73,
Bob (Boudewijn) VE3TOK
On 13-11-18 01:24 PM, Miguel Bahi Cruz wrote:
>
> I have solved many things of my first post, but these are unsolved :
>
>
>
>
> >-Why the user commands nodes and nrroute give me an error ( Logged as Sysop )?
>
>
> I suppose I must first configure netrom
>
>
> -In the converse server : They is linked to the rest of the wwconv net.
>
> I created the channel 133, and they have name, but is only local, but
> I want create a global channel
>
>
> -Other think I want use is two web ports : 1000 for the "telnet" web
> Acces , and 80 for put one " custom landing web page" in the wwwroot
> folder , file root.html
>
>
> I star one http service
>
> start httpvnc 10000 , and it Works perfect.
>
>
> But I try : start http 80 , and they don't works.
>
>
> The normal http web page server function is removed in jnos ?
>
>
> In this case, I install a apache web server in my host/bridge machine,
> but How I link the port 80 of the host machine, with port 80 of jnos?
>
>
>
>
> -BPQ322 node : Jnos as menu option . I Have a BPQ32 Ax25 node up and
> running. By the moment I want that jnos access thru menu of my BPQ
> main swith ( for normal ax25 connections ) like this :
>
>
> BPQELX:EB5JEQ-1} BBS CHAT CONNECT BYE INFO NODES PORTS ROUTES USERS
> MHEARD JNOS
>
>
>
> ¿ How I can make this? And the opposite? Put the BPQ Access option in
> the main menu of jnos?
>
>
> I make a AXUDP local tunnel between the 2 nodes, And the ax25
> connection from jnos to bpq works ok, but from bpq to jnos ( this
> is that I want ) don't works .
>
>
> Config commands from jnos
>
>
> #attach axudp axu1 256 192.168.0.1 eb5jeq-5 10095 10095
>
> #ifconfig axu1 description "axudp link eb5jeq bpq frontend"
>
> #ifc axu1 ax25 bctext "EB5JEQ LINK BPQ FRONTEND AXUDP"
>
> #arp publish 44.133.3.39 ax25 eb5jeq-6 axu1
>
>
> Config commands in BPQ
>
>
> ;-------------------------- AX/IP/UDP port definition.---------------
>
> PORT
>
> PORTNUM=5
>
> ID=AXUDP
>
> TYPE=EXTERNAL
>
> DLLNAME=BPQAXIP.dll
>
> MAXFRAME=7
>
> FRACK=3000
>
> RESPTIME=1000
>
> RETRIES=10
>
> QUALITY=192
>
> MINQUAL=168
>
> PACLEN=128
>
> CONFIG
>
> MHEARD
>
> UDP 10095
>
> AUTOADDMAP
>
> ;BROADCAST NODES
>
> MAP EB5JEQ-6 192.168.0.201 UDP 10095 B ;
>
>
>
> ENDPORT
>
>
> ROUTES:; Locked routes (31 maximum)
>
> ;PI8APE-12,1,4,0,0,0,1 ; X-NET
>
> PI8APE-12,255,4
>
> N9PMO-2,255,4; X-NET
>
> VE3UIL-7,255,4
>
> EB5JEQ-6,255,4
>
>
> APPLICATION 3,JNOS,,EB5JEQ-6,,255
>
>
> Note:
>
> ip bpq host machine 192.168.0.1
>
> ip jnos machine ( jnos side of tun0 ) 192.168.0.201
>
>
> any idea?
>
>
>
>
>
>
>
> _______________________________________________
> nos-bbs mailing list
> nos-bbs at tapr.org
> http://www.tapr.org/mailman/listinfo/nos-bbs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.tapr.org/pipermail/nos-bbs_lists.tapr.org/attachments/20131118/8755db29/attachment.html>
More information about the nos-bbs
mailing list