[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 1st:Sharing ; 2nd:Freezing



Just need some advices not so many guys making fun of
me.......:) :) :)

--- Bogdan <piticasbogdan_(_at_)_yahoo_(_dot_)_com> wrote:
> > > I`M A newbie!!! Need help!!!  :):):)
> > 
> > 
> > A:  that's obvious...........what kind of
> connection
> > do you have?
> 
> All the computers with ip 192.168.0.xxx are
> connected
> trough 10/100M switches. Computers with ip 10.0.1.2
> and 10.0.2.2 are connected trough UTP CrossOver
> cables. 
> 
> > B:  How are you're routing tables?
> 
> b&b_server# cat myname
> b&b_server.my.domain
> 
> b&b_server# cat hosts
> ::1 localhost.my.domain localhost
> 127.0.0.1 localhost.my.domain localhost
> 192.168.0.31 b&b_server.my.domain b&b_server
> 10.0.1.1 b&b_server.my.domain b&b_server
> 10.0.1.2 shoshonel.my.domain shoshonel
> 10.0.2.1 b&b_server.my.domain b&b_server
> 10.0.2.2 bulinuta.my.domain bulinuta
> 
> b&b_server# cat resolv.conf
> search my.domain
> nameserver 193.231.236.10
> nameserver 193.231.236.17
> lookup file bind
> 
> b&b_server# route show
> Routing tables
> 
> Internet:
> Destination      Gateway            Flags
> default          192.168.0.1        UG
> 10.0.1.0         link#2             U
> 10.0.2.0         link#3             U
> bulinuta         0:4f:4e:5:ba:cd    UH
> loopback.rdsnet. localhost          UG
> localhost        localhost          UH
> 192.168.0.0      link#1             U
> 192.168.0.1      0:a0:24:32:5e:17   UH
> 192.168.0.2      0:2:44:4b:8e:62    UH
> 192.168.0.14     0:e0:7d:75:50:43   UH
> 192.168.0.19     0:4:e2:3d:86:8b    UH
> 192.168.0.24     0:60:8c:b4:ca:ab   UH
> b&b_server       localhost          UGH
> 192.168.0.56     0:a0:24:59:51:7e   UH
> 192.168.0.221    0:2:44:40:28:2b    UH
> 192.168.0.229    0:d0:9:6d:87:58    UH
> BASE-ADDRESS.MCA localhost          U
> 
> Internet6:
> Destination      Gateway            Flags
> default          localhost.my.domai UG
> default          localhost.my.domai UG
> localhost.my.dom localhost.my.domai UH
> ::127.0.0.0      localhost.my.domai UGH
> ::224.0.0.0      localhost.my.domai UGH
> ::255.0.0.0      localhost.my.domai UGH
> ::ffff:0.0.0.0   localhost.my.domai UGH
> 2002::           localhost.my.domai UG
> 2002:7f00::      localhost.my.domai UG
> 2002:e000::      localhost.my.domai UG
> 2002:ff00::      localhost.my.domai UG
> fe80::           localhost.my.domai UGH
> fe80::%rl0       link#1             U
> fe80::240:f4ff:fe4d:e129%rl0 0:40:f4:4d:e1:29   UH
> fe80::%rl1       link#2             U
> fe80::24f:4eff:fe05:bba4%rl1 0:4f:4e:5:bb:a4    UH
> fe80::%rl2       link#3             U
> fe80::2dd:10ff:fe00:e1a8%rl2 0:dd:10:0:e1:a8    UH
> fe80::%lo0       fe80::1%lo0        U
> fe80::1%lo0      link#6             UH
> fec0::           localhost.my.domai UGH
> ff01::           localhost.my.domai U
> ff02::%rl0       link#1             U
> ff02::%rl1       link#2             U
> ff02::%rl2       link#3             U
> ff02::%lo0       localhost.my.domai U
> 
> > C:  Hubs are cheap...... :) :) :)
> 
> Those switches are good enough...
> 
> > > 1st: So, this is what I have:
> > >                      rl0  
> > > 192.168.0.xxx   192.168.0.31    192.168.0.1     
>  
> >    
> > >   _____             _____             _____     
> 
> > >  |     | . . . . . |OBSD | . . . . . |     |
> > >  |_____|       rl1 |_____|rl2        |_____|
> > >              10.0.1.1/ \10.0.2.1    internet
> > >                     /   \           gateway
> > >               _____/     \_____
> > >              |winXP|     |WinXP|
> > >              |_____|     |_____|
> > >             10.0.1.2     10.0.2.1
> > > I`m using OpenBSD3.2 as gateway for 10.0.1.2 and
> > > 10.0.2.2  :
> > > -/etc/mygate : 192.168.0.1
> > > -/etc/pf.conf :
> > > scrub in all
> > > nat on rl0 from 10.0.1.2 to any -> rl0
> > > nat on rl0 from 10.0.2.2 to any -> rl0
> > > pass in all
> > > pass out all
> > > 
> > > This is what I want: I want the other computers
> in
> > the
> > > 192.168.0.xxx net to be able to see the files
> I`m
> > > sharing on 10.0.1.2 and 10.0.2.2
> > >             
> > > What should I do? or Is necesary to set those
> two
> > > computers ip`s in the same net(10.0.0.xxx)?
> > > 
> > > 2nd: When I tried to copy large files from
> > computers
> > > in the 192.168.0.xxx net, my OpenBSD box
> freezed,
> > so I
> > > was forced to set all those network adapters to
> > media
> > > 10baseT. Is there anything I can do to make it
> > work
> > > with media 100baseTX? It still freezes if I try
> to
> > > copy more than one large files in the same
> time!!!
> > > 
> > > The OpenBSD box is a AMD5x86, 133MHz, 32RAM,
> 300MB
> > > Swap, RTL8139 PCI network adapters.
> > > 
> > > ThankYou!!!
> > > The New Yahoo! Search - Faster. Easier. Bingo
> > > http://search.yahoo.com
> > > 
> > 
> > -- 
> The New Yahoo! Search - Faster. Easier. Bingo
> http://search.yahoo.com
The New Yahoo! Search - Faster. Easier. Bingo
http://search.yahoo.com



Visit your host, monkey.org