I know that part, I meant to check in Multinet to see where my tunnel was connecting to at Steve's end :)
--
Mark Benson
http://markbenson.org/bloghttp://twitter.com/MDBenson
On 21 Mar 2012, at 16:20, Rok Vidmar <rok.vidmar at gmail.com> wrote:
Can you give me some idea how to check Multinet? I let you set
it up remotely and I don't know what/how to check it >.<
$ mcr ncp sho kno circ
Known Circuit Volatile Summary as of 21-MAR-2012 17:18:25
Circuit State Loopback Adjacent
Name Routing Node
EWA-0 on
TCP-0-0 on 3.171 (NUK1C)
TCP-0-1 on 3.47 (RVDSXL)
TCP-0-2 on -starting
The other end at TCP-0-2 is down.
--
Regards, Rok
Can you give me some idea how to check Multinet? I let you set
it up remotely and I don't know what/how to check it >.<
$ mcr ncp sho kno circ
Known Circuit Volatile Summary as of 21-MAR-2012 17:18:25
Circuit State Loopback Adjacent
Name Routing Node
EWA-0 on
TCP-0-0 on 3.171 (NUK1C)
TCP-0-1 on 3.47 (RVDSXL)
TCP-0-2 on -starting
The other end at TCP-0-2 is down.
--
Regards, Rok
Can you give me some idea how to check Multinet? I let you set it up remotely and I don't know what/how to check it >.<
--
Mark Benson
http://markbenson.org/bloghttp://twitter.com/MDBenson
On 21 Mar 2012, at 14:04, "Steve Davidson" <jeep at scshome.net> wrote:
The Eastern US HECnet hub will be down this Friday due to static IP
address reassignment and bandwidth increases. Any systems that
currently connect to IP address 69.21.253.230 should change to
bridge.declab.net. This includes bridge and Multinet Tunnel connections
as well as UUHEC (UUCP port 540) connections.
Regards,
-Steve
The Eastern US HECnet hub will be down this Friday due to static IP
address reassignment and bandwidth increases. Any systems that
currently connect to IP address 69.21.253.230 should change to
bridge.declab.net. This includes bridge and Multinet Tunnel connections
as well as UUHEC (UUCP port 540) connections.
Regards,
-Steve
On 3/19/2012 4:15 PM, Dave McGuire wrote:
Brian, I think the best way to approach it is to just try this:
interface Tunnel1
no ip address
decnet cost 10
bridge-group 1
You know, I was thinking about this. I don't think you should need to do the bridge-group if all you want to do is DECnet routing.
Let's try it without. :-D
-brian
On 03/20/2012 10:18 AM, Brian Hechinger wrote:
Another possibility might be to to just bridge everything across the
tunnel, then use ACLs to filter on EtherType (DECnet Phase IV is 0x6003):
We'll have to do some testing, but I don't *think* we should need to do
that. I'll check with some cisco guys smarter than me.
What'd you find out? I'm ready to start hacking whenever you are.
access-list 200 permit 0x6003
...
interface Tunnel1
no ip address
bridge-group 1 input-type-list 200 # or output-type-list?www
What about LAT/MOP/etc? I'm assuming we may or may not want to allow those?
Definitely LAT, but I kinda think not for MOP. I mean, everyone has a copy of PR0801ENG.SYS, right? ;)
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
On 3/19/2012 4:15 PM, Dave McGuire wrote:
Brian, I think the best way to approach it is to just try this:
interface Tunnel1
no ip address
decnet cost 10
bridge-group 1
Sometimes the simplest approach is best. =) Offhand I don't see why that wouldn't work.
We'll find out, but I don't see why it wouldn't.
Another possibility might be to to just bridge everything across the tunnel, then use ACLs to filter on EtherType (DECnet Phase IV is 0x6003):
We'll have to do some testing, but I don't *think* we should need to do that. I'll check with some cisco guys smarter than me.
access-list 200 permit 0x6003
...
interface Tunnel1
no ip address
bridge-group 1 input-type-list 200 # or output-type-list?www
What about LAT/MOP/etc? I'm assuming we may or may not want to allow those?
-brian
Dave,
This end uses the Multinet Tunnel. It also happens to be connected via the bridge. You can install Multinet at the same time that TCP/IP is but you may run only one of the stacks at a time. This end uses static IP addresses but it will accommodate Dynamic DNS addresses at the other end (for Multinet only). All I need is you IP address. This end is 69.21.253.230. Multinet uses port 700 so be sure to forward as necessary.
Regards,
-Steve
-----Original Message-----
From: owner-hecnet at Update.UU.SE
[mailto:owner-hecnet at Update.UU.SE] On Behalf Of Dave McGuire
Sent: Saturday, March 17, 2012 16:19
To: hecnet at Update.UU.SE
Subject: Re: [HECnet] intro
Thank you! I'm told that Steve Davidson runs the big hub
on the US East coast. Ideally I'd like to get online via a
GRE tunnel. Can anyone offer any advice on how to get
started? I don't know the the organizational structure is here.
-Dave
On 03/17/2012 02:00 PM, Joe Ferraro wrote:
Hi Dave... welcome!
On Sat, Mar 17, 2012 at 10:19 AM, Saku Set l <setala at gmail.com
<mailto:setala at gmail.com>> wrote:
Dave,
Welcome to play!
--Saku (Area #11)
--
Dave McGuire, AK4HZ
New Kensington, PA
On 03/19/2012 05:56 PM, Johnny Billquist wrote:
Just a check here. When you do this, will the ethernet packets coming
through retain their original MAC source addresses? Otherwise this will
not work.
Right, as the area/node are encoded in the MAC address. I'm pretty sure the MAC addresses will pop out unchanged.
Oh, and you probably need to pass through both 0x6003 and 0x6004.
Oh ok, thanks for the tip!
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
On 03/19/2012 06:07 PM, Johnny Billquist wrote:
Ah, and rereading the stuff right now reminds me of why I never got
anywhere with it. I can't seem to understand how you use it for non-IP
traffic.
Even reading the Wikipedia article, it says:
"A GRE tunnel is used when IP packets need to be sent from one network
to another, without being parsed or treated like IP packets by any
intervening routers."
So, it is essentially for IP traffic. It don't seem to be generic enough
for any random ethernet traffic.
Then, of course, you can run any kind of traffic on top of that IP layer
in the GRE tunnel, and it will all be invisible to the outside. But that
don't help when there is no IP to start with...
No, GRE isn't just for IP. You can bridge most any protocol with GRE. I've bridged non-IP-based Windows networks (for a customer) many years ago using GRE over a WAN. The Wikipedia article is poorly worded.
I'll happily go on talking with people interested in this more, but we
might do it outside of this list, since it will quickly become pretty
narrow and technical.
Ok.
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
On 2012-03-19 15.00, Dave McGuire wrote:
On 03/19/2012 05:57 PM, Mark Wickens wrote:
Sorry for being ignorant, what's GRE?
It's not ignorance if you've had no reason to know about it. :-) Generic
Routing Encapsulation, a Cisco protocol that implements generalized
tunneling. You can tunnel just about anything over GRE. Most OSs
implement GRE natively nowadays as well.
Ah, and rereading the stuff right now reminds me of why I never got anywhere with it. I can't seem to understand how you use it for non-IP traffic.
Even reading the Wikipedia article, it says:
"A GRE tunnel is used when IP packets need to be sent from one network to another, without being parsed or treated like IP packets by any intervening routers."
So, it is essentially for IP traffic. It don't seem to be generic enough for any random ethernet traffic.
Then, of course, you can run any kind of traffic on top of that IP layer in the GRE tunnel, and it will all be invisible to the outside. But that don't help when there is no IP to start with...
I'll happily go on talking with people interested in this more, but we might do it outside of this list, since it will quickly become pretty narrow and technical.
Johnny
On 03/19/2012 05:57 PM, Mark Wickens wrote:
Sorry for being ignorant, what's GRE?
It's not ignorance if you've had no reason to know about it. :-) Generic Routing Encapsulation, a Cisco protocol that implements generalized tunneling. You can tunnel just about anything over GRE. Most OSs implement GRE natively nowadays as well.
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
On 19/03/12 21:56, Johnny Billquist wrote:
On 2012-03-19 13.15, Dave McGuire wrote:
Brian, I think the best way to approach it is to just try this:
interface Tunnel1
no ip address
decnet cost 10
bridge-group 1
Sometimes the simplest approach is best. =) Offhand I don't see why that
wouldn't work.
Another possibility might be to to just bridge everything across the
tunnel, then use ACLs to filter on EtherType (DECnet Phase IV is 0x6003):
access-list 200 permit 0x6003
...
interface Tunnel1
no ip address
bridge-group 1 input-type-list 200 # or output-type-list?www
Just a check here. When you do this, will the ethernet packets coming through retain their original MAC source addresses? Otherwise this will not work.
Oh, and you probably need to pass through both 0x6003 and 0x6004.
Johnny
Sorry for being ignorant, what's GRE?
On 17/03/12 20:40, hvlems at zonnet.nl wrote:
Dave, I made a kind of map of HECnet. It is actually an excel spreadsheet where each column represents a timezone.
That file is hosted on www.hecnet.eu (IIIRC). With that file you can figure out the nearest hub.
Hans Vlems
-----Original Message-----
From: Dave McGuire<mcguire at neurotica.com>
Sender: owner-hecnet at Update.UU.SE
Date: Sat, 17 Mar 2012 16:19:08
To:<hecnet at Update.UU.SE>
Reply-To: hecnet at Update.UU.SESubject: Re: [HECnet] intro
Thank you! I'm told that Steve Davidson runs the big hub on the US
East coast. Ideally I'd like to get online via a GRE tunnel. Can
anyone offer any advice on how to get started? I don't know the the
organizational structure is here.
-Dave
On 03/17/2012 02:00 PM, Joe Ferraro wrote:
Hi Dave... welcome!
On Sat, Mar 17, 2012 at 10:19 AM, Saku Set l <setala at gmail.com
<mailto:setala at gmail.com>> wrote:
Dave,
Welcome to play!
--Saku (Area #11)
Yeah, I need to sort out a link to that file...
Mark.
On 2012-03-19 13.15, Dave McGuire wrote:
Brian, I think the best way to approach it is to just try this:
interface Tunnel1
no ip address
decnet cost 10
bridge-group 1
Sometimes the simplest approach is best. =) Offhand I don't see why that
wouldn't work.
Another possibility might be to to just bridge everything across the
tunnel, then use ACLs to filter on EtherType (DECnet Phase IV is 0x6003):
access-list 200 permit 0x6003
...
interface Tunnel1
no ip address
bridge-group 1 input-type-list 200 # or output-type-list?www
Just a check here. When you do this, will the ethernet packets coming through retain their original MAC source addresses? Otherwise this will not work.
Oh, and you probably need to pass through both 0x6003 and 0x6004.
Johnny
Brian, I think the best way to approach it is to just try this:
interface Tunnel1
no ip address
decnet cost 10
bridge-group 1
Sometimes the simplest approach is best. =) Offhand I don't see why that wouldn't work.
Another possibility might be to to just bridge everything across the tunnel, then use ACLs to filter on EtherType (DECnet Phase IV is 0x6003):
access-list 200 permit 0x6003
...
interface Tunnel1
no ip address
bridge-group 1 input-type-list 200 # or output-type-list?www
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
On 03/19/2012 11:48 AM, Brian Hechinger wrote:
As other have said - welcome.
Thank you!
I disagree. Away with you! :-D
Bah!!
I looked at GRE several years ago, but could not make head or tails of
it for the requrements of DECnet, so I gave up on that.
Ok. I'm pretty sure Brian told me that some of the HECnet areas were
connected via GRE, but I (or he) may be mistaken. Either way, I know
Brian spent some time on it a few weeks ago but was looking for
someone to run some tests with. He seems to have disappeared (he does
that from time to time ;)) but when he comes up for air I can work on
that with him. If we can get it working, we'll share configs etc in
case anyone else needs that info.
No one uses GRE that I'm aware of. *I* am interested in it, however. :-D
I could swear you said some people were using GRE..
Tomorrow is the last day at the current client (Nexus 1000v, SRM and
View!) who is annoyingly 3 hours from my house which has been making for
some long, long days. I'll have extra time coming up soon.
I'm glad that one is drawing to a close! Let me know when you're able to try some tunneling tests. My 7206VXR is in the rack and permanently up now, but with no production traffic on it yet. I'm hoping to move all the NAT and other stuff over to it soon, but I can do all the hacking I want on it for now, and reloads won't matter. ;)
I'll type up some thoughts in a separate email.
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
On 3/17/2012 4:41 PM, Dave McGuire wrote:
On 03/17/2012 04:30 PM, Johnny Billquist wrote:
As other have said - welcome.
Thank you!
I disagree. Away with you! :-D
I looked at GRE several years ago, but could not make head or tails of
it for the requrements of DECnet, so I gave up on that.
Ok. I'm pretty sure Brian told me that some of the HECnet areas were connected via GRE, but I (or he) may be mistaken. Either way, I know Brian spent some time on it a few weeks ago but was looking for someone to run some tests with. He seems to have disappeared (he does that from time to time ;)) but when he comes up for air I can work on that with him. If we can get it working, we'll share configs etc in case anyone else needs that info.
No one uses GRE that I'm aware of. *I* am interested in it, however. :-D
Tomorrow is the last day at the current client (Nexus 1000v, SRM and View!) who is annoyingly 3 hours from my house which has been making for some long, long days. I'll have extra time coming up soon.
-brian
On 03/17/2012 04:30 PM, Johnny Billquist wrote:
As other have said - welcome.
Thank you!
I looked at GRE several years ago, but could not make head or tails of
it for the requrements of DECnet, so I gave up on that.
Ok. I'm pretty sure Brian told me that some of the HECnet areas were connected via GRE, but I (or he) may be mistaken. Either way, I know Brian spent some time on it a few weeks ago but was looking for someone to run some tests with. He seems to have disappeared (he does that from time to time ;)) but when he comes up for air I can work on that with him. If we can get it working, we'll share configs etc in case anyone else needs that info.
The bridge program that I wrote does something more or less equivalent.
Most of HECnet is either using the bridge, or else DECnet over IP on VMS
running Multinet.
Ok. I could install Multinet on my DS10L, but I'm already running the DEC IP stack on there...not sure if I can remove that and then install Multinet, or if I'd have to reload the machine. (which would be fine, it's a relatively recent install and I don't have much on there yet)
I don't know the physical location of Steve Davidson, but I bet he can
tell, and help you get connected...
Sounds good, I'll wait for him to pipe up. Thanks!
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
Dave, I made a kind of map of HECnet. It is actually an excel spreadsheet where each column represents a timezone.
That file is hosted on www.hecnet.eu (IIIRC). With that file you can figure out the nearest hub.
Hans Vlems
-----Original Message-----
From: Dave McGuire <mcguire at neurotica.com>
Sender: owner-hecnet at Update.UU.SE
Date: Sat, 17 Mar 2012 16:19:08
To: <hecnet at Update.UU.SE>
Reply-To: hecnet at Update.UU.SESubject: Re: [HECnet] intro
Thank you! I'm told that Steve Davidson runs the big hub on the US
East coast. Ideally I'd like to get online via a GRE tunnel. Can
anyone offer any advice on how to get started? I don't know the the
organizational structure is here.
-Dave
On 03/17/2012 02:00 PM, Joe Ferraro wrote:
Hi Dave... welcome!
On Sat, Mar 17, 2012 at 10:19 AM, Saku Set l <setala at gmail.com
<mailto:setala at gmail.com>> wrote:
Dave,
Welcome to play!
--Saku (Area #11)
--
Dave McGuire, AK4HZ
New Kensington, PA
As other have said - welcome.
I looked at GRE several years ago, but could not make head or tails of it for the requrements of DECnet, so I gave up on that.
The bridge program that I wrote does something more or less equivalent. Most of HECnet is either using the bridge, or else DECnet over IP on VMS running Multinet.
There might also be someone able to do Cisco DECnet over IP, not sure.
I don't know the physical location of Steve Davidson, but I bet he can tell, and help you get connected...
Johnny
On 2012-03-17 13.19, Dave McGuire wrote:
Thank you! I'm told that Steve Davidson runs the big hub on the US East
coast. Ideally I'd like to get online via a GRE tunnel. Can anyone offer
any advice on how to get started? I don't know the the organizational
structure is here.
-Dave
On 03/17/2012 02:00 PM, Joe Ferraro wrote:
Hi Dave... welcome!
On Sat, Mar 17, 2012 at 10:19 AM, Saku Set l <setala at gmail.com
<mailto:setala at gmail.com>> wrote:
Dave,
Welcome to play!
--Saku (Area #11)
Thank you! I'm told that Steve Davidson runs the big hub on the US East coast. Ideally I'd like to get online via a GRE tunnel. Can anyone offer any advice on how to get started? I don't know the the organizational structure is here.
-Dave
On 03/17/2012 02:00 PM, Joe Ferraro wrote:
Hi Dave... welcome!
On Sat, Mar 17, 2012 at 10:19 AM, Saku Set l <setala at gmail.com
<mailto:setala at gmail.com>> wrote:
Dave,
Welcome to play!
--Saku (Area #11)
--
Dave McGuire, AK4HZ
New Kensington, PA