setup all right ?


 
Thread Tools Search this Thread
Special Forums IP Networking setup all right ?
# 1  
Old 01-10-2002
Question setup all right ?

Hi there im new to linux.
I installed mandrake linux and set up all my networkcard ip address etc.
when i do "route" or "ifconfig" all addresses etc. are allright but i cant ping other machines in my network also the machine with linux on it cant be pinged if i ping a machine from linux i always get: Destination Host unreachable.
When i ping the linux itself (it's address is 192.186.1.2) it responds.
the networkcard is allright and the switch shows traffic when i ping another machine but no response nothing.

what else can i do ?
# 2  
Old 01-12-2002
Hello,
1. Do you have a router or is everything on the same subnet?
2. If everything is on the same subnet, is the subnet mask of your linux box "compatible" with the subnet masks of the other machines on the network? If you don't know how to calculate subnet masks, just set it to the same as your other machines.
# 3  
Old 01-12-2002
I've got a hardware router including a 4 port switch which all machines are connected to
the subnet/subnet mask is the same on all machines, its Class-C subnet mask (the one used for small networks)
# 4  
Old 01-23-2002
Did you ping the IP Adresses or the Hostnames? because if you Ping Hostnames and you haven't got any DNS, it will look into the hostfile if the host exists in there. Then it takes the IP from your hosttable and pings it. if there is no entry it can't be pinged by hostname. only for IP Adresses...


Cheers

Myrkul
# 5  
Old 01-23-2002
I pinged only the IPs
# 6  
Old 01-23-2002
I can't remember if you need to define a default path, but try this.

If your IP address is 192.201.61.10, you would then create a default gateway of 192.201.61.1, note that the last octet is a 1. that is the lowest ip address for that set of octets.

Try this with: route add default 192.201.61.1

See if that works. Your syntax may vary.


Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Need help to setup Spacewalk

Hello, I am working onto setup a spacewalk as our centralized repository and kickstart server for our all centos servers. We have almost 60-70 servers running inhouse which all are on CentOS 5 or 6 x64. I am able to setup a spacewalk server on CentOS 6.5 x64 and able to access the console as... (5 Replies)
Discussion started by: sunnysthakur
5 Replies

2. Hardware

Printer Setup

Hi, I have set up an HP printer, model 2300, on an Integrity server sunning on HP-Ux B.11.31 using the Jetdirect Printer Installer For Unix, version E.10.34. This particular printer is printing the same job multiple times and I cannot figur out why that is. Is ther perhaps a flag in the... (1 Reply)
Discussion started by: Koketso
1 Replies

3. IP Networking

Can't setup new interface.

Hi all, Currently I am running Solaris 10 update 10 machine. My current ifconfig -a output is: ifconfig -a lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 bge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu... (1 Reply)
Discussion started by: Junaid Subhani
1 Replies

4. UNIX for Dummies Questions & Answers

NGINX Setup

Here is my issue: I have two web servers hosting web services (Server A and Server B) I'd like to configure NGINX to achieve load balancing. Do I install NGINX on a third new server, or is it something that gets installed on Server A and Server B? Please share some information. ... (0 Replies)
Discussion started by: ramky79
0 Replies

5. IP Networking

Networking Setup

Hopefully I can explain this to get some assistance. I have a debian linux server with a single NIC and a public IP of say 1.2.3.4. I'm running a couple of VMs inside and my ISP has given me a block of IPs a /28 to utilize. That block is routed to my 1.2.3.4 IP. So each of my VMs will be... (1 Reply)
Discussion started by: mindraven
1 Replies

6. AIX

NIM server setup on etherchannel setup environment

I know that IBM's official stance is that NIM does not work on etherchannel environment, but has anyone able to get around it? I'm working on a p5-590 LPAR system, and the NIM master and clients are all on the same frame. Any help is appreciated. (1 Reply)
Discussion started by: pdtak
1 Replies

7. UNIX for Dummies Questions & Answers

What Setup?

Hopefully this post won't be too long :rolleyes: I've been in data processing for a number of years running on a windows system, and working with perl and MySQL to get the job done. I'm now part of a team who have bought a company and have been asked to investigate how we setup a new Data... (3 Replies)
Discussion started by: Kraythorne
3 Replies

8. Solaris

Printer Setup

How do you add a HP network printer on a Sun Solaris Unix box? I have the IP address of the printer. I try using the admintool tool, but am confusing about setup the printer to connect to the IP address... (4 Replies)
Discussion started by: racquetbal
4 Replies

9. IP Networking

Filezilla Setup

Hello, I am trying to set up an ftp client server connection with my family. I have a netgear router that I am behind. Does anyone know what how I need to set up the router and filezilla to allow access to my family members? Right now I cannot even access my router admin page.... (5 Replies)
Discussion started by: yoi2hot4ya
5 Replies

10. UNIX for Dummies Questions & Answers

What is your setup ??

Am looking installing Red Hat 7.2 on an AMD-K6/2 PC and after realising that I can't use my space 80G HD due to BIOS restrictions (have resorted to using a 20G HD), was wondering what setup others use. If "Other" please indicate. (5 Replies)
Discussion started by: Cameron
5 Replies
Login or Register to Ask a Question