Re: multilink VPN

2009-05-29 Thread James Mackinnon
09 at 22:07:25 -0300, James Mackinnon wrote: I need to setup redundant VPN's between these locations without the use of BGP. I have used sasync in the past, pfsync etc however, I have not tried to setup a VPN where 2 ISPs are used without the ISPs setup with BGP. Because BGP convergan

multilink VPN

2009-05-27 Thread James Mackinnon
Hi All Here is my situation and I am hoping for a little guidance on this one I have 2 locations, both with 2 fiber internet connections I need to setup redundant VPN's between these locations without the use of BGP. So, my setup would be something like this Location A Firewall 1 Connection t

ssh controlling question

2008-01-10 Thread James Mackinnon
Hi All Just a little question on something I'm working on I have say 50 accounts on a box. 40 of which I want the users to connect from "ANY" IP address 10 of which I want the users to only be allowed to connect from a specific IP address that is assigned to them. Is there a feature to control

Re: pf

2007-10-05 Thread James Mackinnon
with pf enabled and using a pass out keep state from the BSD box, make sure it can hit the internet. this will remove it as being an interface issue to start. The NAT setup and the rules, based on the testing rules, should allow this to work at this point, if it is not, go back to square 1 a

Re: pf

2007-10-04 Thread James Mackinnon
make sure you have IP forwarding setup in your /etc/sysctl.conf Nat is pretty easy in pf once forwarding is setup nat on $EXTERNALINTERFACE inet from $INTERNELNETWORK to any -> $EXTERNALINTERFACE where $EXTERNALINTERFACE and $INTERNALNETWORK is your interface settings. James - Origina

authpf issue

2007-09-17 Thread James Mackinnon
Hi all I am trying to get authpf up and running but am having an issue I have the users shell set as authpf but on login I am getting -authpf: non-interactive session connection for authpf Any suggestions? James -- James Mackinnon President

moving location of passwd, master.passwd and group file

2007-09-13 Thread James Mackinnon
Hi All I am trying to read-only the system but having a seperate location rw In order to do this, I want to re-locate the user account files so accounts can still be added when in read-only mode. I have tried doing ln -s /confs/passwd /etc/passwd etc.. but when I try to create an account it fail

Re: pf block IP range

2007-05-26 Thread James Mackinnon
yes block out quick on $external from any to 123.123.100.0/24 for example. Of course, the / equiv will need to be that of the size of the segment you are blocking on Enjoy - Original Message - From: "Jim M" <[EMAIL PROTECTED]> To: Sent: Saturday, May 26, 2007 7:54 PM Subject: pf bl

Re: openBSD as a 802.11b/g AP

2007-05-16 Thread James Mackinnon
Sorry, yes, I flipped it now to use b mode, same result still unfortunally. thoughts in that mode? - Original Message - From: "Michael" <[EMAIL PROTECTED]> To: "James Mackinnon" <[EMAIL PROTECTED]>; Sent: Wednesday, May 16, 2007 4:27 PM Subject: Re:

openBSD as a 802.11b/g AP

2007-05-16 Thread James Mackinnon
some suggestions on where I am going wrong on this. from what I have searched and read on, openBSD as an AP should be very straight forward but i'm not seeing it broadcast out. I'm running OpenBSD 4.0 on a soekris 4801 Thanks James Mackinnon

driver question

2007-04-16 Thread James Mackinnon
This was likely answered before. I went hunting and seemed to not find a solid answer, thus, after the time of looking, I figured I need to take the moment to ask I have a quad Xeon 700 Dell 6450 with 4 146gig scsi drives connected to a perc 2/dc controller. The drives are setup properly, I can r

bsd cpu use

2007-02-12 Thread James Mackinnon
as we are building a custom management system for custom purposes. Thanks James Mackinnon

Re: poptop config question

2007-02-08 Thread James Mackinnon
the non-tunneled link James - Original Message - From: "Bryan Irvine" <[EMAIL PROTECTED]> To: "James Mackinnon" <[EMAIL PROTECTED]> Cc: Sent: Thursday, February 08, 2007 5:45 PM Subject: Re: poptop config question On 2/8/07, James Mackinnon <

Re: poptop config question

2007-02-08 Thread James Mackinnon
Brian, if using windows PPTP setup, remove the Use remote networks gateway checkmark so that everything you do doesn't go through the Poptop box including web. You will however require the use remote network gateway if the side you are connecting has multiple networks routed in other locations

Re: sasyncd not failing over/back

2006-10-15 Thread James Mackinnon
Sorry, On server 2 this is what hostname.em1 would be Hostname.em1 (internal interface) Ip is 10.50.50.2 Says I'm running OpenBSD 4.0-current (GENERIC) #1149: Thanks again James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Mackinnon

sasyncd not failing over/back

2006-10-15 Thread James Mackinnon
Hi all I have 2 Openbsd 4.0 systems running I have the systems plugged into a gigabit (4 port intel server adapter) management switch (external interface) I then have the 2 systems plugged together via the pfsync on a 100mb intel card Carp is working fine, pf is working fine. I allow all

isakmpd fail on key renew with Checkpoint NG

2006-10-15 Thread James Mackinnon
Hi all I have checkpoint NG running on 1 system (retiring next weekend) but right now, it seems that the tunnels between it and my BSD 4.0 firewalls drops on key renewal or something. I am running isakmpd with -T flag and the other BSD firewalls I run do not drop the connection at all I am

Re: optop on 3.9

2006-09-20 Thread James Mackinnon
, yes, there is a noticiable change from bsd 3.5/3.6 and 3.9 for this. Likely a change in 3.7 or 3.8 as well. There might be other ways to handle this, but this is the only one that I used with success. Good luck James Mackinnon Devantec Solutions From: [EMAIL PROT

Re: Experience with isakmpd/ipsec in production?

2006-08-21 Thread James Mackinnon
We have been using OBSD VPN tunnels for a while now, since 3.5 We still have a handful of 3.5 systems running and have no issues. We have approx 35 locations running all the time and the tunnels just work. We also have them connecting to our datacenter which, unfortunally we have not had time ye

Re: sasync questions

2006-06-29 Thread James Mackinnon
ons On Jun 28, 2006, at 6:16 AM, Joachim Schipper wrote: On Tue, Jun 27, 2006 at 04:15:58PM -0300, James Mackinnon wrote: Hey all I'm here setting up a nice little setup with 2 3.9 OBSD boxes using pfsync and it works great. I'm now at the point to create tunnels to other s

sasync questions

2006-06-27 Thread James Mackinnon
did googlin in hopes to find a dry step by step on it. If anyone has done this, can they share a step by step. I'm hoping to save some time and then I can do some detailed testing and put this into my network when all is done. Anyhow, any input would be great. Thanks James Mackinnon

Re: High-Performance Network Cards?

2006-05-19 Thread James Mackinnon
Nevermind, found my answer. Hint to self, Check the Darn hardware support list first. James - Original Message - From: James Mackinnon To: misc@openbsd.org Sent: Friday, May 19, 2006 11:51 AM Subject: High-Performance Network Cards? Hey everyone I'm looking at upgr

High-Performance Network Cards?

2006-05-19 Thread James Mackinnon
Hey everyone I'm looking at upgrading my Environment to 2 firewalls using carp and such. I have a bunch of segments (5) internally + the pfsync connection I do alot of data transfers on the backend, which would likely be best managed with gigabit cards, the front end, will be connected to 2 cisc

Re: pf blocking nets in a way like *.google.com ?

2006-04-21 Thread James Mackinnon
What do the client systems run? if they are on windows 2000/2003 Domain, use a GPO and block them as untrusted. Just a thought because what you want is done above PF James - Original Message - From: "tony sarendal" <[EMAIL PROTECTED]> To: "misc" Sent: Friday, April 21, 2006 7:46 A

Microsoft SP1 RPC traffic (Active Directory issues)

2006-04-20 Thread James Mackinnon
Also, rebooting the DC's seems to address the issue for a while as well. Thanks again for everything OpenBSD:) James Mackinnon

Re: openbsd and the money -solutions

2006-03-24 Thread James Mackinnon
ostings I can so I might have missed some. James Mackinnon Devantec Solutions - Original Message - From: "Theo de Raadt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Sent: Thursday, March 23, 2006 7:02 PM Subject: Re: openbsd and the money -solutions I did no

Re: PF config for exchange

2006-01-18 Thread James Mackinnon
I actually believe I might have found it This Exchange server has load balanced nics (intel proset) and it seems that it keeps updating the arp entries on the firewall to the non-balanced mac address thus dropping the connections. I noticied it in the log files of the firewall after I took it

Re: PF config for exchange

2006-01-17 Thread James Mackinnon
e PF rule base is approx 11 pages, the ISAKMPD file is just huge with 200 tunnels being created. James - Original Message - From: "Steven S" <[EMAIL PROTECTED]> To: "'James Mackinnon'" <[EMAIL PROTECTED]>; Sent: Tuesday, January 17, 2006 12

PF config for exchange

2006-01-16 Thread James Mackinnon
This is a second issue that I had today with my final BSD firewall rollout in my main center. This issue was with exchange All branches have VPN tunnels back to central location and the firewall rules have a pass quick over the VPN tunnels On the main location I have a pass quick log inet from

Issue with TS NLB and PF config

2006-01-16 Thread James Mackinnon
Hey all As part of my rollout today to Openbsd in my datacenter, I had a little problem, well not entirely little Here is the layout 8 TS boxes ip config 192.168.0.20 192.168.0.21 192.168.0.22 192.168.0.23 192.168.0.24 192.168.0.25 192.168.0.26 192.168.0.27 They have a Load Balance IP of 192.1

Re: isakmpd fails without warning

2006-01-14 Thread James Mackinnon
l. James - Original Message - From: "jared r r spiegel" <[EMAIL PROTECTED]> To: Sent: Saturday, January 14, 2006 5:07 PM Subject: Re: isakmpd fails without warning On Sat, Jan 14, 2006 at 09:20:34AM -0400, James Mackinnon wrote: I have checked the logs and there is n

Re: isakmpd fails without warning

2006-01-14 Thread James Mackinnon
m Schipper" <[EMAIL PROTECTED]> To: Sent: Saturday, January 14, 2006 10:30 AM Subject: Re: isakmpd fails without warning On Sat, Jan 14, 2006 at 09:20:34AM -0400, James Mackinnon wrote: Hello everyone I have a 2 central locations which have multiple interfaces (4) and have tunn

Re: isakmpd fails without warning

2006-01-14 Thread James Mackinnon
to pass in quick on $vpn proto ipencap all as soon as I restart isakmpd because it shutdown when it tried to reneg and couldn't it works fine again for a while Thanks james - Original Message - From: "James Mackinnon" <[EMAIL PROTECTED]> To: Sent: Saturday, Jan

isakmpd fails without warning

2006-01-14 Thread James Mackinnon
Hello everyone I have a 2 central locations which have multiple interfaces (4) and have tunnels for each of these interfaces to 34 other locations.. this comes out to approx 198 tunnels on each of these 2 systems. My other locations only have 1 interface, they all tunnel to each other and to thes

little problem w/ poptop on 3.8

2005-11-21 Thread James Mackinnon
3.100-150 and didn't add this segment to any interface and it works fine, but I don't want to use another segment as that means I would have to create another tunnel between 34 firewalls to all this connection to go across. Thanks again James Mackinnon

Problem with ISAKMPD

2005-11-13 Thread James Mackinnon
Hey everyone I am hoping I am posting this to the correct list I am running an AMD 2200+ w/ 512mb of ram and all intel pro cards in my main location. I have 14 other locations connecting back to this 1 location and each location creates 3 tunnels to this system as I have 3 internal network segme

Re: Deploying firewalls with obsd

2005-11-07 Thread James Mackinnon
o see. Works very good to date and I'm happy with it, only thing I need now is to know what I can use to join all my pflog files together for each firewall as right now, I have a different one every hour for each firewall. Just wanted to toss a thanks out to Jason Dixon on Hatchet, works gre

Re: PPTP in 3.7

2005-11-03 Thread James Mackinnon
FILE CONTENT IS ## # PPTPD CONFIG # # Remote Net Access # # By: James Mackinnon # # On: June 29th 2005# ## speed 11500 option /etc/ppp/options.pptpd localip 192.168.0.254 remoteip 192.168.0.235-236 /etc/ppp/options rights are 640 owned b

Re: pf : know the traffic amount per IP

2005-10-19 Thread James Mackinnon
IPaudit and IPaudit-web work well for this. On 10/19/2005, "Jason Dixon" <[EMAIL PROTECTED]> wrote: >On Oct 19, 2005, at 3:17 PM, Francisco Josi Nina Rente wrote: > >> Greetings, >> >> I have this situation. >> My ISP limit the amount of traffic that which user can use per month. >> I need to l

Little log advice needed

2005-10-11 Thread James Mackinnon
Good day everyone In my battles to centralize my PF and other logs with a secure means I have decided to dump syslog because well, it couldn't handle the data loads without dropping data and I can't be loosing logs. I also don't want to install 3rd party software on my systems where possible as I

Re: PFLogging to Syslog

2005-09-20 Thread James Mackinnon
;> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf >Of >> James Mackinnon >> Sent: Tuesday, September 20, 2005 9:43 AM >> To: misc@openbsd.org >> Subject: PFLogging to Syslog >> >> Good day everyone >> >> I have 20+ OpenBSD firewalls

Re: PFLogging to Syslog

2005-09-20 Thread James Mackinnon
s the tcpdump command could fail, thus my logging fail Thoughts? James On 9/20/2005, "Roy Morris" <[EMAIL PROTECTED]> wrote: >James Mackinnon wrote: > >>Good day everyone >> >>I have 20+ OpenBSD firewalls setup across Canada and I wanted to bring >>the

PFLogging to Syslog

2005-09-20 Thread James Mackinnon
Good day everyone I have 20+ OpenBSD firewalls setup across Canada and I wanted to bring the logs to a central server so I can make them web enabled so I can view them in a web app In the past, I used checkpoint, I like pf much better but the logging system to checkpoint was nice I have followed

variables in PF

2005-06-29 Thread James Mackinnon
currently rolling it out as our security system of choice for a large company with national branches across North America but this limitation is going to result in alot of the same data across seperate files. If someone has any info they could supply me on this, it would be great. Thanks Again James Mackinnon