Bob Armstrong wrote:
Here s an updated node listing with some of the recent additions. If any
are missing or incorrect, let me know the details and I ll update the list.
http://www.sparetimegizmos.com/Downloads/DCN%20Node%20List.pdf
Hmm. BEA is 1.19, not 1.20.
1.20 is KNASE. Another PDP-11/70 running RSX.
You can put me as responsible for both of them for now. It might be some other person for KNASE eventually, but at the moment we have some hardware problems with that machine.
Johnny
So, obviously my iptables ain't blocking DECnet,
so it's a mystery why I can only see:
pc:/etc# cat /proc/net/decnet_neigh
Addr Flags State Use Blksize Dev
1.500 --- 40 01 0001498 eth0
1.10 --- 40 01 0016434 lo
Aloha, Angela
--
"(I'll) Be Seeing You..." All information and transactions are
private between the parties, and are non negotiable. All rights
reserve without prejudice, Angela Kahealani. http://kahealani.com
On Wed, 2008-08-20 04:57:57 Johnny Billquist wrote:
Angela Kahealani wrote:
On Wed, 2008-08-20 03:54:55 Christine Caulfield wrote:
libpcap0.8-dev
Thanks... got compiled,
working live on config with sampsa in IRC
And...? You should be up by now, I thought...
Johnny
Yeah, I can see how one would think that... however,
I just figured out that I have to learn iptables now...
I'm running fail2ban, and that setup IPtables as:
pc:/# iptables --list
Chain INPUT (policy ACCEPT)
target prot opt source destination
fail2ban-ssh tcp -- anywhere anywhere multiport dports ssh,sftp
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain fail2ban-ssh (1 references)
target prot opt source destination
RETURN 0 -- anywhere anywhere
so now I have to figure out how to punch holes in the firewall
for UDP/4711 to let DECnet traffic through, and I'm a newbie
to iptables... so am reading documents, so that I don't break
what fail2ban is already doing here.
Aloha, Angela
--
"(I'll) Be Seeing You..." All information and transactions are
private between the parties, and are non negotiable. All rights
reserve without prejudice, Angela Kahealani. http://kahealani.com
Angela Kahealani wrote:
On Wed, 2008-08-20 03:54:55 Christine Caulfield wrote:
libpcap0.8-dev
Thanks... got compiled,
working live on config with sampsa in IRC
And...? You should be up by now, I thought...
Johnny
On Wed, 2008-08-20 03:54:55 Christine Caulfield wrote:
libpcap0.8-dev
Thanks... got compiled,
working live on config with sampsa in IRC
--
"(I'll) Be Seeing You..." All information and transactions are
private between the parties, and are non negotiable. All rights
reserve without prejudice, Angela Kahealani. http://kahealani.com
On Wed, 2008-08-20 03:43:55 Johnny Billquist wrote:
You're on some kind of Linux, right?
There is probably some packet manager in there, which you can request to
install the pcap library.
Johnny
yes, thanks... got compiled,
and working on config live with sampsa on IRC for DECnet
--
"(I'll) Be Seeing You..." All information and transactions are
private between the parties, and are non negotiable. All rights
reserve without prejudice, Angela Kahealani. http://kahealani.com
Angela Kahealani wrote:
On Tue, 2008-08-19 23:35:02 Johnny Billquist wrote:
I'm setting up
1.500 for KAHEA and
1.501 for LANI.
As soon as your end of the bridge is compiled, let me know, and we'll
the the connection running.
Hmmmm... Houston, we have a problem. Where do I get "pcap"?
Depending on your distribution you should be able to do a
yum install libpcap-devel
or
apt-get install libpcap-dev
or something similar
Actually on my old debian system it's called libpcap0.8-dev
but it should be available in there somewhere.
Chrissie
You're on some kind of Linux, right?
There is probably some packet manager in there, which you can request to install the pcap library.
Johnny
Angela Kahealani wrote:
On Tue, 2008-08-19 23:35:02 Johnny Billquist wrote:
I'm setting up 1.500 for KAHEA and 1.501 for LANI.
As soon as your end of the bridge is compiled, let me know, and we'll the the connection running.
Hmmmm... Houston, we have a problem. Where do I get "pcap"?
angela at pc:/usr/local/src/DECnet.bridge$ make
cc -O2 -o bridge bridge.c -lpcap
bridge.c:24:22: error: pcap-bpf.h: No such file or directory
bridge.c:31:18: error: pcap.h: No such file or directory
bridge.c:72: error: array type has incomplete element type
bridge.c:73: error: BPF_LD undeclared here (not in a function)
bridge.c:73: error: BPF_H undeclared here (not in a function)
bridge.c:73: error: BPF_ABS undeclared here (not in a function)
bridge.c:74: error: BPF_JMP undeclared here (not in a function)
bridge.c:74: error: BPF_JEQ undeclared here (not in a function)
bridge.c:74: error: BPF_K undeclared here (not in a function)
bridge.c:78: error: BPF_RET undeclared here (not in a function)
bridge.c:136: error: expected = , , , ; , asm or __attribute__ before * token
bridge.c: In function add_bridge :
bridge.c:200: error: storage size of pgm isn t known
bridge.c:201: error: PCAP_ERRBUF_SIZE undeclared (first use in this function)
bridge.c:201: error: (Each undeclared identifier is reported only once
bridge.c:201: error: for each function it appears in.)
bridge.c:203: error: pcap undeclared (first use in this function)
bridge.c:209: error: invalid application of sizeof to incomplete type struct bpf_insn
bridge.c: In function main :
bridge.c:614: error: storage size of h isn t known
bridge.c:615: error: pcap undeclared (first use in this function)
bridge.c:615: warning: cast to pointer from integer of different size
make: *** [bridge] Error 1
angela at pc:/usr/local/src/DECnet.bridge$ cat Makefile
bridge: bridge.c
cc -O2 -o bridge bridge.c -lpcap
angela at pc:/usr/local/src/DECnet.bridge$
Aloha, Angela
Hi, Angela.
Angela Kahealani wrote:
Aloha Johnny
On Mon, 2008-08-18 22:18:48 Johnny Billquist wrote:
At the moment, HECnet is somewhat split, since a central router isn't up and running. So not everyone can reach area 2. :-(
Johnny
I'm working towards joining HECNET.
Great!
I would like to be assigned two node numbers and reserve two node names:
KAHEA Linux DECnet
LANI TOPS-20 on KLH-10 emulator
and I understand that running a bridge on Linux my best bet is to
join your area 1.
Yes, that would be the easiest. I'm setting up 1.500 for KAHEA and 1.501 for LANI.
As soon as your end of the bridge is compiled, let me know, and we'll the the connection running.
Johnny
Thank you, and
Aloha, Angela Kahealani