Re: [newbie] PROBLEM WITH IP ADDRESS 2.0

2003-12-23 Thread Adolfo Bello
On Tue, 2003-12-23 at 07:32, Nestor Castro wrote:
 Adolfo A. Bello B. wrote:
 
 On Fri, Dec 12, 2003 at 09:56:50AM +0100, Nestor Castro wrote:
   
 
 [EMAIL PROTECTED] jncasmed]# route -n_
 
 _Kernel IP routing table_
 
 _Destination Gateway Genmask Flags Metric Ref Use Iface_
 
 _192.168.147.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1_
 
 _127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo_
 
 [EMAIL PROTECTED] jncasmed]#_
 
 
 
 arrrgh,,
 
 
 
 You have no default gateway defined. Use the route command to add it.
 
  route add default gw 192.168.0.1 dev eth1
 
 (check the real ip address of the gateway)
 
 Adolfo
 
 
   
 
 
 
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
   
 
 ok, that worked just fine, but every time I reset my box, I have to use 
 the command to add it again, which file do I have to edit, so that it 
 executes every time I turn on my comp..
 
 Thanks

Try these two lines in /etc/sysconfig/network:

GATEWAY=1.2.3.4
GATEWAYDEV=eth1

I can't remember if the double-quotes () are needed.

Merry Christmas,

Adolfo



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] PROBLEM WITH IP ADDRESS

2003-12-12 Thread Adolfo Bello
On Thu, 2003-12-11 at 22:43, Dennis Myers wrote:
 On Thursday 11 December 2003 12:01 pm, Nestor Castro wrote:
  H.J.Bathoorn wrote:
  On Thursday 11 December 2003 11:53, Nestor Castro wrote:
  
  whaang (chainsaw snipping;))
  
  *
  Thanks Again for your time and patience.
  
  Nestor
  *
  
  1)Can you ping the other boxes on your subnet?
 
  yeaa, that, I can do
 
  If so does it work using their names as well?
 
  noop
 
  2)Can you ping the internet using IP addresses?
 
  that`s also a No
 
  66.102.11.99 (google) for instance.
  
  Good luck,
  HarM
 
  damn, that chainsaw is getting dangerously close.
 
  I`ll atach a diagram of how my LAN is connected, and  see if this helps
  you guys get a better perspective.
 
  Thanks.
 
  Nestor.
 
  
  
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com
 I don't get it, if you have a line into the linux comp and a line out then you 
 have to have two nic cards eth0 and eth1 in order to connect two cables to 
 that computer. If that is the case then you have one nic that is not 
 functioning.  So if one is a built in to the motherboard it would seem that 
 it may need to be activated in the bios.  If it is active it should show up 
 when you do ifconfig in console. Also you should see the active light on 
 the back of the comp in two places.  Something is missing or am I just daft?

My guess is that the routing table will show that the interface to the
gateway is the inactive card (which is eth0).

Please, could you post the outputs of route -n and ifconfig? Use the
chainsaw before posting. LOL.

-- 
Adolfo A. Bello B. [EMAIL PROTECTED]
Make your posts more effective. Learn how at
http://mandrake.vmlinuz.ca/bin/view/Main/MandrakeMailingListEtiquette


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] PROBLEM WITH IP ADDRESS

2003-12-12 Thread Nestor Castro
Adolfo Bello wrote:

On Thu, 2003-12-11 at 22:43, Dennis Myers wrote:
 

On Thursday 11 December 2003 12:01 pm, Nestor Castro wrote:
   

H.J.Bathoorn wrote:
 

On Thursday 11 December 2003 11:53, Nestor Castro wrote:

whaang (chainsaw snipping;))

   

*
Thanks Again for your time and patience.
Nestor
*
 

1)Can you ping the other boxes on your subnet?
   

yeaa, that, I can do

 

If so does it work using their names as well?
   

noop

 

2)Can you ping the internet using IP addresses?
   

that`s also a No

 

66.102.11.99 (google) for instance.

Good luck,
HarM
   

damn, that chainsaw is getting dangerously close.

I`ll atach a diagram of how my LAN is connected, and  see if this helps
you guys get a better perspective.
Thanks.

Nestor.

 



Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
   

I don't get it, if you have a line into the linux comp and a line out then you 
have to have two nic cards eth0 and eth1 in order to connect two cables to 
that computer. If that is the case then you have one nic that is not 
functioning.  So if one is a built in to the motherboard it would seem that 
it may need to be activated in the bios.  If it is active it should show up 
when you do ifconfig in console. Also you should see the active light on 
the back of the comp in two places.  Something is missing or am I just daft?
   

yes, there are two cards, but the one built in to the motherboard eth0 
is not activated, so we can just  forget about that one. I`m olnly using 
eth1, ,  just one cable goes into my comp into eth1, I can ping anyone 
in my subnet with it.

My guess is that the routing table will show that the interface to the
gateway is the inactive card (which is eth0).
Please, could you post the outputs of route -n and ifconfig? Use the
chainsaw before posting. LOL.
 

here they go...

[EMAIL PROTECTED] jncasmed]# ifconfig_

_eth1 Link encap:Ethernet HWaddr 00:0B:DB:74:3F:A1_

_ inet addr:192.168.147.66 Bcast:192.168.147.0 Mask:255.255.255.0_

_ UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1_

_ RX packets:368583 errors:0 dropped:0 overruns:0 frame:0_

_ TX packets:2735 errors:0 dropped:0 overruns:0 carrier:0_

_ collisions:0 txqueuelen:100_

_ RX bytes:476833374 (454.7 Mb) TX bytes:289532 (282.7 Kb)_

_ Interrupt:18 Base address:0xddc0 Memory:fcfe-fd00_

_
_
_lo Link encap:Local Loopback_

_ inet addr:127.0.0.1 Mask:255.0.0.0_

_ UP LOOPBACK RUNNING MTU:16436 Metric:1_

_ RX packets:567 errors:0 dropped:0 overruns:0 frame:0_

_ TX packets:567 errors:0 dropped:0 overruns:0 carrier:0_

_ collisions:0 txqueuelen:0_

_ RX bytes:40073 (39.1 Kb) TX bytes:40073 (39.1 Kb)_

_
_
[EMAIL PROTECTED] jncasmed]# route -n_

_Kernel IP routing table_

_Destination Gateway Genmask Flags Metric Ref Use Iface_

_192.168.147.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1_

_127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo_

[EMAIL PROTECTED] jncasmed]#_



arrrgh,,





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] PROBLEM WITH IP ADDRESS

2003-12-12 Thread Adolfo A. Bello B.
On Fri, Dec 12, 2003 at 09:56:50AM +0100, Nestor Castro wrote:
 [EMAIL PROTECTED] jncasmed]# route -n_
 
 _Kernel IP routing table_
 
 _Destination Gateway Genmask Flags Metric Ref Use Iface_
 
 _192.168.147.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1_
 
 _127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo_
 
 [EMAIL PROTECTED] jncasmed]#_
 
 
 
 arrrgh,,

You have no default gateway defined. Use the route command to add it.

route add default gw 192.168.0.1 dev eth1

(check the real ip address of the gateway)

Adolfo

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] PROBLEM WITH IP ADDRESS

2003-12-12 Thread cdrack

you can ping to the other boxes of youre net, only if
you edit youre /etc/hosts file and add the ip address
and names of the other boxes of youre net.

Cdrack.

--- Nestor Castro [EMAIL PROTECTED] wrote:
 Adolfo Bello wrote:
 
 On Thu, 2003-12-11 at 22:43, Dennis Myers wrote:
   
 
 On Thursday 11 December 2003 12:01 pm, Nestor
 Castro wrote:
 
 
 H.J.Bathoorn wrote:
   
 
 On Thursday 11 December 2003 11:53, Nestor
 Castro wrote:
 
 whaang (chainsaw
 snipping;))
 
 
 
 *
 Thanks Again for your time and patience.
 
 Nestor
 *
   
 
 1)Can you ping the other boxes on your subnet?
 
 
 yeaa, that, I can do
 
   
 
 If so does it work using their names as well?
 
 
 noop
 
   
 
 2)Can you ping the internet using IP addresses?
 
 
 that`s also a No
 
   
 
 66.102.11.99 (google) for instance.
 
 Good luck,
 HarM
 
 
 damn, that chainsaw is getting dangerously close.
 
 I`ll atach a diagram of how my LAN is connected,
 and  see if this helps
 you guys get a better perspective.
 
 Thanks.
 
 Nestor.
 
   
 


 
 Want to buy your Pack or Services from
 MandrakeSoft?
 Go to http://www.mandrakestore.com
 
 
 I don't get it, if you have a line into the linux
 comp and a line out then you 
 have to have two nic cards eth0 and eth1 in order
 to connect two cables to 
 that computer. If that is the case then you have
 one nic that is not 
 functioning.  So if one is a built in to the
 motherboard it would seem that 
 it may need to be activated in the bios.  If it is
 active it should show up 
 when you do ifconfig in console. Also you should
 see the active light on 
 the back of the comp in two places.  Something is
 missing or am I just daft?
 
 
 yes, there are two cards, but the one built in to
 the motherboard eth0 
 is not activated, so we can just  forget about that
 one. I`m olnly using 
 eth1, ,  just one cable goes into my comp into eth1,
 I can ping anyone 
 in my subnet with it.
 
 My guess is that the routing table will show that
 the interface to the
 gateway is the inactive card (which is eth0).
 
 Please, could you post the outputs of route -n
 and ifconfig? Use the
 chainsaw before posting. LOL.
 
   
 
 here they go...
 
 [EMAIL PROTECTED] jncasmed]# ifconfig_
 
 _eth1 Link encap:Ethernet HWaddr 00:0B:DB:74:3F:A1_
 
 _ inet addr:192.168.147.66 Bcast:192.168.147.0
 Mask:255.255.255.0_
 
 _ UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1_
 
 _ RX packets:368583 errors:0 dropped:0 overruns:0
 frame:0_
 
 _ TX packets:2735 errors:0 dropped:0 overruns:0
 carrier:0_
 
 _ collisions:0 txqueuelen:100_
 
 _ RX bytes:476833374 (454.7 Mb) TX bytes:289532
 (282.7 Kb)_
 
 _ Interrupt:18 Base address:0xddc0
 Memory:fcfe-fd00_
 
 _
 _
 
 _lo Link encap:Local Loopback_
 
 _ inet addr:127.0.0.1 Mask:255.0.0.0_
 
 _ UP LOOPBACK RUNNING MTU:16436 Metric:1_
 
 _ RX packets:567 errors:0 dropped:0 overruns:0
 frame:0_
 
 _ TX packets:567 errors:0 dropped:0 overruns:0
 carrier:0_
 
 _ collisions:0 txqueuelen:0_
 
 _ RX bytes:40073 (39.1 Kb) TX bytes:40073 (39.1 Kb)_
 
 _
 _
 
 [EMAIL PROTECTED] jncasmed]# route -n_
 
 _Kernel IP routing table_
 
 _Destination Gateway Genmask Flags Metric Ref Use
 Iface_
 
 _192.168.147.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1_
 
 _127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo_
 
 [EMAIL PROTECTED] jncasmed]#_
 
 
 
 arrrgh,,
 
 
 


 
 Want to buy your Pack or Services from
 MandrakeSoft? 
 Go to http://www.mandrakestore.com
   
 
 
 
 
  Want to buy your Pack or Services from
MandrakeSoft?
 
 Go to http://www.mandrakestore.com
 


__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] PROBLEM WITH IP ADDRESS

2003-12-12 Thread Dennis Myers
On Friday 12 December 2003 04:53 am, Nestor Castro wrote:
 Adolfo A. Bello B. wrote:
snip with hedge clippers didn't need a chain saw 
 
 You have no default gateway defined. Use the route command to add it.
 
  route add default gw 192.168.0.1 dev eth1
 
 (check the real ip address of the gateway)
 
 Adolfo


 DONE, yes, it`s done, working just fine, ..  Thanks to all of you..


 Especialmente Adolfo por tanto reply ,gracias
 Nestor
Way to go Adolfo and Nestor, satisfaction is pinning the ears back on a 
problem and making things work. You can only do that and understand what you 
did with linux.  Forge on. 
-- 
Dennis M. linux user #180842


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] PROBLEM WITH IP ADDRESS

2003-12-11 Thread Derek Jennings
On Wednesday 10 Dec 2003 5:57 pm, Nestor Castro wrote:
snip
 
  I am confused. How is this all connected?
 
  Where is the 10.5.66.0 subnet that appears in your route?
 
  the 10.5.66.0 subnet is my LAN, but one computer with  IP
  192.168.147.10 works as a gateway
 
  What does ifconfig show?
 
  eth1 Link encap: Ethernet  HWaddr  00:0B:DB:74:3F:A1
  inet addr: 10.5.66.66Bcast:10.5.66.255   Mask:
  255.255.255.0
  UP BROADAST RUNNING MULTICAST MTU:1500 Metric:1
  RX:Packets:7688987 errors:0  dropped:0 overruns:0 frame:0
 TX packets:4910174   errors:0  dorpped:0 overruns:0
  carrier:0
 collisions:0 txquelen:100
  RX bytes:2370586634  TX bytes:480970958
 
  lo Link encap: Local Lopback
  inet addr:127.0.0.1   Mask 255.255.255.0
  UP LOOPBACK RUNNING MTU:16436   mETRIC:1
  rx packets:1105  errors:0 dropped:0 overruns:0 frame:0
  TX packets:1105 erros:0 dropped:0 carrier:0
  collisions:0 txqueuelen:0
 
  It won't work. The gateway and your computer have to be in the same
  subnet.  Given that your mask is 255.255.255.0, your gateway should be
  something like 10.5.66.X.
 
  HTH

 I just tested what you said by assigning Ip address 192.168.147.66  to
 my computer, I still can`t connect, ( 192.168.147.10 my gateway,pìngs
 just fine)..

 I think it something else.


 
  but this is working for everyone else in my subnet,,and I worked just
  fine with Mandrake 8.1

There is something funny here.
You are using a Class A network (it begins with 10.xxx  etc) in which case the 
default network mask should be 255.0.0.0 and the default broadcast address 
should be 10.255.255.255  
How is the subnet mask configured on the router?

Adolfo is correct. Your gateway address should be on the same network. That is 
the whole point of a gateway. It is a device on the same subnet that knows 
how to route traffic off the subnet.

As it stands I do not see how it could possibly work.
You might find this useful
http://www.linux.org/docs/ldp/howto/IP-Subnetworking-3.html

derek
-- 
--
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] PROBLEM WITH IP ADDRESS

2003-12-11 Thread Nestor Castro
Derek Jennings wrote:

On Wednesday 10 Dec 2003 5:57 pm, Nestor Castro wrote:
snip
 

I am confused. How is this all connected?

Where is the 10.5.66.0 subnet that appears in your route?
   

the 10.5.66.0 subnet is my LAN, but one computer with  IP
192.168.147.10 works as a gateway
 

What does ifconfig show?
   

eth1 Link encap: Ethernet  HWaddr  00:0B:DB:74:3F:A1
   inet addr: 10.5.66.66Bcast:10.5.66.255   Mask:
255.255.255.0
   UP BROADAST RUNNING MULTICAST MTU:1500 Metric:1
   RX:Packets:7688987 errors:0  dropped:0 overruns:0 frame:0
  TX packets:4910174   errors:0  dorpped:0 overruns:0
carrier:0
  collisions:0 txquelen:100
   RX bytes:2370586634  TX bytes:480970958
lo Link encap: Local Lopback
   inet addr:127.0.0.1   Mask 255.255.255.0
   UP LOOPBACK RUNNING MTU:16436   mETRIC:1
   rx packets:1105  errors:0 dropped:0 overruns:0 frame:0
   TX packets:1105 erros:0 dropped:0 carrier:0
   collisions:0 txqueuelen:0
 

It won't work. The gateway and your computer have to be in the same
subnet.  Given that your mask is 255.255.255.0, your gateway should be
something like 10.5.66.X.
HTH
   

I just tested what you said by assigning Ip address 192.168.147.66  to
my computer, I still can`t connect, ( 192.168.147.10 my gateway,pìngs
just fine)..
I think it something else.

   

 

but this is working for everyone else in my subnet,,and I worked just
fine with Mandrake 8.1
 

There is something funny here.
You are using a Class A network (it begins with 10.xxx  etc) in which case the 
default network mask should be 255.0.0.0 and the default broadcast address 
should be 10.255.255.255  
How is the subnet mask configured on the router?

Adolfo is correct. Your gateway address should be on the same network. That is 
the whole point of a gateway. It is a device on the same subnet that knows 
how to route traffic off the subnet.

As it stands I do not see how it could possibly work.
You might find this useful
http://www.linux.org/docs/ldp/howto/IP-Subnetworking-3.html
derek
 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
 

fiiiuuu, ok, from what you guys just told me , I changed mi IP address 
to 192.168.147.66 netmask 255.255.255.0  my gateway is 192.168.147.10 my 
DNS server is 192.168.147.15,  and still can`t go out,

[EMAIL PROTECTED] jncasmed]# ifconfig*

*eth1 Link encap:Ethernet HWaddr 00:0B:DB:74:3F:A1*

* inet addr:192.168.147.66 /Bcast:10.5.66.255/** Mask:255.255.255.0*

* UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1*

* RX packets:7997419 errors:0 dropped:0 overruns:0 frame:0*

* TX packets:4912686 errors:0 dropped:0 overruns:0 carrier:0*

* collisions:0 txqueuelen:100*

* RX bytes:2777025494 (2648.3 Mb) TX bytes:481179838 (458.8 Mb)*

* Interrupt:18 Base address:0xddc0 Memory:fcfe-fd00*

*
*
*lo Link encap:Local Loopback*

* inet addr:127.0.0.1 Mask:255.0.0.0*

* UP LOOPBACK RUNNING MTU:16436 Metric:1*

* RX packets:1224 errors:0 dropped:0 overruns:0 frame:0*

* TX packets:1224 errors:0 dropped:0 overruns:0 carrier:0*

* collisions:0 txqueuelen:0*

* RX bytes:97974 (95.6 Kb) TX bytes:97974 (95.6 Kb)*



I did exactly the same thing  in another computer in my LAN under 
windows and it works. here is the result of ipconfig/all in this machine:
*
Windows IP Configuration :

Host Name ..JMENKUR
Primary DNS Suffix...cuauhtemoc_jrz2
Node TypeHybrid
IP Routing Enabled No
Wins Proxy Enabled ...No
DNS Suffix Search List...cuauhtemoc_jrz2
Ethernet Adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description...3Com 3C920 Integrated Fast Ethernet
Controller 3C905C-TX Compatible
Physical Address.:00:08-74-3D-4B-DC
Dhcp Enabled..No
IP Address..192.168.147.3
Subnet Mask:..255.255.255.0
Default Gateway..192.168.147.10
DNS SERVERS192.168.147.15
Primary WINS Server...192.168.147.15*
*
Thanks Again for your time and patience.
Nestor
*

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] PROBLEM WITH IP ADDRESS

2003-12-11 Thread H.J.Bathoorn
On Thursday 11 December 2003 11:53, Nestor Castro wrote:

whaang (chainsaw snipping;))

 *
 Thanks Again for your time and patience.

 Nestor
 *
1)Can you ping the other boxes on your subnet?
If so does it work using their names as well?

2)Can you ping the internet using IP addresses?
66.102.11.99 (google) for instance.

Good luck,
HarM

-- 
Registered Linux User #197998
FSF Associate Member #901
ICQ #146191606
Mandrake HowTo's  more: http://twiki.mdklinuxfaq.org



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] PROBLEM WITH IP ADDRESS

2003-12-11 Thread Dennis Myers
On Thursday 11 December 2003 12:01 pm, Nestor Castro wrote:
 H.J.Bathoorn wrote:
 On Thursday 11 December 2003 11:53, Nestor Castro wrote:
 
 whaang (chainsaw snipping;))
 
 *
 Thanks Again for your time and patience.
 
 Nestor
 *
 
 1)Can you ping the other boxes on your subnet?

 yeaa, that, I can do

 If so does it work using their names as well?

 noop

 2)Can you ping the internet using IP addresses?

 that`s also a No

 66.102.11.99 (google) for instance.
 
 Good luck,
 HarM

 damn, that chainsaw is getting dangerously close.

 I`ll atach a diagram of how my LAN is connected, and  see if this helps
 you guys get a better perspective.

 Thanks.

 Nestor.

 
 
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com
I don't get it, if you have a line into the linux comp and a line out then you 
have to have two nic cards eth0 and eth1 in order to connect two cables to 
that computer. If that is the case then you have one nic that is not 
functioning.  So if one is a built in to the motherboard it would seem that 
it may need to be activated in the bios.  If it is active it should show up 
when you do ifconfig in console. Also you should see the active light on 
the back of the comp in two places.  Something is missing or am I just daft?
-- 
Dennis M. linux user #180842


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] PROBLEM WITH IP ADDRESS

2003-12-10 Thread Adolfo Bello
On Tue, 2003-12-09 at 16:01, Nestor Castro wrote:
 I hope someone can help me with this, I'm  totally newbie on Linux.
 
 I have a LAN that connects to the internet through a Gateway 
 xxx.xxx.xxx.10, also in this LAN is a MS Exchange Server xxx.xxx.xxx.16 
 which uses this gateway, everyone connected also has access to the internet.
 
 I recently installed Mandrake 9.2 on my computer and assigned an address 
 , configured Mozilla and worked just fine, I can send and receive mail, 
 I can PING my gateway normally and also any other IP address in the LAN, 
 but when I try to PING my computer from another one it does not answer, 
 as a result I can`t connect to the Internet.
 
 
 How do I tell LINUX to be seen by others in my LAN, I experimented on 
 security, but could not find something helpful..
 
 I'd appreciate any help..
 
 
 Nestor

It looks to me as you have not defined the DNS server(s) or the gateway.

Take a look at /etc/resolv.conf. If every thing looks fine, then verify
with route -n that you have defined the gateway.

Regarding ping, it might be a firewall in 9.2 box blocking them.

HTH

-- 
Adolfo A. Bello B. [EMAIL PROTECTED]
Make your posts more effective. Learn how at
http://mandrake.vmlinuz.ca/bin/view/Main/MandrakeMailingListEtiquette


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] PROBLEM WITH IP ADDRESS

2003-12-10 Thread Derek Jennings
On Tuesday 09 Dec 2003 8:01 pm, Nestor Castro wrote:
 I hope someone can help me with this, I'm  totally newbie on Linux.

 I have a LAN that connects to the internet through a Gateway
 xxx.xxx.xxx.10, also in this LAN is a MS Exchange Server xxx.xxx.xxx.16
 which uses this gateway, everyone connected also has access to the
 internet.

 I recently installed Mandrake 9.2 on my computer and assigned an address
 , configured Mozilla and worked just fine, I can send and receive mail,
 I can PING my gateway normally and also any other IP address in the LAN,
 but when I try to PING my computer from another one it does not answer,
 as a result I can`t connect to the Internet.


 How do I tell LINUX to be seen by others in my LAN, I experimented on
 security, but could not find something helpful..

 I'd appreciate any help..


 Nestor

If you have the Mandrake firewall enabled (it is called shorewall) then by 
default your computer will not respond to pings.  It can be enabled if you 
wish, but you do not need it it access the Internet.

More likely you have not defined the gateway address or the DNS server 
addresses you need to access the Internet.

From your Mandrake Control CentreDrakconnect GUI
In the centre of the GUI you will see gateway it should show the IP of your 
xxx.xxx.xxx.10  If not then press the 'Configure Internet Access' button and 
define it.

As for the DNS server run the wizard at the bottom of the GUI
You will have a chance to define the gateway and DNS server address in there 
too.
If you do not know the DNS address used by your ISP look in your Windows 
computers config, or the support site of your ISP.

HTH

derek

-- 
--
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] PROBLEM WITH IP ADDRESS

2003-12-10 Thread Nestor Castro
Derek Jennings wrote:

On Tuesday 09 Dec 2003 8:01 pm, Nestor Castro wrote:
 

I hope someone can help me with this, I'm  totally newbie on Linux.

I have a LAN that connects to the internet through a Gateway
xxx.xxx.xxx.10, also in this LAN is a MS Exchange Server xxx.xxx.xxx.16
which uses this gateway, everyone connected also has access to the
internet.
I recently installed Mandrake 9.2 on my computer and assigned an address
, configured Mozilla and worked just fine, I can send and receive mail,
I can PING my gateway normally and also any other IP address in the LAN,
but when I try to PING my computer from another one it does not answer,
as a result I can`t connect to the Internet.
How do I tell LINUX to be seen by others in my LAN, I experimented on
security, but could not find something helpful..
I'd appreciate any help..

Nestor
   

If you have the Mandrake firewall enabled (it is called shorewall) then by 
default your computer will not respond to pings.  It can be enabled if you 
wish, but you do not need it it access the Internet.

More likely you have not defined the gateway address or the DNS server 
addresses you need to access the Internet.

From your Mandrake Control CentreDrakconnect GUI
In the centre of the GUI you will see gateway it should show the IP of your 
xxx.xxx.xxx.10  If not then press the 'Configure Internet Access' button and 
define it.
As for the DNS server run the wizard at the bottom of the GUI
You will have a chance to define the gateway and DNS server address in there 
too.
If you do not know the DNS address used by your ISP look in your Windows 
computers config, or the support site of your ISP.

HTH

derek
 

Derek

I Checked both  my IP adress of the gateway and the DNS and both are 
correctly defined, (just as they are on my other Windows computers, and 
can also PING them),  I also cheked my DrakFirewall and is not enabled.

I remember Installing Mandrake 8.2 and configuring somewhere the IP 
Addresses that could access my computer in particular, but I don`t find 
where I can do that in 9.2.

Thanks for your help

Nestor



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] PROBLEM WITH IP ADDRESS

2003-12-10 Thread Derek Jennings
On Wednesday 10 Dec 2003 10:04 am, Nestor Castro wrote:
 Derek Jennings wrote:
 On Tuesday 09 Dec 2003 8:01 pm, Nestor Castro wrote:
 I hope someone can help me with this, I'm  totally newbie on Linux.
 
 I have a LAN that connects to the internet through a Gateway
 xxx.xxx.xxx.10, also in this LAN is a MS Exchange Server xxx.xxx.xxx.16
 which uses this gateway, everyone connected also has access to the
 internet.
 
 I recently installed Mandrake 9.2 on my computer and assigned an address
 , configured Mozilla and worked just fine, I can send and receive mail,
 I can PING my gateway normally and also any other IP address in the LAN,
 but when I try to PING my computer from another one it does not answer,
 as a result I can`t connect to the Internet.
 
 
 How do I tell LINUX to be seen by others in my LAN, I experimented on
 security, but could not find something helpful..
 
 I'd appreciate any help..
 
 
 Nestor
 
 If you have the Mandrake firewall enabled (it is called shorewall) then by
 default your computer will not respond to pings.  It can be enabled if you
 wish, but you do not need it it access the Internet.
 
 More likely you have not defined the gateway address or the DNS server
 addresses you need to access the Internet.
 
 From your Mandrake Control CentreDrakconnect GUI
 
 In the centre of the GUI you will see gateway it should show the IP of
  your xxx.xxx.xxx.10  If not then press the 'Configure Internet Access'
  button and define it.
 As for the DNS server run the wizard at the bottom of the GUI
 You will have a chance to define the gateway and DNS server address in
  there too.
 If you do not know the DNS address used by your ISP look in your Windows
 computers config, or the support site of your ISP.
 
 HTH
 
 derek

 Derek

 I Checked both  my IP adress of the gateway and the DNS and both are
 correctly defined, (just as they are on my other Windows computers, and
 can also PING them),  I also cheked my DrakFirewall and is not enabled.

 I remember Installing Mandrake 8.2 and configuring somewhere the IP
 Addresses that could access my computer in particular, but I don`t find
 where I can do that in 9.2.

 Thanks for your help

 Nestor

Can you ping outside your network?
For example
ping 216.109.118.66   (that is yahoo)

If that works then try
ping www.yahoo.com
if that works then so should a browser.

The other thing that comes to mind is if you are running a proxy server in 
your gateway blocking port 80

derek


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] PROBLEM WITH IP ADDRESS

2003-12-10 Thread Nestor Castro
Derek Jennings wrote:

On Wednesday 10 Dec 2003 10:04 am, Nestor Castro wrote:
 

Derek Jennings wrote:
   

On Tuesday 09 Dec 2003 8:01 pm, Nestor Castro wrote:
 

I hope someone can help me with this, I'm  totally newbie on Linux.

I have a LAN that connects to the internet through a Gateway
xxx.xxx.xxx.10, also in this LAN is a MS Exchange Server xxx.xxx.xxx.16
which uses this gateway, everyone connected also has access to the
internet.
I recently installed Mandrake 9.2 on my computer and assigned an address
, configured Mozilla and worked just fine, I can send and receive mail,
I can PING my gateway normally and also any other IP address in the LAN,
but when I try to PING my computer from another one it does not answer,
as a result I can`t connect to the Internet.
How do I tell LINUX to be seen by others in my LAN, I experimented on
security, but could not find something helpful..
I'd appreciate any help..

Nestor
   

If you have the Mandrake firewall enabled (it is called shorewall) then by
default your computer will not respond to pings.  It can be enabled if you
wish, but you do not need it it access the Internet.
More likely you have not defined the gateway address or the DNS server
addresses you need to access the Internet.
From your Mandrake Control CentreDrakconnect GUI
In the centre of the GUI you will see gateway it should show the IP of
your xxx.xxx.xxx.10  If not then press the 'Configure Internet Access'
button and define it.
As for the DNS server run the wizard at the bottom of the GUI
You will have a chance to define the gateway and DNS server address in
there too.
If you do not know the DNS address used by your ISP look in your Windows
computers config, or the support site of your ISP.
HTH

derek
 

Derek

I Checked both  my IP adress of the gateway and the DNS and both are
correctly defined, (just as they are on my other Windows computers, and
can also PING them),  I also cheked my DrakFirewall and is not enabled.
I remember Installing Mandrake 8.2 and configuring somewhere the IP
Addresses that could access my computer in particular, but I don`t find
where I can do that in 9.2.
Thanks for your help

Nestor
   

Can you ping outside your network?
For example
ping 216.109.118.66   (that is yahoo)
If that works then try
ping www.yahoo.com
if that works then so should a browser.
The other thing that comes to mind is if you are running a proxy server in 
your gateway blocking port 80

derek

 

noop. I can`t ping outside my network, I think the problem is with my 
gateway address,  but is correctly defined in the Drakconnect.

I solved the problem concerning the PING in my LAN, by editing 
/etc/hosts.allow and  All: 192.168.147.0

I suppose the problem is with my gateway because when I use route -n 
sends me this information..:
Destination  Gateway 
Genmask FlagsMetric RefUseIface
10.5.66.0   0.0.0.0
255.255.255.0   u00  0  eth1
127.0.0.0   0.0.0.0255.0.0.0   
u   0 0  0   lo
0.0.0.0   0.0.0.0 
0.0.0.0   u00  
0   eth1

I checked  /etc/sysconfig/network 

and the information is

Hostname uabc.com(my machine)
networking =yes
gateway=192.168.147.10 (the one defined in Drakcontrol)
gatewaydev=eth1
I`m  getting close, I know ..or..I hope.

Thanks for your help



 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


RE: [newbie] PROBLEM WITH IP ADDRESS

2003-12-10 Thread Dennis . R . Myers
Title: RE: [newbie] PROBLEM WITH IP ADDRESS





Seems to me you are sharing the internet access with your lan from your computer. If that is the case did you use the share internet connection wizard found in MCC under Internet connection as I recall. If you are sharing the lan with your linux comp then you should show in the configuration of internet access that the gateway is your xxx.xxx.xxx.10 computer and DNS is something like 68.12.13.14 from the ISP . I believe this should show on all of the computers that want to access the internet. Hope this is clear and helps.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Nestor Castro
Sent: Wednesday, December 10, 2003 6:22 AM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] PROBLEM WITH IP ADDRESS



Derek Jennings wrote:


On Wednesday 10 Dec 2003 10:04 am, Nestor Castro wrote:
 

Derek Jennings wrote:
 

On Tuesday 09 Dec 2003 8:01 pm, Nestor Castro wrote:
 

I hope someone can help me with this, I'm totally newbie on Linux.

I have a LAN that connects to the internet through a Gateway
xxx.xxx.xxx.10, also in this LAN is a MS Exchange Server xxx.xxx.xxx.16
which uses this gateway, everyone connected also has access to the
internet.

I recently installed Mandrake 9.2 on my computer and assigned an address
, configured Mozilla and worked just fine, I can send and receive mail,
I can PING my gateway normally and also any other IP address in the LAN,
but when I try to PING my computer from another one it does not answer,
as a result I can`t connect to the Internet.


How do I tell LINUX to be seen by others in my LAN, I experimented on
security, but could not find something helpful..

I'd appreciate any help..


Nestor
 

If you have the Mandrake firewall enabled (it is called shorewall) then by
default your computer will not respond to pings. It can be enabled if you
wish, but you do not need it it access the Internet.

More likely you have not defined the gateway address or the DNS server
addresses you need to access the Internet.

From your Mandrake Control CentreDrakconnect GUI

In the centre of the GUI you will see gateway it should show the IP of
your xxx.xxx.xxx.10 If not then press the 'Configure Internet Access'
button and define it.
As for the DNS server run the wizard at the bottom of the GUI
You will have a chance to define the gateway and DNS server address in
there too.
If you do not know the DNS address used by your ISP look in your Windows
computers config, or the support site of your ISP.

HTH

derek
 

Derek

I Checked both my IP adress of the gateway and the DNS and both are
correctly defined, (just as they are on my other Windows computers, and
can also PING them), I also cheked my DrakFirewall and is not enabled.

I remember Installing Mandrake 8.2 and configuring somewhere the IP
Addresses that could access my computer in particular, but I don`t find
where I can do that in 9.2.

Thanks for your help

Nestor
 


Can you ping outside your network?
For example
ping 216.109.118.66 (that is yahoo)

If that works then try
ping www.yahoo.com
if that works then so should a browser.

The other thing that comes to mind is if you are running a proxy server in 
your gateway blocking port 80

derek

 



noop. I can`t ping outside my network, I think the problem is with my 
gateway address, but is correctly defined in the Drakconnect.


I solved the problem concerning the PING in my LAN, by editing 
/etc/hosts.allow and All: 192.168.147.0



I suppose the problem is with my gateway because when I use route -n 
sends me this information..:
Destination Gateway 
Genmask Flags Metric Ref Use Iface
10.5.66.0 0.0.0.0 
255.255.255.0 u 0 0 0 eth1
127.0.0.0 0.0.0.0 255.0.0.0 
 u 0 0 0 lo
0.0.0.0 0.0.0.0 
0.0.0.0 u 0 0 
0 eth1


I checked /etc/sysconfig/network 


and the information is


Hostname uabc.com (my machine)
networking =yes
gateway=192.168.147.10 (the one defined in Drakcontrol)
gatewaydev=eth1



I`m getting close, I know ..or..I hope.


Thanks for your help





 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
 








Re: [newbie] PROBLEM WITH IP ADDRESS

2003-12-10 Thread Derek Jennings
On Wednesday 10 Dec 2003 12:22 pm, Nestor Castro wrote:
snip

 noop. I can`t ping outside my network, I think the problem is with my
 gateway address,  but is correctly defined in the Drakconnect.

 I solved the problem concerning the PING in my LAN, by editing
 /etc/hosts.allow and  All: 192.168.147.0


 I suppose the problem is with my gateway because when I use route -n
 sends me this information..:
 Destination  Gateway
 Genmask FlagsMetric RefUseIface
 10.5.66.0   0.0.0.0
 255.255.255.0   u00  0  eth1
 127.0.0.0   0.0.0.0255.0.0.0
  u   0 0  0   lo
 0.0.0.0   0.0.0.0
 0.0.0.0   u00
 0   eth1

 I checked  /etc/sysconfig/network

 and the information is

 Hostname uabc.com(my machine)
 networking =yes
 gateway=192.168.147.10 (the one defined in Drakcontrol)
 gatewaydev=eth1


 I`m  getting close, I know ..or..I hope.

 Thanks for your help
I am confused. How is this all connected?

Where is the 10.5.66.0 subnet that appears in your route?
What does ifconfig show?
And is there an eth0 ? If so is it enabled?

derek

-- 
--
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] PROBLEM WITH IP ADDRESS

2003-12-10 Thread Nestor Castro
Derek Jennings wrote:

On Wednesday 10 Dec 2003 12:22 pm, Nestor Castro wrote:
snip
 

noop. I can`t ping outside my network, I think the problem is with my
gateway address,  but is correctly defined in the Drakconnect.
I solved the problem concerning the PING in my LAN, by editing
/etc/hosts.allow and  All: 192.168.147.0
I suppose the problem is with my gateway because when I use route -n
sends me this information..:
Destination  Gateway
Genmask FlagsMetric RefUseIface
10.5.66.0   0.0.0.0
255.255.255.0   u00  0  eth1
127.0.0.0   0.0.0.0255.0.0.0
u   0 0  0   lo
0.0.0.0   0.0.0.0
0.0.0.0   u00
0   eth1
I checked  /etc/sysconfig/network

and the information is

Hostname uabc.com(my machine)
networking =yes
gateway=192.168.147.10 (the one defined in Drakcontrol)
gatewaydev=eth1
I`m  getting close, I know ..or..I hope.

Thanks for your help
   

I am confused. How is this all connected?

Where is the 10.5.66.0 subnet that appears in your route?

the 10.5.66.0 subnet is my LAN, but one computer with  IP 192.168.147.10 
works as a gateway

What does ifconfig show?

eth1 Link encap: Ethernet  HWaddr  00:0B:DB:74:3F:A1
inet addr: 10.5.66.66Bcast:10.5.66.255   Mask: 
255.255.255.0
UP BROADAST RUNNING MULTICAST MTU:1500 Metric:1
RX:Packets:7688987 errors:0  dropped:0 overruns:0 frame:0
   TX packets:4910174   errors:0  dorpped:0 overruns:0 carrier:0
   collisions:0 txquelen:100
RX bytes:2370586634  TX bytes:480970958

lo Link encap: Local Lopback
inet addr:127.0.0.1   Mask 255.255.255.0
UP LOOPBACK RUNNING MTU:16436   mETRIC:1
rx packets:1105  errors:0 dropped:0 overruns:0 frame:0
TX packets:1105 erros:0 dropped:0 carrier:0
collisions:0 txqueuelen:0

And is there an eth0 ? If so is it enabled?

yes, I have an eth0 but I disabled it.

derek

 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] PROBLEM WITH IP ADDRESS

2003-12-10 Thread Adolfo Bello
On Wed, 2003-12-10 at 12:32, Nestor Castro wrote:
 Derek Jennings wrote:
 
 On Wednesday 10 Dec 2003 12:22 pm, Nestor Castro wrote:
 snip
   
 
 noop. I can`t ping outside my network, I think the problem is with my
 gateway address,  but is correctly defined in the Drakconnect.
 
 I solved the problem concerning the PING in my LAN, by editing
 /etc/hosts.allow and  All: 192.168.147.0
 
 
 I suppose the problem is with my gateway because when I use route -n
 sends me this information..:
 Destination  Gateway
 Genmask FlagsMetric RefUseIface
 10.5.66.0   0.0.0.0
 255.255.255.0   u00  0  eth1
 127.0.0.0   0.0.0.0255.0.0.0
  u   0 0  0   lo
 0.0.0.0   0.0.0.0
 0.0.0.0   u00
 0   eth1
 
 I checked  /etc/sysconfig/network
 
 and the information is
 
 Hostname uabc.com(my machine)
 networking =yes
 gateway=192.168.147.10 (the one defined in Drakcontrol)
 gatewaydev=eth1
 
 
 I`m  getting close, I know ..or..I hope.
 
 Thanks for your help
 
 
 I am confused. How is this all connected?
 
 Where is the 10.5.66.0 subnet that appears in your route?
 
 the 10.5.66.0 subnet is my LAN, but one computer with  IP 192.168.147.10 
 works as a gateway
 
 What does ifconfig show?
 
 eth1 Link encap: Ethernet  HWaddr  00:0B:DB:74:3F:A1
  inet addr: 10.5.66.66Bcast:10.5.66.255   Mask: 
 255.255.255.0
  UP BROADAST RUNNING MULTICAST MTU:1500 Metric:1
  RX:Packets:7688987 errors:0  dropped:0 overruns:0 frame:0
 TX packets:4910174   errors:0  dorpped:0 overruns:0 carrier:0
 collisions:0 txquelen:100
  RX bytes:2370586634  TX bytes:480970958
 
 lo Link encap: Local Lopback
  inet addr:127.0.0.1   Mask 255.255.255.0
  UP LOOPBACK RUNNING MTU:16436   mETRIC:1
  rx packets:1105  errors:0 dropped:0 overruns:0 frame:0
  TX packets:1105 erros:0 dropped:0 carrier:0
  collisions:0 txqueuelen:0
 

It won't work. The gateway and your computer have to be in the same
subnet.  Given that your mask is 255.255.255.0, your gateway should be
something like 10.5.66.X.

HTH

-- 
Adolfo A. Bello B. [EMAIL PROTECTED]
Make your posts more effective. Learn how at
http://mandrake.vmlinuz.ca/bin/view/Main/MandrakeMailingListEtiquette


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] PROBLEM WITH IP ADDRESS

2003-12-10 Thread Nestor Castro
Adolfo Bello wrote:

On Wed, 2003-12-10 at 12:32, Nestor Castro wrote:
 

Derek Jennings wrote:

   

On Wednesday 10 Dec 2003 12:22 pm, Nestor Castro wrote:
snip
 

noop. I can`t ping outside my network, I think the problem is with my
gateway address,  but is correctly defined in the Drakconnect.
I solved the problem concerning the PING in my LAN, by editing
/etc/hosts.allow and  All: 192.168.147.0
I suppose the problem is with my gateway because when I use route -n
sends me this information..:
Destination  Gateway
Genmask FlagsMetric RefUseIface
10.5.66.0   0.0.0.0
255.255.255.0   u00  0  eth1
127.0.0.0   0.0.0.0255.0.0.0
   u   0 0  0   lo
0.0.0.0   0.0.0.0
0.0.0.0   u00
0   eth1
I checked  /etc/sysconfig/network

and the information is

Hostname uabc.com(my machine)
networking =yes
gateway=192.168.147.10 (the one defined in Drakcontrol)
gatewaydev=eth1
I`m  getting close, I know ..or..I hope.

Thanks for your help
  

   

I am confused. How is this all connected?

Where is the 10.5.66.0 subnet that appears in your route?

 

the 10.5.66.0 subnet is my LAN, but one computer with  IP 192.168.147.10 
works as a gateway

   

What does ifconfig show?

 

eth1 Link encap: Ethernet  HWaddr  00:0B:DB:74:3F:A1
inet addr: 10.5.66.66Bcast:10.5.66.255   Mask: 
255.255.255.0
UP BROADAST RUNNING MULTICAST MTU:1500 Metric:1
RX:Packets:7688987 errors:0  dropped:0 overruns:0 frame:0
   TX packets:4910174   errors:0  dorpped:0 overruns:0 carrier:0
   collisions:0 txquelen:100
RX bytes:2370586634  TX bytes:480970958

lo Link encap: Local Lopback
inet addr:127.0.0.1   Mask 255.255.255.0
UP LOOPBACK RUNNING MTU:16436   mETRIC:1
rx packets:1105  errors:0 dropped:0 overruns:0 frame:0
TX packets:1105 erros:0 dropped:0 carrier:0
collisions:0 txqueuelen:0
   

It won't work. The gateway and your computer have to be in the same
subnet.  Given that your mask is 255.255.255.0, your gateway should be
something like 10.5.66.X.
HTH

 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
 

but this is working for everyone else in my subnet,,and I worked just 
fine with Mandrake 8.1




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] PROBLEM WITH IP ADDRESS

2003-12-10 Thread Dennis Myers
On Wednesday 10 December 2003 08:06 pm, Adolfo Bello wrote:
 On Wed, 2003-12-10 at 13:45, Nestor Castro wrote:
  Adolfo Bello wrote:
  On Wed, 2003-12-10 at 12:32, Nestor Castro wrote:
  Derek Jennings wrote:
  On Wednesday 10 Dec 2003 12:22 pm, Nestor Castro wrote:
  snip
SNIP
  but this is working for everyone else in my subnet,,and I worked just
  fine with Mandrake 8.1

 This really confuses me. Do you have only one network card in your box?

 I am also a newbie with Linux but it surprises me that ifconfig is
 showing eth1 and no eth0. Is it possible?

 Again, do you have only one network card in your box? If so, I am
 totally lost.

Me too, if you only have one network card in your box, are you using a switch 
to connect all together? Even so, the gateway box needs to have an eth0 for 
the internet and an eth1 for the LAN.  Or you tell your comp to share by 
typing drakgw then enter in a su console. Follow the wizard, but I am still 
not sure how this could work without two net cards. 
-- 
Dennis M. linux user #180842


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com