Cory already covered ipv6 and cisco.
I've been thinking about setting Paul's python DECnet router up. I'll do that next week. I think it can do tunnel like things. Paul?
-brian
On May 2, 2014, at 9:29, Cory Smelosky <b4 at gewt.net> wrote:
On Fri, 2 May 2014, Mark Benson wrote:
Hi,
Now I'm back, I need to get reconnected to HECnet and get some routing sorted out. Multinet never worked, and I lost my fixed IP so I can't use the bridge. Is anyone able to offer some kind of IP tunnel, maybe VPN or something?
Have a cisco box? Have IPv6?
Also there was someone who was developing a Linux-based DECnet router, is that still going/viable?
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
On Fri, 2 May 2014, Brian Hechinger wrote:
At least you know what the issue is and how to fix it. That's 90% of the problem already solved. :)
Yup. All that's left is debugging. ;)
-brian
On May 2, 2014, at 9:28, Cory Smelosky <b4 at gewt.net> wrote:
On Fri, 2 May 2014, Brian Hechinger wrote:
I've never actually used that so I can't do much more than point you at it. If I had more time today I'd help but I don't. Heading out to do birthday things for Sammy this weekend so won't really be available. I'll be more useful starting Tuesday if you aren't able to get it going by then.
No worries. I'll fiddle with it later today after heading to the store.
Sorry!!
-brian
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
At least you know what the issue is and how to fix it. That's 90% of the problem already solved. :)
-brian
On May 2, 2014, at 9:28, Cory Smelosky <b4 at gewt.net> wrote:
On Fri, 2 May 2014, Brian Hechinger wrote:
I've never actually used that so I can't do much more than point you at it. If I had more time today I'd help but I don't. Heading out to do birthday things for Sammy this weekend so won't really be available. I'll be more useful starting Tuesday if you aren't able to get it going by then.
No worries. I'll fiddle with it later today after heading to the store.
Sorry!!
-brian
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
On Fri, 2 May 2014, Mark Benson wrote:
Hi,
Now I'm back, I need to get reconnected to HECnet and get some routing sorted out. Multinet never worked, and I lost my fixed IP so I can't use the bridge. Is anyone able to offer some kind of IP tunnel, maybe VPN or something?
Have a cisco box? Have IPv6?
Also there was someone who was developing a Linux-based DECnet router, is that still going/viable?
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
On Fri, 2 May 2014, Brian Hechinger wrote:
I've never actually used that so I can't do much more than point you at it. If I had more time today I'd help but I don't. Heading out to do birthday things for Sammy this weekend so won't really be available. I'll be more useful starting Tuesday if you aren't able to get it going by then.
No worries. I'll fiddle with it later today after heading to the store.
Sorry!!
-brian
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
Hi,
Now I'm back, I need to get reconnected to HECnet and get some routing sorted out. Multinet never worked, and I lost my fixed IP so I can't use the bridge. Is anyone able to offer some kind of IP tunnel, maybe VPN or something?
Also there was someone who was developing a Linux-based DECnet router, is that still going/viable?
--
Mark Benson
http://DECtec.info
Twitter: @DECtecInfo
HECnet: STAR69::MARK
Online Resource & Mailing List for DEC Enthusiasts.
I've never actually used that so I can't do much more than point you at it. If I had more time today I'd help but I don't. Heading out to do birthday things for Sammy this weekend so won't really be available. I'll be more useful starting Tuesday if you aren't able to get it going by then.
Sorry!!
-brian
On May 2, 2014, at 9:22, Cory Smelosky <b4 at gewt.net> wrote:
On Fri, 2 May 2014, Brian Hechinger wrote:
On Fri, May 02, 2014 at 09:01:18AM -0400, Cory Smelosky wrote:
On Fri, 2 May 2014, Brian Hechinger wrote:
You can test tftp from the router. Just use 'copy tftp: flash:' and use
the info from them config email that's sent out. Just copy it to a file
on the flash of whatever name you want which you can delete later.
-brian
marjorie#copy
tftp://199.166.5.172/tunnel-dev.gimme-sympathy.org-ipv4.txt null:
Accessing tftp://199.166.5.172/tunnel-dev.gimme-sympathy.org-ipv4.txt...
%Error opening
tftp://199.166.5.172/tunnel-dev.gimme-sympathy.org-ipv4.txt (Timed
out)
May 2 06:00:35 myst xinetd[2322]: START: tftp pid=26863 from=75.49.13.201
May 2 06:00:35 myst in.tftpd[26864]: tftpd: read(ack): Connection refused
May 2 06:00:39 myst in.tftpd[26865]: tftpd: read(ack): Connection refused
May 2 06:00:44 myst in.tftpd[26866]: tftpd: read(ack): Connection refused
I've never seen that before!
Ooooh, wait, you have NAT in between your router and the internet.
That'll mash up tftp.
Are you doing this: http://www.openbsd.org/faq/pf/ftp.html#tftp-proxy
If not, set that up and I bet it'll work.
pass in quick on $int_if inet proto udp from $int_if to port tftp \
divert-to 127.0.0.1 port 6969
anchor "tftp-proxy/*"
Added...and tftp-proxy is rolling. Still failing.
-brian
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
On Fri, 2 May 2014, Brian Hechinger wrote:
On Fri, May 02, 2014 at 09:01:18AM -0400, Cory Smelosky wrote:
On Fri, 2 May 2014, Brian Hechinger wrote:
You can test tftp from the router. Just use 'copy tftp: flash:' and use
the info from them config email that's sent out. Just copy it to a file
on the flash of whatever name you want which you can delete later.
-brian
marjorie#copy
tftp://199.166.5.172/tunnel-dev.gimme-sympathy.org-ipv4.txt null:
Accessing tftp://199.166.5.172/tunnel-dev.gimme-sympathy.org-ipv4.txt...
%Error opening
tftp://199.166.5.172/tunnel-dev.gimme-sympathy.org-ipv4.txt (Timed
out)
May 2 06:00:35 myst xinetd[2322]: START: tftp pid=26863 from=75.49.13.201
May 2 06:00:35 myst in.tftpd[26864]: tftpd: read(ack): Connection refused
May 2 06:00:39 myst in.tftpd[26865]: tftpd: read(ack): Connection refused
May 2 06:00:44 myst in.tftpd[26866]: tftpd: read(ack): Connection refused
I've never seen that before!
Ooooh, wait, you have NAT in between your router and the internet.
That'll mash up tftp.
Are you doing this: http://www.openbsd.org/faq/pf/ftp.html#tftp-proxy
If not, set that up and I bet it'll work.
pass in quick on $int_if inet proto udp from $int_if to port tftp \
divert-to 127.0.0.1 port 6969
anchor "tftp-proxy/*"
Added...and tftp-proxy is rolling. Still failing.
-brian
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
On Fri, 2 May 2014, Brian Hechinger wrote:
You can test tftp from the router. Just use 'copy tftp: flash:' and use
the info from them config email that's sent out. Just copy it to a file
on the flash of whatever name you want which you can delete later.
-brian
marjorie#copy tftp://199.166.5.172/tunnel-dev.gimme-sympathy.org-ipv4.txt null:
Accessing tftp://199.166.5.172/tunnel-dev.gimme-sympathy.org-ipv4.txt...
%Error opening tftp://199.166.5.172/tunnel-dev.gimme-sympathy.org-ipv4.txt (Timed out)
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
On Fri, May 02, 2014 at 09:01:18AM -0400, Cory Smelosky wrote:
On Fri, 2 May 2014, Brian Hechinger wrote:
You can test tftp from the router. Just use 'copy tftp: flash:' and use
the info from them config email that's sent out. Just copy it to a file
on the flash of whatever name you want which you can delete later.
-brian
marjorie#copy
tftp://199.166.5.172/tunnel-dev.gimme-sympathy.org-ipv4.txt null:
Accessing tftp://199.166.5.172/tunnel-dev.gimme-sympathy.org-ipv4.txt...
%Error opening
tftp://199.166.5.172/tunnel-dev.gimme-sympathy.org-ipv4.txt (Timed
out)
May 2 06:00:35 myst xinetd[2322]: START: tftp pid=26863 from=75.49.13.201
May 2 06:00:35 myst in.tftpd[26864]: tftpd: read(ack): Connection refused
May 2 06:00:39 myst in.tftpd[26865]: tftpd: read(ack): Connection refused
May 2 06:00:44 myst in.tftpd[26866]: tftpd: read(ack): Connection refused
I've never seen that before!
Ooooh, wait, you have NAT in between your router and the internet.
That'll mash up tftp.
Are you doing this: http://www.openbsd.org/faq/pf/ftp.html#tftp-proxy
If not, set that up and I bet it'll work.
-brian