P�r Johansson wrote:

Hi
I'm running Dachstein CD 1.0.1 on a 166 pentium with 32 MB RAM and it's been working great.
I have some VPN tunnels using IpSec and TinyDNS running.
But now I want to add three more internal networks. I added the cards and the modules, no problem, Eth3 reports transceiver problem but I guess that is because it's not hooked up to any network.
Then I added this to network.conf:

Right above your ethx_xxx variables you missed setting the IF_AUTO variable. Like so:


# Start pppd PPP interfaces first as pppd's use of DNS can delay startup.
#
# Interfaces to start on boot go here - ie "ppp0 eth0"
# Do NOT include interfaces configured by dhcp!
IF_AUTO="eth1 eth2 eth3"

Notes earlier in the file say this:

# IF_AUTO                               Default: "eth0"
# A space seperated list of interfaces that get started on boot. Tunneling
# interfaces like CIPE should be after the raw  interfaces they depend on.
# The interfaces are started in the order they occur on the list, and are
# shutdown in the reverse order of IF_LIST.


eth2_IPADDR=192.168.20.254 eth2_MASKLEN=24 eth2_BROADCAST=+ eth2_ROUTES= eth2_IP_SPOOF=YES eth2_IP_KRNL_LOGMARTIANS=YES eth2_IP_SHARED_MEDIA=NO eth2_BRIDGE=NO eth2_PROXY_ARP=NO eth2_FAIRQ=NO
<snip>

Regards,
Greg Morgan




------------------------------------------------------- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. www.ictp.com/training/sourceforge.asp ------------------------------------------------------------------------ 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

Reply via email to