Re: Samba- how to set up?
From: jaster (jaster_at_home.net)
Date: 11/30/03
- Next message: Erik Drolshammer: "Re: Samba- how to set up?"
- Previous message: Andreas Stuetzner: "Re: smb.conf"
- In reply to: Erik Drolshammer: "Re: Samba- how to set up?"
- Next in thread: Erik Drolshammer: "Re: Samba- how to set up?"
- Reply: Erik Drolshammer: "Re: Samba- how to set up?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 30 Nov 2003 16:49:45 GMT
On Sat, 29 Nov 2003 23:14:27 +0100, Erik Drolshammer while doing time
wrote:
>
> "jaster" <jaster@home.net> skrev i melding
> news:pan.2003.11.29.17.42.43.298447@home.net...
>> On Sat, 29 Nov 2003 12:27:29 +0100, Erik Drolshammer while doing time
>> wrote:
>>
>> > Problem1: I`m a complete newbie.
>> > Problem2: I can map network drive over the internett, but not over the
>> > local gig line. (I have access with SSH.) What must I do to make it
> work?
>> >
>> > Configuration:
>> > Box 1:
>> > RedHat 9.0
>> > 100Mbit NIC: Connected to switch (with uplink to the net) 1000Mbit
>> > NIC: Connected to box 2 with crossed cat5e
>> >
>> > Box 2:
>> > Windows XP Pro
>> > 100Mbit NIC: To the net
>> > 1000Mbit NIC: To box 1 with crossed cat5e
>> >
>> >
>> > Regards
>> > Erik D
>>
>> Insufficient information about the network, ie, ip address for the
>> switch connections, ip address for the redundant crossover connection,
>> iptable considerations, smb.conf allowed hosts = 127. 192.168.1. ????
>
> Box1: Crossover connection: 10.0.0.2
> Box2: Crossover connection: 10.0.0.1
>
> Both computers have 129.241.136.xxx adresses.
>
> "iptable considerations" - I`m afraid i don`t know what is...
>
> "smb.conf allowed hosts" is commented out (as by default).
>
> Sambaversion 2.2.7a.
>
>
> Regards Erik D
Try adding routes to see if that fixes the problem cmd
Box1 >$ sudo route add -host 10.0.0.1 netmask 255.0.0.0 dev eth1
Box1 >$ sudo route del -host 10.0.0.1 dev eth0
where eth1 is the 1000Mbit NIC and eth0 is the 100Mbit
Box2 you'll need to use Network Connections for each NIC, TCP/IP
properties, Advanced properties, add and remove the routes.
But I think you can use the route statement from XP's CMD.EXE commandline
prompt.
You want to use the switch only for broadband and crossover for local?
If your switch supports 1000Mbit you can use only the 1000Mbit NICs for
the same purpose. The switch is already finding your 10.0.0.0 network
across the 100Mbit NICs it will do the same for the 1000Mbit.
It won't look at the Internet for the address as long as the connection
between the 1000Mbit NICs is maintained.
- Next message: Erik Drolshammer: "Re: Samba- how to set up?"
- Previous message: Andreas Stuetzner: "Re: smb.conf"
- In reply to: Erik Drolshammer: "Re: Samba- how to set up?"
- Next in thread: Erik Drolshammer: "Re: Samba- how to set up?"
- Reply: Erik Drolshammer: "Re: Samba- how to set up?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|