[Leaf-user] PPTP VPN server

2002-01-03 Thread Jim Van Eeckhoutte
Please somone post a step by step how to do of pptp vpn server in Dachstein CD? ___ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user

Re: [Leaf-user] Bash on LEAF

2002-01-03 Thread guitarlynn
On Friday 04 January 2002 00:14, you wrote: > Actually, I prefer ksh now; I used to program in ksh and prefer csh > interactively :) > > I don't think I compiled bash into a *.lrp; however, the Oxygen > Resource CDROM should have lots of other shells, including pdksh (ksh) > and scsh (Scheme Shel

Re: [Leaf-user] Newbie: Help choosing correct package

2002-01-03 Thread guitarlynn
On Thursday 03 January 2002 23:19, you wrote: > Lynn - > > Thanks! That really was helpful. I think I am going to go ahead and try > out the Dachstein package. It is what I would suggest for a home/small business firewall. ~Lynn Avants ___ Leaf-use

Re: [Leaf-user] Bash on LEAF

2002-01-03 Thread David Douthitt
On 1/3/02 at 10:00 PM, guitarlynn <[EMAIL PROTECTED]> wrote: > On Thursday 03 January 2002 21:44, you wrote: > > Is there a Bash shell for LEAF? Could there be? > > Yes, on the Dachstein (v1.0.2) CD version and I believe on > the Oxygen CD (I forget knowing how David seems to prefer > 'csh', bu

[Leaf-user] Opening ports in DachsteinCD 1.0.2

2002-01-03 Thread Jim Van Eeckhoutte
Ive been trying to open port 85 in network.conf Heres what I have set: # Indexed list: "SrcAddr/Mask port [ DestAddr[/DestMask] ]" #EXTERN_TCP_PORT0="5.6.7.8 domain 1.1.1.12" EXTERN_TCP_PORT1="0/0 6891:6900" EXTERN_TCP_PORT2="0/0 3389" EXTERN_TCP_PORT3="0/0 22" EXTERN_TCP_PROT4="0/0 85" Am I do

Re: [Leaf-user] Newbie: Help choosing correct package

2002-01-03 Thread jp
Lynn - Thanks! That really was helpful. I think I am going to go ahead and try out the Dachstein package. Sincerely, Justin Pease N u a n c e N i n e Web Usability, Development and Design www.nuance9.com ___ Leaf-user mailing list [EMAIL PROT

RE: [Leaf-user] Bash on LEAF

2002-01-03 Thread Sean E. Covel
Thanks for the heads-up! I'm running in 96MB, shouldn't be a prob. Just copied bc from my slink box to the Dach box so I can run SetiStats script. I'm running SETI@Home on my Dach box (since it does very little most of the time!) Sean -Original Message- From: [EMAIL PROTECTED] [mailto:

Re: [Leaf-user] a thought about modified file backups

2002-01-03 Thread Manfred Schuler
Maybe you can use this procedure: build the include and exclude list as you do it now then check the date of each file on the includelist if the date is the same as on the CD then add this file to the exclude list Charles Steinkuehler schrieb: > > > a late night thought: > > > > why not interce

RE: [Leaf-user] Bash on LEAF

2002-01-03 Thread Paul Rimmer
Be aware that if you have a small memory footprint system (i.e. 16MB or less), there may be a problem with running bash. See the following list archive link for info: http://www.mail-archive.com/leaf-user@lists.sourceforge.net/msg01998.html If you have lots of memory then don't worry about it a

RE: [Leaf-user] Bash on LEAF

2002-01-03 Thread Sean E. Covel
Can you say Duh? Should have looked at the CD (its in the drive after all...) Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael D. Schleif Sent: Thursday, January 03, 2002 10:55 PM To: Sean E. Covel Cc: LEAF User List Subject: Re: [Leaf-us

Re: [Leaf-user] Bash on LEAF

2002-01-03 Thread guitarlynn
On Thursday 03 January 2002 21:44, you wrote: > Is there a Bash shell for LEAF? Could there be? Yes, on the Dachstein (v1.0.2) CD version and I believe on the Oxygen CD (I forget knowing how David seems to prefer 'csh', but I'll bet it is). The only catch is it won't add very well on a fully co

Re: [Leaf-user] Newbie: Help choosing correct package

2002-01-03 Thread guitarlynn
On Thursday 03 January 2002 21:32, you wrote: > very nice! > > pete Thank-you, hope it proves useful to some people. ~Lynn Avants [EMAIL PROTECTED] ___ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user

Re: [Leaf-user] Bash on LEAF

2002-01-03 Thread Peter Jay Salzman
yes, and it's *really* nice to have. pete begin Sean E. Covel <[EMAIL PROTECTED]> > Is there a Bash shell for LEAF? Could there be? > > Thanks, > > Sean -- PGP Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D PGP Public Key: finger [EMAIL PROTECTED] ___

Re: [Leaf-user] Bash on LEAF

2002-01-03 Thread Michael D. Schleif
"Sean E. Covel" wrote: > > Is there a Bash shell for LEAF? Could there be? It is included in Dachstein-CD, or individually from: -- Best Regards, mds mds resource 888.250.3987 Dare to fix things before they break .

[Leaf-user] Bash on LEAF

2002-01-03 Thread Sean E. Covel
Is there a Bash shell for LEAF? Could there be? Thanks, Sean ___ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user

Re: [Leaf-user] ping check not working bug resolution

2002-01-03 Thread Michael D. Schleif
Paul Rimmer wrote: > > > Clearly, $HOSTNAME is *not* in the environment for whatever user is > > executing your cron job. > > cron is a root process (I assume this means multicron-p will be executed as > root?) and I am logged in as root when I successfully use the $HOSTNAME > global from the c

Re: [Leaf-user] Newbie: Help choosing correct package

2002-01-03 Thread guitarlynn
-- Forwarded Message -- Subject: Re: [Leaf-user] Newbie: Help choosing correct package Date: Thu, 3 Jan 2002 21:16:06 -0600 From: guitarlynn <[EMAIL PROTECTED]> To: Robert Chambers <[EMAIL PROTECTED]> On Thursday 03 January 2002 20:36, you wrote: > Yes I agree with you that t

RE: [Leaf-user] ping check not working bug resolution

2002-01-03 Thread Paul Rimmer
> Clearly, $HOSTNAME is *not* in the environment for whatever user is > executing your cron job. cron is a root process (I assume this means multicron-p will be executed as root?) and I am logged in as root when I successfully use the $HOSTNAME global from the command line. If I can succesfully

Re: [Leaf-user] Ping Problem

2002-01-03 Thread dgilleece
Ray & Charles, Thanks for the direction. I will take a gander back thru the configs, and probably start over with a clean floppy if it doesn't jump out at me. Likely I nicked the code somewhere when I was changing the 192.168.1 references. It'll be another learning experience :) Dan Quotin

Re: [Leaf-user] Newbie: Help choosing correct package

2002-01-03 Thread Robert Chambers
Because I was limited to which lrp version that I could use, I have a dsl connection with PPPoE, I used Eigerstein2beta with PPPoE from Ken Hadley. Sorry I do not have any experience with Oxygen, Coyote, FreeSCO, and Matterhorn. If I remember correctly Matterhorn is no longer supported and I t

Re: [Leaf-user] ping check not working bug resolution

2002-01-03 Thread Michael D. Schleif
Paul Rimmer wrote: > > Robert, thanks for the help. > > "/bin/hostname" reports the correct value when run from the command line. > The parameter is correctly configured automatically by network.conf. The > hostname file also exists in /etc. > > If I run "mail -s $HOSTNAME [EMAIL PROTECTED]

Re: [Leaf-user] Dachstein on Hard Drive

2002-01-03 Thread Reginald R. Richardson
After a VERY, VERY, VERY long battle i finally got it running Seems like my HARD Drive refuse to boot from SYSLINUX ver 1.62, i use SYSLINUX 1.62 because that was used on my FLOPPY, which booted without any problems, but it seems like that version didn't wanted to boot from my HD, so when i t

RE: [Leaf-user] ping check not working bug resolution

2002-01-03 Thread Paul Rimmer
Robert, thanks for the help. "/bin/hostname" reports the correct value when run from the command line. The parameter is correctly configured automatically by network.conf. The hostname file also exists in /etc. If I run "mail -s $HOSTNAME [EMAIL PROTECTED] Hi Paul, > This is working on my end

Re: [Leaf-user] Newbie: Help choosing correct package

2002-01-03 Thread jp
Robert - I am using a Cable Modem and DHCP. What is the Pro's / Con's of using something like Dachstein / Oxygen / Coyote / FreeSCO / Matterhorn or just the plain old LRP? How secure are the above mentioned tools as far as a firewall goes? Do they allow much control over your firewall poli

Re: [Leaf-user] Newbie: Help choosing correct package

2002-01-03 Thread Robert Chambers
When I was a newbie with Linux, I used Eigerstein2beta (floppy image) and it was very easy to setup. I have tried Dachstein 1.0.2 and it is a bit easier to set up and run. I have never tried the cd image, I do not have a cd burner. BTW which connection to the Internet do you have cable, dsl? I

Re: [Leaf-user] Ping Problem

2002-01-03 Thread Ray Olszewski
I've not seen that particular error from sendto: before, but Charles' suggestions are probably the right place to start (even though routing problems normally generate a different ping error). One thing, though: if your hosts are numbered 209.98.58.241, 209.98.58.244, and 209.98.58.246, then they

RE: [Leaf-user] Linux kernel IP masquerading vulnerability possible in Dachstein CD V1.0.2?

2002-01-03 Thread Mike Noyes
At 2002-01-03 19:17 -0600, Steve Jeppesen wrote: >Thanks to all that replied. >This makes it so much easier to look for answers before coming here and >posting. Hope SoundForge come up with something like GeoCrawler, that >works pretty good for the linux-router mailing lists. Steve, You're welc

Re: [Leaf-user] Newbie: Help choosing correct package

2002-01-03 Thread Peter Jay Salzman
i've used eigerstein (which i am completely happy with) and dachstein cd (which i'm even more happy with). the docs for dachstein cd say that it's not for LRP newbies, but honestly, i didn't see much that was more complicated than eigerstein. the worst i can say about dachstein cd is that the net

RE: [Leaf-user] Linux kernel IP masquerading vulnerability possible in Dachstein CD V1.0.2?

2002-01-03 Thread Steve Jeppesen
Thanks to all that replied. This makes it so much easier to look for answers before coming here and posting. Hope SoundForge come up with something like GeoCrawler, that works pretty good for the linux-router mailing lists. BTW, I have set my email options to send plain text messages. However wh

[Leaf-user] Newbie: Help choosing correct package

2002-01-03 Thread jp
Hello. I am fairly new to Linux and would like to implement a Linux based router / firewall on my home network. My purpose is not just to have a powerful router and secure firewall, but I am also wanting to learn along the way (so I am not necessarily looking for the simplest choice). My

[Leaf-user] slow sysklogd startup with Oxygen

2002-01-03 Thread lderrien
Hi, I use an Oxygen (latest release) boot floppy with sysklogd.lrp package. Everything is okay but the syslogd daemon startup is very slow : more than 2 minutes ! My PC is a Pentium 150 with 32MB RAM. Is this normal ? Is there a way to get a faster syslogd startup ? TIA. Laurent Derrien

[Leaf-user] back-up error message via weblet, not via Putty

2002-01-03 Thread Kevin
I get this error message on the web page when backing up one program only (junkbuster): Jan 3 10:39:08 amberton kernel: end_request: I/O error, dev 02:2d (floppy), sector 893 The backup scripts do not mention any problems writing to the floppy. I have replaced the floppy disk 4 times and get th

Re: [Leaf-user] Linux Router Logo

2002-01-03 Thread Mike Noyes
At 2002-01-02 11:37 -0600, Ed Zahurak wrote: >Anyhoo, I decided my boxes needed a logo, and I wasn't really crazy about >another "penguin" logo. Love Linux, love Tux, but seeing him >everywhere... eh. Not too crazy about that. So I created a new logo, >one that captures the essence of the p

RE: [Leaf-user] ping check not working bug resolution

2002-01-03 Thread Robert Williams
Hi Paul, This is working on my end but here are a couple of things to check. The $HOSTNAME variable is exported from /etc/profile so it should be accessible to the shell running multicron-p. export HOSTNAME="$(hostname)" Check to see what the output of the command hostname is. If it is empty

Re: [Leaf-user] Ping Problem

2002-01-03 Thread Charles Steinkuehler
> I have two DachCD systems setup to begin testing IPSec. Both are assigned > external IPs in my 209.98.58.0/29 range, plugged into a hub that allows them to > share the outbound router. The first system, .244, can ping .246 with no > problem, and it can ping the router at .241. The system at .

Re: [Leaf-user] Linux kernel IP masquerading vulnerability possible in Dachstein CD V1.0.2?

2002-01-03 Thread Mike Noyes
At 2002-01-01 17:52 -0600, Steve Jeppesen wrote: >BTW, does anybody know where there might be a link to search leaf-user >mail list on Geocrawler, similar to the one listed for linux-router at >http://c0wz.steinkuehler.net/ (there is a link there titled "Search the >LRP list on Geocrawler:") wh

[Leaf-user] Ping Problem

2002-01-03 Thread dgilleece
I have two DachCD systems setup to begin testing IPSec. Both are assigned external IPs in my 209.98.58.0/29 range, plugged into a hub that allows them to share the outbound router. The first system, .244, can ping .246 with no problem, and it can ping the router at .241. The system at .246 c

[Leaf-user] 2 minor corrections to the LRP boot disk howto

2002-01-03 Thread Peter Jay Salzman
to whomever is maintaining the LRP bootdisk howto: 1. under "rolling your own", # syslinux -s /dev/fd1680 should be # syslinux -s /dev/fd0u1680 2. the maintainer's email address [EMAIL PROTECTED] is no longer valid. pete -- PGP Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA

RE: [Leaf-user] ping check not working bug resolution

2002-01-03 Thread Paul Rimmer
Great find Robert. Now that my pingcheck is working with your fix I notice that the script does not fill in the src field. Here's what I get in the "alert: Ping Failure!" email: host: shaw.ca date: Thu Jan 3 14:50:51 MST 2002 src : "src : $HOSTNAME" is the culprit /etc/multicron-d, line 132).

Re: [Leaf-user] Dachstein on Hard Drive

2002-01-03 Thread speck
On Thu, 03 January 2002, "Simon Bolduc" wrote: > > Well the instructions are in no way complete - and gloss over little things > like partitioning ;) tho most people on the list can figure that out. I > suppose I should prolly do a re-write > > S > Well, they were definitly better tha

Re: [Leaf-user] Dachstein on Hard Drive

2002-01-03 Thread Simon Bolduc
Well the instructions are in no way complete - and gloss over little things like partitioning ;) tho most people on the list can figure that out. I suppose I should prolly do a re-write S >From: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >CC: [EMAIL PROTECTED] >Subject: Re: [Leaf-user] D

Re: [Leaf-user] Dachstein and wireless

2002-01-03 Thread speck
I imagine the doc's could also go on leaf and I would be interested in seeing them. In my copious spare time, I'm trying to setup a wireless link to my neighbors house. I have all the hardware, just haven't had the time. -sp On Thu, 03 January 2002, Pete Dubler wrote: > > Charles, > > I h

Re: [Leaf-user] Dachstein on Hard Drive

2002-01-03 Thread speck
On Thu, 03 January 2002, "Reginald R. Richardson" wrote: > > Can anyone tell me, why the Seach FEATURE at GEOCRAWLER is no longer available > in their redesigned website. No. However mail-archive has search still. >From here: http://leaf.sourceforge.net/content.php?menu=14&page_id=20 You can get

Re: [Leaf-user] Dachstein on Hard Drive

2002-01-03 Thread Reginald R. Richardson
thnks On Thu, 3 Jan 2002 12:15:31 -0800 (PST), Jeff Newmiller wrote: >On Thu, 3 Jan 2002, Reginald R. Richardson wrote: > >> Can anyone tell me, why the Seach FEATURE at GEOCRAWLER is no >>longer available >> in their redesigned website. > >Not I. > >> >> Since that is gone, makes me have to ask

Re: [Leaf-user] Dachstein and virtual IPs.

2002-01-03 Thread Charles Steinkuehler
> Does the Dachstein LRP distro allow virtual IPs to be configured > by the network config file? I have always done it with my own > script in init.d, but would prefer to do virtual IPs from > the network.conf file. If you have additional IP's (let's use 1.2.3.101 and 1.2.3.102 as aliases on eth0

[Leaf-user] RE: Two WAN connections, one static, one dynamic

2002-01-03 Thread Brock Nanson
Thanks for the reply Charles. > > I'm running Eiger 1.5 (haven't had the time or need to go > to something > > newer - maybe I'll be forced to now!) with FreeS/WAN on a static > > wireless connection to my ISP. I've now been provided a second WAN > > connection via ADSL with another ISP.

Re: [Leaf-user] Dachstein on Hard Drive

2002-01-03 Thread Jeff Newmiller
On Thu, 3 Jan 2002, Reginald R. Richardson wrote: > Can anyone tell me, why the Seach FEATURE at GEOCRAWLER is no longer available > in their redesigned website. Not I. > > Since that is gone, makes me have to ask this question again, Or use http://www.mail-archive.com > Charles, a few mont

Re: [Leaf-user] echoWall broken on Dachstein 1.*

2002-01-03 Thread Patrick Benson
"Scott C. Best" wrote: > Also, the answer is 27 months. :) I first started > with LRP back in Sept'99, and just *this* week I lost my > first working LRP disk due to a bad sector. Just stopped > working. Scott, give that floppy a decent burial! :-) -- Patrick Benson Stockholm, Swed

[Leaf-user] Dachstein on Hard Drive

2002-01-03 Thread Reginald R. Richardson
Can anyone tell me, why the Seach FEATURE at GEOCRAWLER is no longer available in their redesigned website. Since that is gone, makes me have to ask this question again, Charles, a few months ago, u posted a message to some one, on how to use DACHSTEIN on a HARDDRIVE, the procedure was somewhat

[Leaf-user] Dachstein and virtual IPs.

2002-01-03 Thread Jason C. Leach
hi, Does the Dachstein LRP distro allow virtual IPs to be configured by the network config file? I have always done it with my own script in init.d, but would prefer to do virtual IPs from the network.conf file. Thanks, j. -- .. . Jason C. Leach .. PGP/GPG Public key

Re: [Leaf-user] Dachstein and wireless

2002-01-03 Thread Pete Dubler
Charles, I have just set-up a Dachstein LRP as a wireless client. I used the Aironet ISA-342 which I got from Northwest Technical for only $99. It is a 30mW radio and works great. I have a draft write-up or how-to. The how-to will be tested by another fellow next week sometime and then I will

Re: [Leaf-user] dachstein cd 1.0.2: keyboard and cdrom errors

2002-01-03 Thread Peter Jay Salzman
begin Matthew Schalit <[EMAIL PROTECTED]> > > > unfortunately, i'm configuring the firewall right now (as in setting up > > the networking parameters) so ssh doesn't work quite yet. a keyboard > > would be useful. :-) > > Dachstein 1.0.2 is called Dachstein Firewall for > the good reason th

[Leaf-user] Re: Two WAN connections, one static, one dynamic

2002-01-03 Thread Charles Steinkuehler
> I'm running Eiger 1.5 (haven't had the time or need to go to something > newer - maybe I'll be forced to now!) with FreeS/WAN on a static > wireless connection to my ISP. I've now been provided a second WAN > connection via ADSL with another ISP. I would like to combine them to > share the loa

Re: [Leaf-user] need help with port forwarding

2002-01-03 Thread dgilleece
Quoting Peter Jay Salzman <[EMAIL PROTECTED]>: > once the lock was opened, she came screaming down the isle, rushed the > altar and now the deed is done. i'm running a fully operational > dachstein cd firewall. > Aye! She's a randy lass, that one ;) ___

Re: [Leaf-user] dachstein cd 1.0.2: keyboard and cdrom errors

2002-01-03 Thread Matthew Schalit
> unfortunately, i'm configuring the firewall right now (as in setting up > the networking parameters) so ssh doesn't work quite yet. a keyboard > would be useful. :-) Dachstein 1.0.2 is called Dachstein Firewall for the good reason that it comes complete. It is well enough written, includi

[Leaf-user] Two WAN connections, one static, one dynamic

2002-01-03 Thread Brock Nanson
I'm running Eiger 1.5 (haven't had the time or need to go to something newer - maybe I'll be forced to now!) with FreeS/WAN on a static wireless connection to my ISP. I've now been provided a second WAN connection via ADSL with another ISP. I would like to combine them to share the load, but rea

Re: [Leaf-user] dachstein cd 1.0.2: keyboard and cdrom errors

2002-01-03 Thread Matthew Schalit
"David B. Cook" wrote: > > Even if the keyboard is not your specific problem, eliminate it. Your > firewall is a server that is available by SSH so there is no need for > keyboards cluttering up you area. I need a local keyboard. Working without a keyboard via ssh only is not always an optio

[Leaf-user] Dachstein and wireless

2002-01-03 Thread Charles Baker
Does Dachstein have any support for wireless cards and pcmcia? Anyone got a favorite wireless card, or rather one known to work easily w/ Linux in general and Dachstein or Eigerstein in particular? Thanks. = [EMAIL PROTECTED] Hacking is a "Good Thing!" See http://www.tuxedo.org/~esr/faqs/hack

[Leaf-user] echoWall broken on Dachstein 1.*

2002-01-03 Thread Scott C. Best
Heyaz. Just a head's up: now that Dachstein has its "cut" utility fixed, the echowall scripts aren't working in a few places. I'm working on repairs now; I'm skipping the quick fix, as I still want it to work back to ES2B. Also, the answer is 27 months. :) I first started with LR

Re: [Leaf-user] a thought about modified file backups

2002-01-03 Thread Peter Jay Salzman
begin Doug O'Halloran <[EMAIL PROTECTED]> > a few early morning thoughts: > -if booting with CD as source, why not back up anything newer than the > CD creation date? I'm sure there's _some_ combination of actions that'd > break under this(ie. updated *.LRP packages on floppy/HD with files > old

Re: [Leaf-user] Suggestion: Alternative masq source IPs to LRP gw

2002-01-03 Thread Charles Steinkuehler
> ip route add 206.130.e.f via 230.b.c.1 dev eth0 src 230.b.c.91 > I hope someone else finds this useful also. Very crafty... > I saw that the Dachstein 1.0.2 release had > new routing parameters, which "almost" did > what we needed but not exactly. It was missing > the src parameter from route

Re: [Leaf-user] a thought about modified file backups

2002-01-03 Thread Charles Steinkuehler
> a late night thought: > > why not intercept the write() system call? if the write is to a file on > the filesystem, keep track of its path in some kernel data structure. > better yet, generate a /proc file with the pathnames of all filesystem > files that were modified by write(). > > the backu

Re: [Leaf-user] a thought about modified file backups

2002-01-03 Thread Doug O'Halloran
a few early morning thoughts: -if booting with CD as source, why not back up anything newer than the CD creation date? I'm sure there's _some_ combination of actions that'd break under this(ie. updated *.LRP packages on floppy/HD with files older than CD's write time, but newer than CD's package)

[Leaf-user] weblet whishlist

2002-01-03 Thread Paul Ljungqvist
Hi! I am using Dachstein CD 1.02, and have a great use of the weblet interface. Is it possible to have the same info from Current Connections (viewmasq) in a monitor, like the Bandwith Monitor? And how, if it is possible? /Paul ___ Leaf-user mailing

[Leaf-user] Suggestion: Alternative masq source IPs to LRP gw

2002-01-03 Thread Mika Nieminen
Hi, I have a suggestion for a new feature to Dachstein/Eigerstein LRP configuration files. The new feature allows LRP gateway admin to choose, which public IP number is used as masquerating source IP when internal workstations connect to external servers. Someone else might have the same problem

[Leaf-user] a thought about modified file backups

2002-01-03 Thread Peter Jay Salzman
a late night thought: why not intercept the write() system call? if the write is to a file on the filesystem, keep track of its path in some kernel data structure. better yet, generate a /proc file with the pathnames of all filesystem files that were modified by write(). the backup program woul

Re: [Leaf-user] Dachstein CD, problem with connecting from DMZ to internal

2002-01-03 Thread Greg Morgan
I think I've seen Charles S recommend putting your db server on another ethernet card as one option. The db server can be on the DMZ, but nothing will route to it from the Internet because you would not port forward to it. You would maybe put a ssh connection to it for secure maintenance. The

Re: [Leaf-user] Dachstein CD, problem with connecting from DMZ to internal

2002-01-03 Thread Greg Morgan
Kjetil N=E6ss wrote: > Hi all, > I've spent too many hours trying to solve a problem I now hope some kind > person can help me with.=20 > I'm using the latest Dachstein CD version, 3 network cards as follows > =20 > eth0=3Dexternal (ip's 212.125.237.178, 180, 181,182) > eth1=3Dinternal (ip's 192.1

Re: [Leaf-user] need help with port forwarding

2002-01-03 Thread Peter Jay Salzman
dan, you hit the nail on the head. the bride was definitely locked out of the church. once the lock was opened, she came screaming down the isle, rushed the altar and now the deed is done. i'm running a fully operational dachstein cd firewall. thank you! pete begin [EMAIL PROTECTED] <[EMAIL

[Leaf-user] Dachstein CD, problem with connecting from DMZ to internal

2002-01-03 Thread Kjetil Næss
Title: Message Hi all, I've spent too many hours trying to solve a problem I now hope some kind person can help me with. I'm using the latest Dachstein CD version, 3 network cards as follows   eth0=external (ip's 212.125.237.178, 180, 181,182) eth1=internal (ip's 192.168.1.0/24) eth2=DMZ