NEED Help on routing and Samba ! HELP HELP!!

NEED Help on routing and Samba ! HELP HELP!!

Post by Marco Mo » Fri, 11 Jun 1999 04:00:00



Need despertly help.

Following troubles.

Samba:
  I try to connect from a win98 & NT, and it just dosent work, I dont
see
the samba server in my network neigthbour hood. If I go search for
computer
over <start> then it shows up. So I click on it and it keep asking me
about
a password.

tried so far:
Account exist on linux.
smbpasswd exist too, i created with smbpasswd -a MARCO WERT also tried
-a
marco wert and a mixup of them.
My entries in smb.conf.
encrypt password=true
browseable=yes
password level=8
username level=8
write ok=yes
default case=lower
service type=fileservice
admin users=Marco, MARCO, marco
valid users=Marco, MARCO, marco
hosts allow=192.168.120.003
mangle case=no
path=/
writeable=yes
public=yes
case senitive=no
force user=root  (and tried too) force user=MARCO (and so one)

I cant get ried of this password nox:( Any help are welcome.

routing:
fact: i have 2 win98 workstation and 1 winNT 4.0 Server. 1 zyxel
router
prestige where was befor connect in my lan, and everthing worked fine.
Now I tried to set up an linux box with suse 6.0.
Linux box haves 2 network cards, the local on is connect over AUI to
the
rest of my lan, and the router is connect over a RJ45 to the secound
card,
in the linux box.
Local lan address are :192.168.120.1 to 4
Linux Box haves xxx.120.002  / subnet 255.255.255.240

The secound card where is connect to the router haves the adress
192.168.1.2
sub 255.255.255.0
I enabled Ip forwarding in Kernel, without any firewall stuff.

hosts entry.
192.168.xxx.xxx  bla.bla.bla.
and so one
without the router (??)

route.conf entries:
192.168.1.0               0.0.0.0   255.255.255.0  eth0
192.168.120.0           0.0.0.0  255.255.255.240 eth1
default 192.168.1.1

results of route -n
dest.                     gate.               gen.               flags
met.   ref    face
192.168.1.2         0.0.0.0            255.255.255.255    UH   0    0
0
dumy0
192.168.120.0     same              255.255.255.240     U     0    0
1
eth1
192.168.1.0          same             255.255.255.0           U    0
0
0  eth0
127.0.0.0               same             255.0.0.0                   U
0
0      1  lo
0.0.0.0                 192.168.1.1     0.0.0.0
UG  0
0      0  eth0

Troubles:
As soon i try to connect with internet Explo. on the Win98 station the
router calls out, but nothing happens, after a few minutes i get the
message
URL can't be found.
Same if i try on Linux itself with netscape, it just hangs
Zyxel Router is online.
if I ping 192.168.1.1 it dosent seem to work, any other local ping
works
just fine.
cards are OK. i switched them around.

Any hint on this what i make wrong here???

Marco

 
 
 

NEED Help on routing and Samba ! HELP HELP!!

Post by M. Buchenried » Fri, 11 Jun 1999 04:00:00


[...]

Quote:>routing:
>fact: i have 2 win98 workstation and 1 winNT 4.0 Server. 1 zyxel
>router
>prestige where was befor connect in my lan, and everthing worked fine.
>Now I tried to set up an linux box with suse 6.0.
>Linux box haves 2 network cards, the local on is connect over AUI to
>the
>rest of my lan, and the router is connect over a RJ45 to the secound
>card,
>in the linux box.
>Local lan address are :192.168.120.1 to 4
>Linux Box haves xxx.120.002  / subnet 255.255.255.240
>The secound card where is connect to the router haves the adress
>192.168.1.2
>sub 255.255.255.0
>I enabled Ip forwarding in Kernel, without any firewall stuff.

                                        ^^^^^^^^^^^^^^^^^^^
[...]

Unless the router does NAT, this won't work. You'll need
IP masquerading.

Michael
--

          Lumber Cartel Unit #456 (TINLC) & Official Netscum
    Note: If you want me to send you email, don't munge your address.

 
 
 

NEED Help on routing and Samba ! HELP HELP!!

Post by Marco Mo » Sat, 12 Jun 1999 04:00:00




Quote:>>sub 255.255.255.0
>>I enabled Ip forwarding in Kernel, without any firewall stuff.
>                                        ^^^^^^^^^^^^^^^^^^^
>[...]

>Unless the router does NAT, this won't work. You'll need
>IP masquerading.

>Michael

Ahhhh... No I dont think so, its only a Zyxel Prestige 100.. Okay then
I try with this masq stuff.. Thanks..