On Wed, Apr 30, 2014 at 10:46:47PM -0400, Cory Smelosky wrote:
Brian,
As I run pf at the Edge, can you add a bit that autogenerates a file
that looks like:
pass in on $ext_if proto gre from <remote tunnel IP> to any port
rdr-to 10.10.0.10 port snmp
for each tunnel? I'll likely pull it from tftp using a cronjob and
shoving it in to a pf anchor.
Use a table instead.
table <hecnet_gre> persist file "/etc/hecnet"
pass in on $ext_if proto gre from <hecnet_gre> to any port
rdr-to 10.10.0.10 port snmp
then fetch ip_list via tftp and put it as /etc/hetnet
Then run: pfctl -t hecnet_gre -Tr -f /etc/hetnet
This file is re-generated every time my script is triggered. That being
said, it obviously only changes if people join/leave/change ip.
-brian
On Thu, 1 May 2014, Dave McGuire wrote:
On 05/01/2014 12:10 AM, Cory Smelosky wrote:
Speaking of PDP-11s, has your intermediary gotten the haul from VCF your
way yet?
Yes! I haven't looked at them yet, but they're here, safe and sound.
I'll work out a way to get them to you soon.
Cool!
Back to work now.
Back to waiting on crap in my case. ;)
-Dave
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
On 05/01/2014 12:10 AM, Cory Smelosky wrote:
Speaking of PDP-11s, has your intermediary gotten the haul from VCF your
way yet?
Yes! I haven't looked at them yet, but they're here, safe and sound.
I'll work out a way to get them to you soon.
Back to work now.
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
On Thu, 1 May 2014, Dave McGuire wrote:
On 04/30/2014 08:18 PM, Jovan Trujillo wrote:
This is what got me interested in HECnet:
http://www.math.uni-trier.de/~ries/pcud32.pdf
<http://www.math.uni-trier.de/%7Eries/pcud32.pdf>
Have you guys ever banded together to solve a few math problems with
this network?
I would be interested in learning how to do it.
That would be LOTS of fun. I'm in!
I'm in, too.
I'm even more interested if we could do it with (or including)
PDP-11s. Many of my PDP-11s have serious floating point hardware.
I'd totally add my 11/44 to it. ;) (Still need to pick up that PSU...)
Speaking of PDP-11s, has your intermediary gotten the haul from VCF your way yet?
-Dave
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
On 04/30/2014 08:18 PM, Jovan Trujillo wrote:
This is what got me interested in HECnet:
http://www.math.uni-trier.de/~ries/pcud32.pdf
<http://www.math.uni-trier.de/%7Eries/pcud32.pdf>
Have you guys ever banded together to solve a few math problems with
this network?
I would be interested in learning how to do it.
That would be LOTS of fun. I'm in!
I'm even more interested if we could do it with (or including)
PDP-11s. Many of my PDP-11s have serious floating point hardware.
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
Brian,
As I run pf at the Edge, can you add a bit that autogenerates a file that looks like:
pass in on $ext_if proto gre from <remote tunnel IP> to any port rdr-to 10.10.0.10 port snmp
for each tunnel? I'll likely pull it from tftp using a cronjob and shoving it in to a pf anchor.
Thanks!
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
This is what got me interested in HECnet: http://www.math.uni-trier.de/~ries/pcud32.pdf
Have you guys ever banded together to solve a few math problems with this network?
I would be interested in learning how to do it.