newsgroups-index (beta)

Current group: spline.fli4l.dev

mkfli4l Fehler bei 2 Subnetzen bei der 2.1.9

mkfli4l Fehler bei 2 Subnetzen bei der 2.1.9  
Christian Marré
 Re: mkfli4l Fehler bei 2 Subnetzen bei der 2.1.9  
Jean Wolter
 Re: mkfli4l Fehler bei 2 Subnetzen bei der 2.1.9  
Christian Marré
From:Christian Marré
Subject:mkfli4l Fehler bei 2 Subnetzen bei der 2.1.9
Date:Sun, 23 Jan 2005 14:38:21 +0100
Hallo,
wenn ich versuche die Disk zu erstellen oder die mkfli4l ausführe, bekomme
ich folgende Fehlermeldung:

>>An Error occured while creating fli4l-files
>>===========================================
>>Error: Invalid IP_NET configuration, IP_NET_1 and IP_NET_2 overlap
>> each other.
>>Error in configuration, aborting...

Hier mal meine base text, ich kann darin aber keine Überschneidung der
beiden Netze feststellen:

#---------------------------------------------------------------------------
---
# General settings:
#---------------------------------------------------------------------------
---
HOSTNAME='Bla' # name of fli4l router
PASSWORD='Bla' # password for root login (console, sshd,
imond)
BOOT_TYPE='fd' # boot device: fd, dualfd, hd, cd, ls120
# integrated, attached
# (cd, hd and ls120 need an installed hd opt)
MOUNT_BOOT='rw' # mount boot device (floppy): ro, rw, no
TIME_INFO='MEZ-1MESZ,M3.5.0,M10.5.0'
# description of local time
# zone, don't touch without reading
# documentation
IP_CONNTRACK_MAX='' # override maximum limit of connection
# tracking entries
POWEROFF_ON_HALT='yes' # power off after shutting down the
# machine
REAL_MODE_POWEROFF='no' # switch to real mode before invoking
# apm power off
#---------------------------------------------------------------------------
---
# console settings (serial console, blank time):
#---------------------------------------------------------------------------
---
CONSOLE_BLANK_TIME='' # time in minutes (1-60) to blank
# console; 0 = never, default if empty
SER_CONSOLE='no' # use serial interface instead of or
# as additional output device and main
# input device
SER_CONSOLE_IF='0' # serial interface to use, 0 for ttyS0
(COM1)
SER_CONSOLE_RATE='9600' # Baudrate for serial console

#---------------------------------------------------------------------------
---
# Debug Settings:
#---------------------------------------------------------------------------
---
DEBUG_STARTUP='no' # Write an execution trace of the boot
DEBUG_LOG='' # sequence to file DEBUG_LOG or console if
# DEBUG_LOG is empty

#---------------------------------------------------------------------------
---
# Show service menu after login:
#---------------------------------------------------------------------------
---
OPT_MENU='yes' # Service menu for users
MENU_LANGUAGE='de' # Default language for the service menu

#---------------------------------------------------------------------------
---
# Ethernet card drivers:
#---------------------------------------------------------------------------
---
NET_DRV_N='2' # number of ethernet drivers to load,
usually 1
NET_DRV_1='3c59x' # 1st driver: name (e.g. NE2000 PCI clone)
NET_DRV_1_OPTION='' # 1st driver: additional option
NET_DRV_2='3c509' # 2nd driver: name (e.g. NE2000 ISA
clone)
NET_DRV_2_OPTION=''

#---------------------------------------------------------------------------
---
# Ether networks used with IP protocol:
#---------------------------------------------------------------------------
---
IP_NET_N='2' # number of ip ethernet networks, usually 1
IP_NET_1='192.168.0.1/24' # IP address of your n'th ethernet card and
# Netmask in CIDR (Nr. of set bits)
IP_NET_1_DEV='eth0' # required: device name like ethX
IP_NET_2='192.168.1.1/5' # IP address of your n'th ethernet card and
# Netmask in CIDR (Nr. of set bits)
IP_NET_2_DEV='eth1'
#---------------------------------------------------------------------------
---
# Additional routes, optional
#---------------------------------------------------------------------------
---
IP_ROUTE_N='0' # number of additional routes
IP_ROUTE_1='192.168.7.0/24 192.168.6.99' # network/netmaskbits gateway

#---------------------------------------------------------------------------
---
# Masquerading:
#---------------------------------------------------------------------------
---
MASQ_MODULE_N='2' # load n masq modules (default: only
ftp)
MASQ_MODULE_1='ftp' # ftp
MASQ_MODULE_1_OPTION='' # options, see documentation
MASQ_MODULE_2='irc' # irc
MASQ_MODULE_2_OPTION='' # options, see documentation

#---------------------------------------------------------------------------
---
# Optional package: PORTFW
#---------------------------------------------------------------------------
---
PORTFW_N='0' # how many portforwardings to set up
PORTFW_1_TARGET='8080' # sample 1: forward ext. port 8080
PORTFW_1_NEW_TARGET='192.168.6.15:80' # ...to int. host 192.168.6.15 port 80
PORTFW_1_PROTOCOL='tcp' # ...using tcp
PORTFW_2_TARGET='3000-3010' # sample 2: forward portrange
3000-3010
PORTFW_2_NEW_TARGET='192.168.6.15' # ...to int. host 192.168.6.15
PORTFW_2_PROTOCOL='tcp' # ...using tcp

#---------------------------------------------------------------------------
---
# new style packet filter config
#---------------------------------------------------------------------------
---
NEW_FW_CONFIG='yes' # use new style packet filter config
INPUT_POLICY='REJECT' # be nice and use reject as policy
INPUT_ACCEPT_DEF='yes' # use default rule set
INPUT_LOG='no' # don't log anything
INPUT_LIST_N='2'
INPUT_LIST_1='IP_NET_1 ACCEPT' # allow all hosts in the local
# network access to the router
INPUT_LIST_2='IP_NET_2 ACCEPT'

FORWARD_POLICY='REJECT' # be nice and use reject as policy
FORWARD_ACCEPT_DEF='yes' # use default rule set
FORWARD_LOG='no' # don't log anything
FORWARD_LIST_N='5'
FORWARD_LIST_1='tmpl:samba DROP' # drop samba traffic if it tries
# to leave the subnet
FORWARD_LIST_2='IP_NET_1 ACCEPT' # accept everything else
FORWARD_LIST_3='IP_NET_2 ACCEPT'
FORWARD_LIST_4='IP_NET_1 IP_NET_2 ACCEPT BIDIRECTIONAL'
FORWARD_LIST_5='137-139 DROP'

POSTROUTING_LIST_N='3'
POSTROUTING_LIST_1='IP_NET_1 MASQUERADE' # masquerade traffic leaving
# the subnet
POSTROUTING_LIST_2='IP_NET_2 MASQUERADE'
POSTROUTING_LIST_3='IP_NET_1 IP_NET_2 ACCEPT BIDIRECTIONAL'
#---------------------------------------------------------------------------
---
# Domain configuration:
#---------------------------------------------------------------------------
---
START_DNS='yes' # start dns server: 'yes' or 'no'
DNS_LISTENIP_N='0' # if 0 then listen on all interfaces
DNS_LISTENIP_1='IP_NET_1_IPADDR' # first IP to listen on
DNS_FORWARDERS='194.25.2.129' # DNS servers of your provider, e.g.
ns.n-ix.net
DNS_VERBOSE='no' # log queries into syslog
DOMAIN_NAME='bla.bla' # your domain name
DNS_MX_SERVER='' # fqdn of the mx for your DOMAIN
DNS_FORBIDDEN_N='0' # number of forbidden domains
DNS_FORBIDDEN_1='foo.bar' # 1st forbidden domain
DNS_FORBIDDEN_2='bar.foo' # 2nd forbidden domain
DNS_REDIRECT_N='0' # number of redirected domains
DNS_REDIRECT_1='foo.bar.foo' # 1st redirected domain
DNS_REDIRECT_1_IP='192.168.6.100' # ip of redirected domain
DNS_BOGUS_PRIV='yes' # Fake reverse lookups for RFC1918
private address ranges

HOSTS_N='7' # number of hosts in your domain
HOST_1_NAME='bla' # 1st host: name and ip
HOST_1_IP='192.168.0.1'
#HOST_1_ALIAS_N='0' # number of optional alias names
#HOST_1_ALIAS_1='router.lan.fli4l' # optional alias name
#HOST_1_ALIAS_2='gateway.lan.fli4l'
HOST_2_NAME='client2' # 2nd host: name and ip
HOST_2_IP='192.168.0.2'
#HOST_2_MAC='de:ad:af:fe:07:19' # optional mac address used by dhcpd
HOST_3_NAME='client3' # 3rd host: name and ip
HOST_3_IP='192.168.0.3'
#HOST_3_MAC='de:ad:be:ef:07:19'
HOST_4_NAME='client4' # 4th host: name and ip
HOST_4_IP='192.168.0.4'
#HOST_4_MAC='de:ad:be:ef:08:15'
HOST_5_NAME='client5' # 4th host: name and ip
HOST_5_IP='192.168.0.5'
HOST_6_NAME='solo7' # 4th host: name and ip
HOST_6_IP='192.168.0.20'
HOST_7_NAME='Notebook' # 4th host: name and ip
HOST_7_IP='192.168.1.3'

#---------------------------------------------------------------------------
---
# Special DNS configuration
#---------------------------------------------------------------------------
---
DNS_N='0' # number of special dns servers,
normally 0
#DNS_1='firma.de 192.168.1.12' # 1st special dns server for firma.de
#DNS_2='lan.firma.de 192.168.2.12' # 2nd special dns server for
lan.firma.de

#---------------------------------------------------------------------------
---
# imond configuration:
#---------------------------------------------------------------------------
---
START_IMOND='yes' # start imond: yes or no
IMOND_USE_ORIG='yes' # use the original version of
# imond instead the development version
IMOND_PORT='5000' # port (tcp), don't open it to the
outside
IMOND_PASS='' # imond-password, may be empty
IMOND_ADMIN_PASS='' # imond-admin-password, may be empty
IMOND_LED='' # tty for led: com1 - com4 or empty
IMOND_BEEP='no' # beep if connection going up/down
IMOND_LOG='no' # log /var/log/imond.log: yes or no
IMOND_LOGDIR='/var/log' # log-directory, e.g. /var/log
IMOND_ENABLE='yes' # accept "enable/disable" commands
IMOND_DIAL='yes' # accept "dial/hangup" commands
IMOND_ROUTE='yes' # accept "route" command
IMOND_REBOOT='yes' # accept "reboot" command

#---------------------------------------------------------------------------
---
# Generic circuit configuration:
#---------------------------------------------------------------------------
---
IP_DYN_ADDR='yes' # use dyn. ip addresses (most providers
do)
DIALMODE='auto' # standard dialmode: auto, manual, or
off

#---------------------------------------------------------------------------
---
# optional package: syslogd
#---------------------------------------------------------------------------
---
OPT_SYSLOGD='yes' # start syslogd: yes or no
SYSLOGD_DEST_N='1' # number of destinations
SYSLOGD_DEST_2='*.* /dev/console' # n'th prio & destination of syslog msgs
SYSLOGD_DEST_1='*.* @192.168.0.2' # example: loghost 192.168.6.2
SYSLOGD_DEST_3='kern.info /var/log/dial.log' # example: log infos

#---------------------------------------------------------------------------
---
# optional package: klogd
#---------------------------------------------------------------------------
---
OPT_KLOGD='no' # start klogd: yes or no

#---------------------------------------------------------------------------
---
# optional package: y2k correction
#---------------------------------------------------------------------------
---
OPT_Y2K='no' # y2k correction: yes or no
Y2K_DAYS='' # correct hardware Y2K-Bug: add x days

#---------------------------------------------------------------------------
---
# Optional package: PNP
#---------------------------------------------------------------------------
---
OPT_PNP='yes' # install isapnp tools: yes or no

#---------------------------------------------------------------------------
---
# Optional package: inittab
#---------------------------------------------------------------------------
---
OPT_INITTAB='no'


Kann mir biite jemand dabei helfen den Fehler zu finden.
Irgendwie weiß ich nicht mehr weiter.

Mit freundlichem Gruß

Christian Marré
From:Jean Wolter
Subject:Re: mkfli4l Fehler bei 2 Subnetzen bei der 2.1.9
Date:23 Jan 2005 15:34:21 +0100
"Christian Marré" writes:

> Hier mal meine base text, ich kann darin aber keine Überschneidung der
> beiden Netze feststellen:
> IP_NET_1='192.168.0.1/24' # IP address of your n'th ethernet card and
> IP_NET_2='192.168.1.1/5' # IP address of your n'th ethernet card and

kuck nochmal genau hin ...

MfG,
JEan
From:Christian Marré
Subject:Re: mkfli4l Fehler bei 2 Subnetzen bei der 2.1.9
Date:Sun, 23 Jan 2005 22:58:55 +0100

"Jean Wolter" schrieb im Newsbeitrag
news:86wtu4tdsi.fsf@erwin.inf.tu-dresden.de...
> > IP_NET_2='192.168.1.1/5' # IP address of your n'th ethernet card
and
>
> kuck nochmal genau hin ...
>
Hallo,

danke Jean,
hatte ich in der Zwischenzeit gemerkt.
Die 5 sollte eigentlich ne 25 werden....
Eine Pause wirkt Wunder.
Läuft jetzt alles wunderbar.

> MfG,
> JEan

Gruß

Christian
   

Copyright © 2006 newsgroups-index   -   All rights reserved   -   Impressum