Dear LEAF-USERs,

I have installed Bering 1.2 on my MINI-computer with follow
requirements:

Onboard network card (VT6102)
AVM Fritz!PCI

I follow the manual and configured all the files I need.

The syslinux.cfg file

display syslinux.dpy
timeout 0 
default linux initrd=initrd.lrp init=/linuxrc rw root=/dev/ram0
boot=/dev/hda1:msdos PKGPATH=/dev/hda1
LRP=root,etc,local,modules,isdn,iptables,keyboard,shorwall,dnscache,ulogd,beep,weblet

The modules file

# /etc/modules: kernel modules to load at boot time.
#
# Modules need for VT6102 Network Card
pci-scan
viarhine

# Modules needed for ISDN
# Look for type, io and irq settings at help page of isdn.lrp
documentation
slhc
isdn
hisax

# Masquerading 'helper' modules
# Other modules available in bering/modules/net/ipv4/netfilter
ip_conntrack_ftp
ip_conntrack_irc
ip_nat_ftp
ip_nat_irc


The configuration file for LEAF network

# /etc/network/interfaces -- configuration file for LEAF network
#
# Loopback interface.
auto lo eth0
iface lo inet loopback

#
# eth0 / Fixed IP (assumed to be 1.2.3.4). 
#                 (broadcast/gateway optional)
iface eth0 inet static  
        address 192.168.0.124
        masklen 24
        broadcast 192.168.0.255
#       gateway 1.2.3.1


The interface file for LEAF shorewall

#       /etc/shorewall/interfaces
#
#ZONE   INTERFACE       BROADCAST       OPTIONS
net     ippp0           -               dhcp,routefilter,norfc1918
loc     eth0            detect          routestopped
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE


For the connection I've configured the ioptoins and the pap-secrets
files:

#
#  Attention 3 Areas  
#  USER Dependent options
#
USER="arcor-basis"

#
#
# your MSN depending on your country without areaprefix
#
MYMSN=1482732

#
# Provider ARCOR
#
REMMSN=0192077

#
#
# Hangup after idletime in seconds 0 for no hangup
#
TIMEOUT=60

#
# Number of times to try to get  connection
#
DIALMAX=3

#
# Dialmode auto, manual or off
# 
DIALMODE="auto1"

#
################################################
#  the following  options should only be set 
#  in special situations
#
#
###########################################################
INTERFACE="ippp0"

#
#this address is used only for an initial routesetup
# if you use this adres on the internal side change it 
#  
DUMMYADRES="192.168.3.10"

#
#
# connection accepts local addres comment out if not true
#
#LOCAL=useifip

#
# connection accepts remote addres
#
#REMOTE=ipcp_accept_remote

#
LCP=" lcp-restart 4 "

#
IPDEFAULT=noipdefault

#
# set default route to this interface
#
DEFAULTROUTE=defaultroute

#
MTU=1500

#
MRU=1500
#

#
#
# check for valid values
#
#
[ "X$DIALMODE" != "Xauto" ] && [ "X$DIALMODE" != "Xmanual" ]&&\
[ "X$DIALMODE" != "Xoff" ] && DIALMODE="manual"  

echo dialmode is $DIALMODE
#
# Default values for  OPTIONS
#
[ "x$USER" != "$USER"  ] && USER=" name $USER "
[ "x$MTU" != "x" ] && MTU=" mtu $MTU "
[ "x$MRU" != "x" ] && MRU=" mru $MRU "

IOPTIONS=" $MTU $MRU $USER $LOCAL $REMOTE $LCP $IPDEFAULT $DEFAULTROUTE
"

----------

# This is a pap-secrets file
#
#papname * papsecret 
arcor-basis * internet


Thats all. 
If someone can see what my mistakes please let me know.
Because if I start the default i4l scripts it's always fealure:

/dev/isdnctrl: Operation not supported by Device


Thank you in advance

regards

Phuoc


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
------------------------------------------------------------------------
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