Re: [leaf-user] PPPD and dynamic dns (pppoe)

2004-07-04 Thread freeman groups
Erich Titl wrote:
Scott  List
I don't have an ip_ip.d nor an ip_down.d ... I am using the stock 
PPP.LRP  PPPOE.LRP packages ... so maybe you're talking apples and 
I'm eating oranges?
M... this is from Bering 1.2 ppp.lrp
tar tzf ppp.lrp
...
etc/ppp/ip-down.d/
etc/ppp/ip-up.d/
... 
Oooops, my bad - it appears that I was actually having a delicious 
banana (looking an an old setup's .LRP extractions) called Bering 1.0. 
My *sincere* sorry for the misinfo.

scott; canada

---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com

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] Harddisk: Device not configured

2004-07-04 Thread Jon Clausen
Hi.

I have one of these:
http://www.sys-media.it/cv860a.html

- which I've succeeded in setting up as a dual WAN router.

It boots off a 64MB CF, and runs a self-compiled 2.4.20 kernel with Bering
as well as Julian Anastasov's 'dgd' patches applied.

Everything works nicely and it performs great, routing for some 80+ clients
:)

Now, I'd like to put the logs on the attached harddisk, so as to preserve
them in case of powerfailures etc...

The mobo has a VIA vt82c686b ide-controller, so consequently I have

CONFIG_BLK_DEV_VIA82CXXX=y in the kernel config

-which I would've thought should cover it. Obviously I was mistaken,
because:

# mount /dev/hdc6 /mnt
mount: Mounting /dev/hdc6 on /mnt failed: Device not configured

Before I start spraying dmesg output at everyone, I should explain that the
harddisk (2½ 40-pin laptop-style) has a working SuSE 9.0 system on it.

This should offer *some* help in pinpointing the problem, in that it's
possible for me to boot that system and compare. There are, however, a great
*many* differences including ACPI, DMA and IRQ settings, which all may
contribute (or not...) 

I have this on the tip of my tongue -feeling. It's probably something
trivial, but at this point I guess I can't see the forest for trees...

/dev/hdc = 40 GB Hitachi dk23ea-40
/dev/hdd = 64 MB CF Card

Both recognized/mountable under SuSE, only hdd recognized/mountable under
Bering.

Suggestions/thoughts welcome, and much appreciated.

TIA,
Jon Clausen

-- 
Just say know!


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com

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] ANN: IRC channel

2004-07-04 Thread Mike Noyes
Everyone,
This is just a reminder that we have a LEAF IRC channel, for those that
prefer IRC to mailing lists.

irc://irc.slashnet.org%23leaf

-- 
Mike Noyes mhnoyes at users.sourceforge.net
http://sourceforge.net/users/mhnoyes/
SF.net Projects: ffl, leaf, phpwebsite, phpwebsite-comm, sitedocs



---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com

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] Harddisk: Device not configured

2004-07-04 Thread Jon Clausen
On Sun, 04 Jul, 2004 at 17:51:23 +0200, Jon Clausen wrote:
 Hi.
 
 I have one of these:
 http://www.sys-media.it/cv860a.html
 
 - which I've succeeded in setting up as a dual WAN router.

... Bering 1.2 ...I forgot to mention :P

/Jon
-- 
Just say know!


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com

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] Please be kind to the Newbie!!

2004-07-04 Thread Craig Caughlin
Hi Andrew,
I think I can help you with the additional IP addresses. I struggled with
trying to figure that out, but with some help from the group...I got mine
working. I had 5 static IP addresses assigned to me too, so in the
/etc/network/interfaces file (Option 1, and then 1 again from the main lrcfg
menu), I made the following entries (after commenting out the iface eth0
inet dhcp entry) :

auto eth0
iface eth0 inet static
address 46.60.172.201
netmask 255.255.255.0
broadcast 46.60.172.255
gateway 46.60.172.254
# Additional static IP addresses
up ip addr add 46.60.172.202/24 brd 46.60.172.255 dev eth0 label
eth0:0
up ip addr add 46.60.172.203/24 brd 46.60.172.255 dev eth0 label
eth0:1
up ip addr add 46.60.172.204/24 brd 46.60.172.255 dev eth0 label
eth0:2

Just substitute your IP addresses for my entries and that should work. Then,
back up the etc package from the main menu and reboot. When Bering is back
up and running, issue the ip addr command from the command line, and you
should see your original IP address and the additional ones you've assigned
as well. Hopefully, this makes sense. If not just let me know.

Good luck,
Craig


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Thursday, July 01, 2004 2:51 PM
To: [EMAIL PROTECTED]
Subject: [leaf-user] Please be kind to the Newbie!!



Hi everyone,

I was trying to setup a very simple firewall and then build up from there. I
am using Bering uClibc 2.1.2

my setup is a cable modem with a static IP (I actually have 5 ip's but i'm
trying to keep it simple to start) going to the 
firewall in the first nic port, then from the firewall's second nic port to
a switch (because i don't own a crossover cable), 
then to a laptop.
I have been messing around with Network configurations: interfaces file.
From step 1 I have tried to setup option 1.2 but i 
don't understand the settings completely since they look a little different
from my standard Linksys router.  
What do I fill in for address, broadcast, and gateway?  My Isp gave me a
subnet mask of 255.255.255.248 with my static ips.  I used to input dns1 and
dns2 in my Linksys Router, do i still have to do this?

Then for step 2 I left it alone (default settings looked ok to me) for eth
1.

I thought i would first try to get on the internet with the laptop but it
doesn't get to the internet.  Is there a 
simple setting I need to change to fix this?


I don't even know if the nics are talking to the LEAF?  How do I know which
is Eth1 and Eth0? Is there a way to determine if leaf has installed the nic
cards properly or at all?  I didn't load any special drivers because it
looked like maybe they will work if the nics are common enough.

I haven't messed with anything else in the system. do i need to change some
settings in shorewall in order 
for the laptop to access the internet?

Then of course there are the laptop settings, I am running Windows XP Pro.
I have given it the following fixed ip settings: ip address: 192.168.1.5 seb
net mask: 255.255.255.0 default gateway: 192.168.1.1 DNS1 and DNS2: the
supplied info from my ISP

btw, how do I change the login and password when LEAF boots up?

Please be kind to the noob, I really want to learn this and I really
appreciate all the detail and 
over-simplification you can stand to type.  I know a very little about
Routing, less about firewalls, and absolutely nothing about Linux.  I have
been sucking on the Microsoft tit forever.

Thank you in advance,
Andrew



The best thing to hit the Internet in years - Juno SpeedBand! Surf the Web
up to FIVE TIMES FASTER! Only $14.95/ month - visit www.juno.com to sign up
today!


---
This SF.Net email sponsored by Black Hat Briefings  Training. Attend Black
Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com

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 sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com

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] Harddisk: Device not configured

2004-07-04 Thread Erich Titl
Jon
At 17:51 04.07.2004, you wrote:
Hi.
I have one of these:
http://www.sys-media.it/cv860a.html
- which I've succeeded in setting up as a dual WAN router.
It boots off a 64MB CF, and runs a self-compiled 2.4.20 kernel with Bering
as well as Julian Anastasov's 'dgd' patches applied.
Everything works nicely and it performs great, routing for some 80+ clients
:)
Now, I'd like to put the logs on the attached harddisk, so as to preserve
them in case of powerfailures etc...
The mobo has a VIA vt82c686b ide-controller, so consequently I have
CONFIG_BLK_DEV_VIA82CXXX=y in the kernel config
-which I would've thought should cover it. Obviously I was mistaken,
the menuconfig program does not enable the via82c just like that. It 
requires Generic PCI bus-master DMA support which you may or may not have set.
This is from the VIA docs

(2) When running make xconfig , make menuconfig  or make config  to
configure the kernel, select ATA/IDE/MFM/RLL Support/IDE and then ATA
and ATAPI Block devices. Next select 'y' to enable Generic PCI bus-master
DMA support and VIA82CXXX chipset support. Moreover, if your system uses
VIA's C3 CPU, select [K6/K6-II/K6-III] and disable [Symmetric
multi-processing support] under [Processor type and features]. Finally, save
and exit the kernel configuration.
HTH
Erich


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com

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