[Leaf-user] Dachstein LRP, problem with gateway

2001-10-23 Thread Paul Ljungqvist

I am trying to make the Dachstein LRP to work as a firewall at home.
The problem is that it does not use my ISP gateway, i.e. I am not possiblet
o reach anything beyond the gateway.
However, if I use the Eigerstein Static LRP, which have the same setup it
works fine.

Netstat shows 3 entry in the Egerstien, but the last (default) is missing in
Dachstein.
Where do I fix this?

/Paul

___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] Dachstein LRP, problem with gateway

2001-10-23 Thread Charles Steinkuehler

> I am trying to make the Dachstein LRP to work as a firewall at home.
> The problem is that it does not use my ISP gateway, i.e. I am not
possiblet
> o reach anything beyond the gateway.
> However, if I use the Eigerstein Static LRP, which have the same setup it
> works fine.
>
> Netstat shows 3 entry in the Egerstien, but the last (default) is missing
in
> Dachstein.
> Where do I fix this?

This is a bug...it will be fixed in the next release, which I hope to get to
soon (currently side-tracked working on the CD image).  In the mean time,
it's easy enough to fix yourself:

In /etc/network.conf, find the if_up () procedure.  Towards the end of this
procedure, you will find the following lines:

# Default route support
[ -n "$DEFAULT_GW" ] \
  && ip route replace default nexthop via $DEFAULT_GW dev $1

Change the last line to:
  && ip route replace default via $DEFAULT_GW dev $1

Note the removal of the 'nexthop' parameter.

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)



___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



[Leaf-user] Dachstein cd + pptp

2001-10-23 Thread Matthew Carroll

I just tried Dachstein-cd rc1, but I cant find pptp? Is there a pptp
package that I'm missing its not on the cd? Any help would be
appreciated. 


Thanks,


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



[Leaf-user] LRP and ez-ipupdate

2001-10-23 Thread Stefaan Van Dooren


hi,

Does anyone has ez-ipupdate (3.0.11b5) packaged ?
I need a version which supports dyndns-custom, and it seems that the latest
lrp package (that I found) is 3.0.1b1.

Stefaan


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



[Leaf-user] Netmeeting through Eiger2

2001-10-23 Thread Jeff Pierce

I am going to need to run Microsoft Netmeeting through a Linux Router
3.1.0, audio only no file transfers or "whiteboard", that is fire wall
and NAT.

 Is all I have to do is to port forward the ports listed on the
Microsoft netmeeting howto page?
http://support.microsoft.com/support/kb/ARTICLES/Q158/6/23.asp
the ports are:
389
522
1503
1720
1731
and dynamic, > 1024.

Will the dynamic ports created at connection time come through the
ipmaqurade/NAT ok?

Is anybody doing this already and can give me some pointers?
Several  remotely operated amateur radio stations on the internet use
netmeeting to transport the audio to/from the radio, so I have to get
through the firewall and NAT work properly.

-- 
Jeff, wd4nmq
[EMAIL PROTECTED]

___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] LRP and ez-ipupdate

2001-10-23 Thread Jacques Nilo

> Does anyone has ez-ipupdate (3.0.11b5) packaged ?
> I need a version which supports dyndns-custom, and it seems that the
latest
> lrp package (that I found) is 3.0.1b1.
>
> Stefaan

See
http://leaf.sourceforge.net/devel/jnilo/packages/ez-ipupd.lrp
It's 3.0.11b5 stripped to 24K
It's also on Shane Boulder page at
http://leaf.sourceforge.net/devel/sboulter/
but I am not sure of the version and the package is bigger (45K - not
stripped)
Jacques


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



[Leaf-user] xinetd instead of inetd anyone

2001-10-23 Thread w


Hi,

I was wondering if anyone is using xinetd instead of inetd?

Will

-- 
[EMAIL PROTECTED]


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



[Leaf-user] snmp module for eigerstein

2001-10-23 Thread Madhu Kangara

I am using  Eigerstein distribution of LRP as my firewall for last 6 months
and I am happy with that stuff.
I am wondering if it is possible to add a snmp module to this firewall 
I need to monitor my network's traffic and other patterns and I found an
application which monitors these things. Unfortunately it needs snmp

Is one available?

Thanks
Madhu

___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] snmp module for eigerstein

2001-10-23 Thread Charles Steinkuehler

> I am using  Eigerstein distribution of LRP as my firewall for last 6
months
> and I am happy with that stuff.
> I am wondering if it is possible to add a snmp module to this firewall
> I need to monitor my network's traffic and other patterns and I found an
> application which monitors these things. Unfortunately it needs snmp
>
> Is one available?

I've been happily using the snmp package from Koon Wong's package archive.
You can find it in various spots around the 'net, or in the contents of my
CD images:
http://lrp2.steinkuehler.net/files/diskimages/dachstein-CD/CD-Contents/snmp.
lrp

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)



___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] D-CD rc1

2001-10-23 Thread Charles Steinkuehler

- Original Message -
From: "Keith Laidlaw" <[EMAIL PROTECTED]>

> 1) the bootdisk.bin file has a mistake in lrpkg.cfg: it has a . between
> dhcpd and dhclient (not a ,)

Doh!!!  This somehow didn't make the bug list, so isn't fixed in rc2...it
will be fixed in rc3.  Meanwhile, simply create & edit your local copy of
lrpkg.cfg with a valid package list. 

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)



___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] Dachstein-CD-rc2 available

2001-10-23 Thread Michael D. Schleif


Charles Steinkuehler wrote:
> 
> > The second release-candidate version of Dachstein-CD is now available.
> 
> I forgot to mention...anyone wanting to upgrade from the previous (rc1)
> version of Dachstein-CD can simply switch to the new CD and reboot (keeping
> your existing config floppy)...no manual tweaking of anything required.  To
> me this is one of the coolest things about running the CD release (that and
> it boots a lot faster than floppies :-)

Unless, of course, you actually need to boot from the floppy, because
your firewall won't boot from CD-ROM -- in which case, you won't have
benefit of that new kernel ;>

-- 

Best Regards,

mds
mds resource
888.250.3987

Dare to fix things before they break . . .

Our capacity for understanding is inversely proportional to how much we
think we know.  The more I know, the more I know I don't know . . .

___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



[Leaf-user] Updated kernels available

2001-10-23 Thread Charles Steinkuehler

The 'normal' and 'RAID' versions of the Dachstein kernel are now available
with the updated openwall ow3 patch, which fixes the symlink DoS and the
pthread exploit.  As with the small kernel previously, the prefix has
changed from 2.2.19-1- to 2.2.19-2-, and the Dachstein symlinks now point to
the new version.

The new kernels are currently available from:
http://lrp.steinkuehler.net/files/kernels/

And the high speed mirrors:
http://lrp1.steinkuehler.net/files/kernels/
http://lrp2.steinkuehler.net/files/kernels/

With the other mirror sites updating in the next day or two.

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)



___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



[Leaf-user] Dachstein-CD-rc2 available

2001-10-23 Thread Charles Steinkuehler

The second release-candidate version of Dachstein-CD is now available.  A
couple minor but annoying bugs have been fixed, and I have added Kenneth
Hadley's PPP and PPPoE packages, with hopes of getting PPPoE connections
working (currently untested).

The iso image can be found in the usual places:
http://lrp.steinkuehler.net/files/diskimages/dachstein-CD/
http://lrp1.steinkuehler.net/files/diskimages/dachstein-CD/
http://lrp2.steinkuehler.net/files/diskimages/dachstein-CD/

--
Changes from Dachstein-CD rc1 to Dachstein-CD rc2:
--

Ramdisk package restored to initial version...ramlog retains the ability
  to extract tar.gz files from /etc/ramdisk/

Updated kernel to 2.2.19-2 with openwall patch ow3 fixes:
  Local DoS via deep symlinks
  Root compromise by ptrace(3)

added pppoe.lrp (2.6) and ppp.lrp (2.3.11) from Kenneth Hadley
  EXPERIMENTAL ONLY AT THIS POINT!

dnscache init script switched to use ash instead of sh, so UID can be set

/bin/edit bug using bash shell fixed

--

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)



___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] Dachstein-CD-rc2 available

2001-10-23 Thread Charles Steinkuehler

> The second release-candidate version of Dachstein-CD is now available.

I forgot to mention...anyone wanting to upgrade from the previous (rc1)
version of Dachstein-CD can simply switch to the new CD and reboot (keeping
your existing config floppy)...no manual tweaking of anything required.  To
me this is one of the coolest things about running the CD release (that and
it boots a lot faster than floppies :-)

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)



___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user