> On 10-Feb-99 Kurt Noe wrote:
>
> da fehlen noch einige infos:
>
> > 1) Eine Netzwerkkarte 192.168.0.100
> > 2) Eine ISDN-Karte mit Auto-Dial und dynamischer-IP
>
> welche IP hat die isdn-karte?
>
> >
> > Wenn ich nun von einem zweiten Rechner ein "telnet 192.168.0.100"
> >
> > starte, waehlt der Linux-Rechner ueber ipp0 meinen Provider an, 
um
> >
> > dann nach dem eingestellten Time-out wieder aufzulegen.
>
> wie sieht dein routing aus? wie sieht deine hosts aus?
>
----------
ifconfig
----------
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
          UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
          RX packets:75 errors:0 dropped:0 overruns:0 frame:0
          TX packets:75 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0

dummy0    Link encap:Ethernet  HWaddr 00:00:00:00:00:00
          inet addr:192.168.0.100  Bcast:192.168.0.255 
 Mask:255.255.255.0
          UP BROADCAST RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0

ippp0     Link encap:Point-to-Point Protocol
          inet addr:192.168.1.1  P-t-P:192.168.1.2 
 Mask:255.255.255.0
          UP POINTOPOINT RUNNING NOARP  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0

eth0      Link encap:Ethernet  HWaddr 00:10:5A:DF:BC:3A
          inet addr:192.168.0.100  Bcast:192.168.0.255 
 Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1087 errors:0 dropped:0 overruns:0 frame:0
          TX packets:194 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0
          Interrupt:11 Base address:0x6400

---------
hosts
---------

# /etc/hosts
# localhost
127.0.0.1          localhost
# eth0
192.168.0.100   knoware4.knoware.at     knoware4
#ippp0
192.168.1.1      knoware4.knoware.at     knoware4
# end

---------------
route.conf
---------------

# /etc/route.conf
#
127.0.0.0                 0.0.0.0         255.255.255.0           lo
192.168.0.0               0.0.0.0         255.255.255.0 
          eth0
192.168.1.2             0.0.0.0                 255.255.255.255 
        ippp0
default 192.168.0.0
#
# end
----------------
resolv.conf
----------------
#
# /etc/resolv.conf
#
search knoware.at
nameserver 195.2.0.2
nameserver 195.2.0.5
#
# end
---------------------------------
rc.config (network-part)
---------------------------------

# /etc/rc.config
#
# networking
#
NETCONFIG="_0 _2"

#
# IP Adresses
#
IPADDR_0="192.168.0.100"
IPADDR_1=""
IPADDR_2="192.168.1.1"
IPADDR_3=""

#
# network device names (e.g. "eth0")
#
NETDEV_0="eth0"
NETDEV_1=""
NETDEV_2="ippp0"
NETDEV_3=""

#
# parameteres for ifconfig, if you put "bootp" into it, bootp will
#
IFCONFIG_0="192.168.0.100 broadcast 192.168.0.255 netmask 
255.255.255.0"
IFCONFIG_1=""
IFCONFIG_2="192.168.1.1 pointopoint 192.168.1.2 up"
IFCONFIG_3=""

#
# setup dummy network device for IPADDR_0? this is useful for non 
permanent
#
SETUPDUMMYDEV=yes

#
# Do you want the "dynamic IP patch" to be enabled at bootup? 
(yes/no)
#
IP_DYNIP=no


#
# SuSEconfig can do some checks and modifications for /etc/hosts.
#
CHECK_ETC_HOSTS=yes

#
# If CHECK_ETC_HOSTS is set to yes, you can let SuSEconfig sort your
#
BEAUTIFY_ETC_HOSTS=yes


#
# hostname of the system (full name)
#
FQHOSTNAME="knoware4.knoware.at"

#
# SuSEconfig can create and check the /etc/host.conf for you. Should 
this
#
CREATE_HOSTCONF="yes"

#
# Shall SuSEconfig maintain /etc/resolv.conf (needed for DNS) ?
#
CREATE_RESOLVCONF="yes"

#
# Should NIS be used for name resolving (yes/no)
#
USE_NIS_FOR_RESOLVING=no

#
# domain searchlist that should be used in /etc/resolv.conf
#
SEARCHLIST="knoware.at"

#
# space separated list of nameservers that should be used for 
/etc/resolv.conf
#
NAMESERVER="195.2.0.2 195.2.0.5"
#
#

--------------
host.conf
--------------

# /etc/host.conf
#
# Automatically generated by SuSEconfig on Sun Feb  7 16:28:56 CET 
1999.
#
# PLEASE DO NOT EDIT THIS FILE!
#
# Change variables (NAMESERVER + YP_SERVER) in /etc/rc.config 
instead.
#
#
order hosts bind
multi on
#
# end

--
Um aus der Liste ausgetragen zu werden, eine Mail an [EMAIL PROTECTED]
schicken, mit dem Text: unsubscribe suse-linux

Antwort per Email an