linux-l: dial in (& routing ?) problem

Christian Zeng pingu at writeme.com
Mo Jul 20 10:21:36 CEST 1998


hallo zusammen,

erst einmal danke für die antworten zu meinem log.nmb-problem (mal
sehen...).

das 2. problem:
ich habe unseren linux-server als dial-in server für "außerfirmliche"
rechner konfiguriert
i4l mit teles s0/16.3, ipppd aus diesem paket).
die einwählenden rechner sollen über samba auf die ressourcen zugreifen
können.
die einwahl klappt, telnet ist auch machbar. die samba-dienste sind aber
nach einem login nicht in der
netzwerkumgebung sichtbar, "net view ..." unter dos klappt auch nicht.
nur wenn ich den server mit
start->suchen->computer suchen lasse, geht das (manchmal). 
ich habe dann den server als verknüpfung auf den desktop gezogen, dann
geht das jedesmal.
nun, der weisheit letzter schluß kann das auch nicht sein, zumal mir das
alles als "glückssache" vorkommt.
es soll mal so laufen, daß nach erfolgter einwahl laufwerke automatisch
auf die samba-shares gemappt werden.
Bitte um Eure hilfe,

christian

linux:             192.168.0.99 
einwählender pc:   192.138.99.99
smb.conf 	   siehe vorherige mail
lokales netz:	   192.168.10.1 ... 10.99

>>>ok, routing vor einwahl (alles linux)
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
server.knopps.d *               255.255.255.255 UH    0      0        0
dummy0
knopps.de       *               255.255.255.0   U     0      0      179
eth0
loopback        *               255.0.0.0       U     0      0      378
lo

>>>routing während verbindung
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
server.knopps.d *               255.255.255.255 UH    0      0        0
dummy0
192.168.99.99   *               255.255.255.255 UH    0      0        0
ippp0
knopps.de       *               255.255.255.0   U     0      0      180
eth0
loopback        *               255.0.0.0       U     0      0      378
lo
default         192.168.99.99   0.0.0.0         UG    0      0        0
ippp0

>>>nach abbau der verbindung
server.knopps.d *               255.255.255.255 UH    0      0        0
dummy0
knopps.de       *               255.255.255.0   U     0      0      187
eth0
loopback        *               255.0.0.0       U     0      0      378
lo

>>>options.ippp
# /etc/ppp/options.ippp?
#
# for isdn4linux/syncPPP and dynamic IP-numbers
#

# The device(s)
# for more than one device try:
# /dev/ippp0 /dev/ippp1 ...
/dev/ippp0

# The IP addresses: <local>:<remote>
# just "0.0.0.0:" or nothing for dynamic IP
192.168.10.1:0.0.0.0

# my user name
user "root"

# my system name (only for CHAP!)
# name my_system_name

# accept IP addresses from peer
# use with dynamic IP
ipcp-accept-local
ipcp-accept-remote
noipdefault

# try to get IP address from interface
# option specific to ipppd (as opposed to pppd)
# use only with static IP
useifip

# disable all header-compression
-vj
-vjccomp
-ac
-pc
-bsdcomp
# sometimes you need this:
#noccp

# max receive unit
mru 1524
# max transmit unit
mtu 1500

# If this machine is a server, force authentication by uncommenting one
# of the following. However, if this machine is a client, doing this
will
# prevent a succesful connection! (message "peer refused to
authenticate").
# So, only uncomment on a server.
# "+pap" / "+chap" NUR AKTIVIEREN, WENN DIES EIN SERVER IST!!!
+pap
#+chap

# if you have problems with handshaking (no response for first
# lcp-package) try to decrease the retry-cycle. Default is 3 sec,
# try for example 2 sec:
# lcp-restart 2
proxyarp




Mehr Informationen über die Mailingliste linux-l