Re: [leaf-user] IPSEC subnet routing

2004-11-16 Thread Fabrice Theoleyre
For the also parameter :
# defaults for subsequent connection descriptions
conn %default
   # How persistent to be in (re)keying negotiations (0 means very).
   keyingtries=0
   # RSA authentication with keys from DNS.
   authby=secret
   right=135.115.157.162
   rightsubnet=192.168.0.0/16
   rightnexthop=135.115.157.224
   pfs=yes
conn block
   auto=ignore
conn private
   also=block
conn private-or-clear
   also=block
conn clear
   also=block
conn packetdefault
   also=block
conn victoria
   left=24.35.38.129
   leftsubnet=172.0.0.0/8
   leftnexthop=24.35.38.1
   esp=aes
   auto=start
For the subnets, you can specify a leftsubnet=192.168.160/22, but the subnet 192.168.160.0/24 will be routed too. 
I don't known any other manner to specify several subnets for one connection.

You can perhaps specify several connections :
conn victoria_1
   left=24.35.38.129
   leftsubnet=192.168.161.0/24
   leftnexthop=24.35.38.1
   esp=aes
   auto=start
conn victoria_2
also = victoria_1
   leftsubnet=192.168.162.0/24
conn victoria_3
also = victoria_1
   leftsubnet=192.168.163.0/24
But I never tested it, and I find it not very elegant...
Fabrice

Troy Aden wrote:
First of all, thanks so much for the quick reply! I am sorry to bug you a
second time but I need some baby steps here.
Can you please give me a example with the configs I provided. I need to see
the also=common_conn_params in terms of my config.
For example, if I had a 192.168.161.0/24, 192.168.162.0/24,192.168.163.0/24,
networks on router A side. And I wanted Router B to connect to ONLY those
subnets. Can you please type in exactly what I would need on both router A
(S'toon) and router B (Victoria). From that, I should be able to figure out
what I need to do to be more pricise about the Router B networks within the
172.0.0.0/8 range. 

Again.Thanks in advance!!! Sorry to be a pain.
Troy.
Router A (S'toon)
# basic configuration
config setup
   # THIS SETTING MUST BE CORRECT or almost nothing will work;
   # %defaultroute is okay for most simple cases.
   interfaces=%defaultroute
   # Debug-logging controls:  none for (almost) none, all for lots.
   klipsdebug=none
   plutodebug=none
   # Use auto= parameters in conn descriptions to control startup
actions.
   plutoload=%search
   plutostart=%search
   # Close down old connection when new one using same ID shows up.
   uniqueids=yes

# defaults for subsequent connection descriptions
conn %default
   # How persistent to be in (re)keying negotiations (0 means very).
   keyingtries=0
   # RSA authentication with keys from DNS.
   authby=secret
   right=135.115.157.162
   rightsubnet=192.168.0.0/16
   rightnexthop=135.115.157.224
   pfs=yes
conn block
   auto=ignore
conn private
   auto=ignore
conn private-or-clear
   auto=ignore
conn clear
   auto=ignore
conn packetdefault
   auto=ignore
conn victoria
   left=24.35.38.129
   leftsubnet=172.0.0.0/8
   leftnexthop=24.35.38.1
   esp=aes
   auto=start
Router B (Victoria)
# basic configuration
config setup
   # THIS SETTING MUST BE CORRECT or almost nothing will work;
   # %defaultroute is okay for most simple cases.
   interfaces=%defaultroute
   # Debug-logging controls:  none for (almost) none, all for lots.
   klipsdebug=none
   plutodebug=none
   # Use auto= parameters in conn descriptions to control startup
actions.
   plutoload=%search
   plutostart=%search
   # Close down old connection when new one using same ID shows up.
   uniqueids=yes

# defaults for subsequent connection descriptions
conn %default
   # How persistent to be in (re)keying negotiations (0 means very).
   keyingtries=0
   # RSA authentication with keys from DNS.
   authby=secret
   right=24.35.38.129
   rightsubnet=172.0.0.0/8
   rightnexthop=24.35.38.1
   pfs=yes
conn block
   auto=ignore
conn private
   auto=ignore
conn private-or-clear
   auto=ignore
conn clear
   auto=ignore
conn packetdefault
   auto=ignore
conn stoon
   left=135.115.157.162
   leftsubnet=192.168.0.0/16
   leftnexthop=135.115.157.224
   esp=aes
   auto=start
 



---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


RE: [leaf-user] IPSEC subnet routing

2004-11-16 Thread Erich Titl
Troy

It is a bit confusing for me, as I am always using left for the local system, 
right for the remote.

Assumptions 

S'Toon 

external IP address 135.115.157.162
internal networks 192.168.161.0/24 192.168.162.0/24 192.168.163.0/24

Victoria 
external IP address 24.35.38.129
internal network 172.0.0.0/8

Please observe the difference in auto= between the two systems, only one should 
start the connection.

At 18:59 15.11.2004 -0600, Troy Aden wrote:
First of all, thanks so much for the quick reply! I am sorry to bug you a
second time but I need some baby steps here.
Can you please give me a example with the configs I provided. I need to see
the also=common_conn_params in terms of my config.
For example, if I had a 192.168.161.0/24, 192.168.162.0/24,192.168.163.0/24,
networks on router A side. And I wanted Router B to connect to ONLY those
subnets. Can you please type in exactly what I would need on both router A
(S'toon) and router B (Victoria). From that, I should be able to figure out
what I need to do to be more pricise about the Router B networks within the
172.0.0.0/8 range. 

Again.Thanks in advance!!! Sorry to be a pain.

Troy.


Router A (S'toon)
# basic configuration
config setup
# THIS SETTING MUST BE CORRECT or almost nothing will work;
# %defaultroute is okay for most simple cases.
interfaces=%defaultroute
# Debug-logging controls:  none for (almost) none, all for lots.
klipsdebug=none
plutodebug=none
# Use auto= parameters in conn descriptions to control startup
actions.
plutoload=%search
plutostart=%search
# Close down old connection when new one using same ID shows up.
uniqueids=yes


# defaults for subsequent connection descriptions
conn %default
# How persistent to be in (re)keying negotiations (0 means very).
keyingtries=0
# RSA authentication with keys from DNS.
authby=secret
pfs=yes

conn block
auto=ignore

conn private
auto=ignore

conn private-or-clear
auto=ignore

conn clear
auto=ignore

conn packetdefault
auto=ignore

conn victoria
right=%defaultroute
left=24.35.38.129
leftsubnet=172.0.0.0/8
esp=aes
auto=start

conn victoria_1
also=victoria
rightsubnet=192.168.161.0/24

conn victoria_2
also=victoria
rightsubnet=192.168.162.0/24

conn victoria_2
also=victoria
rightsubnet=192.168.163.0/24


Router B (Victoria)

# basic configuration
config setup
# THIS SETTING MUST BE CORRECT or almost nothing will work;
# %defaultroute is okay for most simple cases.
interfaces=%defaultroute
# Debug-logging controls:  none for (almost) none, all for lots.
klipsdebug=none
plutodebug=none
# Use auto= parameters in conn descriptions to control startup
actions.
plutoload=%search
plutostart=%search
# Close down old connection when new one using same ID shows up.
uniqueids=yes



# defaults for subsequent connection descriptions
conn %default
# How persistent to be in (re)keying negotiations (0 means very).
keyingtries=0
# RSA authentication with keys from DNS.
authby=secret
pfs=yes

conn block
auto=ignore

conn private
auto=ignore

conn private-or-clear
auto=ignore

conn clear
auto=ignore

conn packetdefault
auto=ignore


conn stoon
right=%defaultroute
rightsubnet=172.0.0.0/8
left=135.115.157.162
esp=aes
auto=add

conn stoon_1
also=stoon
leftsubnet=192.168.161.0/24

conn stoon_1
also=stoon
leftsubnet=192.168.162.0/24

conn stoon_1
also=stoon
leftsubnet=192.168.163.0/24


HTH
Erich

THINK 
Püntenstrasse 39 
8143 Stallikon 
mailto:[EMAIL PROTECTED] 
PGP Fingerprint: BC9A 25BC 3954 3BC8 C024 8D8A B7D4 FF9D 05B8 0A16




---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Compact Flash cache flushing problem

2004-11-16 Thread Mailing Lists
Yesterday I started with a vanilla bering-uclibc-2.2.2 boot floppy disk, 
insmod-ed ide drivers end then try to mount a NEW and UNTOUCHED BiWin CF.
Same results.

Is there something else I can try??
Thanks
Ciao
Gianni
Erich Titl ha scritto:
Gianni
Mailing Lists wrote:
Hi folks, does anyone know how to circumvent this problem when I try 
to mount (an umount)  my Leaf bering uclibc-2.2.2 CompactFlash

hda: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }
hda: task_no_data_intr: error=0x04 { DriveStatusError }
hda: Write Cache FAILED Flushing!
I modify my kernel with option
IDEDISK_MULTI_MODE=y
but nothing change.
My fear is that something could get wrong when I save a new 
configuration.

TIA
Ciao
Gianni
PS: this happen only with a certain kind of CF (BeWin) and not for 
others (SanDisk, Kingston...), but I have 20 CFs of that type!!!

I have found that this happens with recent 2.4.x kernels. For BeWin CF's 
I also found that they are not that linux friendly as for example Lexar, 
e.g. I have a number of write errors when initially storing a LEAF 
image. I typically return them if they produce errors at the first test 
run. I am using a Apacer 7 in 1 USB interface with SuSE 8.2 to write 
those CF's.

cheers
Erich

---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] IPSEC subnet routing

2004-11-16 Thread Erich Titl
Looking at my mail there are a few typos. Long live cut and paste :-(
Erich Titl wrote:
Troy
It is a bit confusing for me, as I am always using left for the local system, 
right for the remote.
Assumptions 

S'Toon 

external IP address 135.115.157.162
internal networks 192.168.161.0/24 192.168.162.0/24 192.168.163.0/24
Victoria 
external IP address 24.35.38.129
internal network 172.0.0.0/8

Please observe the difference in auto= between the two systems, only one should 
start the connection.
At 18:59 15.11.2004 -0600, Troy Aden wrote:
 

First of all, thanks so much for the quick reply! I am sorry to bug you a
second time but I need some baby steps here.
Can you please give me a example with the configs I provided. I need to see
the also=common_conn_params in terms of my config.
For example, if I had a 192.168.161.0/24, 192.168.162.0/24,192.168.163.0/24,
networks on router A side. And I wanted Router B to connect to ONLY those
subnets. Can you please type in exactly what I would need on both router A
(S'toon) and router B (Victoria). From that, I should be able to figure out
what I need to do to be more pricise about the Router B networks within the
172.0.0.0/8 range. 

Again.Thanks in advance!!! Sorry to be a pain.
Troy.
   

Router A (S'toon)
# basic configuration
config setup
   # THIS SETTING MUST BE CORRECT or almost nothing will work;
   # %defaultroute is okay for most simple cases.
   interfaces=%defaultroute
   # Debug-logging controls:  none for (almost) none, all for lots.
   klipsdebug=none
   plutodebug=none
   # Use auto= parameters in conn descriptions to control startup
actions.
   plutoload=%search
   plutostart=%search
   # Close down old connection when new one using same ID shows up.
   uniqueids=yes
# defaults for subsequent connection descriptions
conn %default
   # How persistent to be in (re)keying negotiations (0 means very).
   keyingtries=0
   # RSA authentication with keys from DNS.
   authby=secret
   pfs=yes
conn block
   auto=ignore
conn private
   auto=ignore
conn private-or-clear
   auto=ignore
conn clear
   auto=ignore
conn packetdefault
   auto=ignore
conn victoria
   right=%defaultroute
   left=24.35.38.129
   leftsubnet=172.0.0.0/8
   esp=aes
   auto=start
conn victoria_1
   also=victoria
   rightsubnet=192.168.161.0/24
conn victoria_2
   also=victoria
   rightsubnet=192.168.162.0/24
conn victoria_3
   also=victoria
   rightsubnet=192.168.163.0/24
Router B (Victoria)
# basic configuration
config setup
   # THIS SETTING MUST BE CORRECT or almost nothing will work;
   # %defaultroute is okay for most simple cases.
   interfaces=%defaultroute
   # Debug-logging controls:  none for (almost) none, all for lots.
   klipsdebug=none
   plutodebug=none
   # Use auto= parameters in conn descriptions to control startup
actions.
   plutoload=%search
   plutostart=%search
   # Close down old connection when new one using same ID shows up.
   uniqueids=yes

# defaults for subsequent connection descriptions
conn %default
   # How persistent to be in (re)keying negotiations (0 means very).
   keyingtries=0
   # RSA authentication with keys from DNS.
   authby=secret
   pfs=yes
conn block
   auto=ignore
conn private
   auto=ignore
conn private-or-clear
   auto=ignore
conn clear
   auto=ignore
conn packetdefault
   auto=ignore
conn stoon
   right=%defaultroute
   rightsubnet=172.0.0.0/8
   left=135.115.157.162
   esp=aes
   auto=add
conn stoon_1
   also=stoon
   leftsubnet=192.168.161.0/24
conn stoon_2
   also=stoon
   leftsubnet=192.168.162.0/24
conn stoon_3
   also=stoon
   leftsubnet=192.168.163.0/24
HTH
Erich
THINK 
Püntenstrasse 39 
8143 Stallikon 
mailto:[EMAIL PROTECTED] 
PGP Fingerprint: BC9A 25BC 3954 3BC8 C024 8D8A B7D4 FF9D 05B8 0A16


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
 


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

leaf-user mailing list: [EMAIL PROTECTED]

Re: [leaf-user] Compact Flash cache flushing problem

2004-11-16 Thread Erich Titl
Mailing Lists wrote:
Yesterday I started with a vanilla bering-uclibc-2.2.2 boot floppy 
disk, insmod-ed ide drivers end then try to mount a NEW and UNTOUCHED 
BiWin CF.
Same results.

Is there something else I can try??
Try a different CF brand and in case it works return the BiWin CF's.
Try a differend CF interface.
Sorry
Erich

---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] IPSEC subnet routing

2004-11-16 Thread Charles Steinkuehler
Erich Titl wrote:
Troy
Troy Aden wrote:
Hello all, This may seem a silly question but I have not been able to find
any info in any how-to or docs and I am hoping someone here can help me out.
 

http://www.freeswan.org/freeswan_trees/freeswan-1.98b/doc/manpage.d/ipsec.conf.5.html
The question is : How do I setup the IPSEC config so that I route only
specific subnets over the IPSEC tunnel. Currently, I have set it up by
simply using a large subnet mask that encompasses all the networks on either
side of the link. (see my exmaple below) The problem is that I need to be
more granular now and only route specific subnets over the link. I have
played with it for awhile now and I can't seem to have more than one subnet
declaration in my default conn statement. For example lets say I want only
192.168.130.0/24 and 192.168.134.0/24 to get routed over the IPSEC on router
A and I only want 172.31.0.0/16 and 172.161.0.0/16 on router B. These are
the only subnets I would like to be able to communicate over the IPSEC
link... Is there a clean way to do this? Please have a look at my configs
below and let me know how I should do this.
 

Define a single connection for each subnet. You can use the also= 
statement to include common parameters.

e.g.
conn xx
also=common_conn_params
rightsubnet=10.0.0.32/27
auto=add  

conn comon_conn_params
left=xx.yy.zz.nn
leftsubnet=aa.bb.cc.dd/nn
..
Another option for complex routing problems with IPSec is to switch to using 
host-host tunnels, with another tunneling protocol on top of IPSec 
(typically GRE).  You can then run routing protocols like RIP or BGP across 
the GRE tunnels, or use the kernel routing tables (rather than the IPSec 
configuration) to set up all your subnet routing (if it's not complex or 
dynamic enough to require a routing protocol).

There's a nice picture of the basic idea on the Cisco website:
http://www.cisco.com/warp/public/707/gre_ipsec_ospf.html#diag
--
Charles Steinkuehler
[EMAIL PROTECTED]
---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] Can't Back up LEAF disk with CDROM in the loop

2004-11-16 Thread Tibbs, Richard


Dear list.
I have two Bering 1.2 firewalls.
One boots from floppy, and reads packages from CDROM.
The other boots from CDROM and saves packages to floppy upon update.

On both firewalls, option c) from the main lrcfg menu won't work.
I guess the CDROM boot firewall makes some sense, but the one that boots
from floppy it would be nice to make a backup copy of the diskette.
Anyone else seen this?

Rick.




---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] IPSEC pluto errors

2004-11-16 Thread Scott A. Young
Hi All, I'm also back on the subnet-to-subnet ipsec setup.  Even with all the
info on the list and archives, I'm at a loss.

Both ends of connection are bering-uclibc v2.2.1 boxes w/ipsec.  According to
the bering userguide chapter 15, you don't need certificates if your using
pre-shared keys.  But, I'm getting the following errors, and I'm wondering if
it's related some how.

*** auth.log:
Nov 1 13:46:41 r2 ipsec__plutorun: Starting Pluto subsystem...
Nov 1 13:46:41 r2 pluto[21628]: Starting Pluto (Openswan Version 1.0.7)
Nov 1 13:46:41 r2 pluto[21628]: including X.509 patch with traffic selectors
(Version 0.9.42)
Nov 1 13:46:41 r2 pluto[21628]: including NAT-Traversal patch (Version 0.6)
[disabled]
Nov 1 13:46:41 r2 pluto[21628]: ike_alg_register_enc(): Activating
OAKLEY_AES_CBC: Ok (ret=0)
Nov 1 13:46:41 r2 pluto[21628]: ike_alg_register_enc(): Activating
OAKLEY_BLOWFISH_CBC: Ok (ret=0)
Nov 1 13:46:41 r2 pluto[21628]: ike_alg_register_enc(): Activating
OAKLEY_CAST_CBC: Ok (ret=0)
Nov 1 13:46:41 r2 pluto[21628]: ike_alg_register_enc(): Activating
OAKLEY_SERPENT_CBC: Ok (ret=0)
Nov 1 13:46:41 r2 pluto[21628]: ike_alg_register_hash(): Activating
OAKLEY_SHA2_256: Ok (ret=0)
Nov 1 13:46:41 r2 pluto[21628]: ike_alg_register_hash(): Activating
OAKLEY_SHA2_512: Ok (ret=0)
Nov 1 13:46:41 r2 pluto[21628]: ike_alg_register_enc(): Activating
OAKLEY_TWOFISH_CBC: Ok (ret=0)
Nov 1 13:46:41 r2 pluto[21628]: ike_alg_register_enc(): Activating
OAKLEY_SSH_PRIVATE_65289: Ok (ret=0)
Nov 1 13:46:41 r2 pluto[21628]: Changing to directory '/etc/ipsec.d/cacerts'
Nov 1 13:46:41 r2 pluto[21628]: Warning: empty directory
Nov 1 13:46:41 r2 pluto[21628]: Changing to directory '/etc/ipsec.d/crls'
Nov 1 13:46:41 r2 pluto[21628]: Warning: empty directory
Nov 1 13:46:41 r2 pluto[21628]: FATAL ERROR: unable to malloc 0 bytes for
cert
*** end auth.log

So what's up with the FATAL ERROR?   It would seem without pluto, my ipsec
configuration is unable to start?

I can supply full details if required, but I'm hoping it's something much
simpler then that.

Thanks,
Scott.

---
Scott Young
Network Integration Solutions Inc.
9415 Ottewell Road
Edmonton, Alberta T6B2E1
Canada
Phone: 780-461-3371
Fax: 780-465-7270



---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] SSH login takes 40 seconds

2004-11-16 Thread Erich Titl
Hi
cpu memhd wrote:
Bering uClibc 2.2 - I got SSH working a few weeks ago. Now for some
reason it takes 40 seconds to display a console screen after I login. I
have read that this is likely a reverse DNS problem. But why should it
matter if I'm using private, 10.x.x.x IPs? Also, I don't recall making
any changes between the time SSH worked and now. Any ideas?
 

If you have a working DNS server then it should just return an NXDOMAIN 
and you should be fine. If not, sshd will try to reverse lookup your 
address and finally time out.

One possible solution is to include your management station in the 
/etc/hosts file (not that I specifically like this solution)

Erich

---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html