[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.8

problems to configure my LAN

Asked by kar10s in Linux Networking

Tags: host, workgroup, addr, lan

Hi,
First of all, apologize for my poor english.
I need urgently an solution, so I will give another 500 points for a quick solution to this matter.

I have been during several days trying to configure my network without success.I can not see the other pcs on lan or navigate on Internet.(ADSL)

Can I have a step by step guide to do it.

The network runs perfectly on 3 pcs with windows, but I have problems to configure the box with Mandrake
(Runs ok with windows 2003)

  internet -------router
                         | --------- PC1(Mandrake9.1 and windows2003)
                         | --------- pc2(windows98)
                         | --------- pc3(windows98)


router(ZYXEL)
-------
It works as dhcp server . and provides ip addresses to pcs between 172.16.0.5 and 172.16.0.10
Local IP of router =172.16.0.1


DNS servers: 80.58.0.33 and 80.58.32.97
-----------

workgroup:RED1
-------------

config files:
**************

/etc/hosts
----------
127.0.0.1      localhost

/etc/resolv.conf
----------------
search red1 local
nameserver 127.0.0.1
nameserver 172.16.0.1
nameserver 80.58.0.33


/etc/sysconfig/network
-----------------------
HOSTNAME="PC1"
NETWORKING=yes
GATEWAY="172.16.0.1"
GATEWAYDEV=""
FORWARD_IPV4="no"
IPX="no"
IPXINTERNALNETNUM="0"
IPXINTERNALNODENUM="0"
IPXAUTOPRIMARY="on"
IPXAUTOFRAME="on"

/etc/sysconfig/routed
------------------
EXPORT_GATEWAY="no"
SILENT="yes"

/etc/sysconfig/network-scripts/ifcfg-eth0
-------------------------------------------

DEVICE="eth0"
BOOTPROTO="dhcp"
IPADDR=""
NETMASK=""
ONBOOT="yes"
MII_NOT_SUPPORTED=yes
NEEDHOSTNAME=yes
IPXNETNUM_802_2=""
IPXPRIMARY_802_2="no"
IPXACTIVE_802_2="no"
IPXNETNUM_802_3=""
IPXPRIMARY_802_3="no"
IPXACTIVE_802_3="no"
IPXNETNUM_ETHERII=""
IPXPRIMARY_ETHERII="no"
IPXACTIVE_ETHERII="no"
IPXNETNUM_SNAP=""
IPXPRIMARY_SNAP="no"
IPXACTIVE_SNAP="no"

/etc/sysconfig/drakconnect.netc
-------------------------------
NETWORKING=yes
DOMAINNAME2=local
GATEWAY=172.16.0.1
GATEWAYDEV=eth0
HOSTNAME=PC1
dnsServer3=80.58.0.33
DOMAINNAME=red1
dnsServer=127.0.0.1
ZEROCONF_HOSTNAME=kar10s1
dnsServer2=172.16.0.1


When I start mandrake:

[root@PC1 Desktop]# ifconfig

eth0      Link encap:Ethernet  HWaddr 00:0D:61:32:33:EA
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:19 Base address:0x8000

eth0:9    Link encap:Ethernet  HWaddr 00:0D:61:32:33:EA
          inet addr:169.254.146.205  Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Interrupt:19 Base address:0x8000

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:280 errors:0 dropped:0 overruns:0 frame:0
          TX packets:280 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:17140 (16.7 Kb)  TX bytes:17140 (16.7 Kb)


why eth0:9 ? why inet addr:169.254.146.205  Bcast:169.254.255.255  Mask:255.255.0.0 ?


[root@PC1 kar10s]# /bin/netstat -r
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
169.254.0.0      *               255.255.0.0     U         0 0          0 eth0
127.0.0.0         *               255.0.0.0         U         0 0          0 lo

When I make a ping to router or other pcs on lan (By their names or addresses) I obtain a message that says "destination is unreachable"

[root@PC1 kar10s]# ping 172.16.0.1
connect: Network is unreachable


I have tried a lot of things and modify a lot of parameters in config files.
for example:

[root@PC1 kar10s]# ifdown eth0
[root@PC1 kar10s]# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 00:0D:61:32:33:EA
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:19 Base address:0x8000


[root@PC1 kar10s]# ifconfig eth0 172.16.0.6 netmask 255.255.255.0 up
[root@PC1 kar10s]# route add -net 172.16.0.0 netmask 255.255.255.0 eth0
[root@PC1 kar10s]# route add default gw 172.16.0.1 eth0
[root@PC1 kar10s]# /bin/netstat -r
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
172.16.0.0      *               255.255.255.0   U         0 0          0 eth0
172.16.0.0      *               255.255.255.0   U         0 0          0 eth0
127.0.0.0        *               255.0.0.0          U         0 0          0 lo

[root@PC1 kar10s]# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:0D:61:32:33:EA
          inet addr:172.16.0.6  Bcast:172.16.255.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:19 Base address:0x8000

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:528 errors:0 dropped:0 overruns:0 frame:0
          TX packets:528 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:33097 (32.3 Kb)  TX bytes:33097 (32.3 Kb)

other tests:

[root@PC1 kar10s]# ifdown eth0
[root@PC1 kar10s]# ifconfig
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:692 errors:0 dropped:0 overruns:0 frame:0
          TX packets:692 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:45063 (44.0 Kb)  TX bytes:45063 (44.0 Kb)


[root@PC1 kar10s]# ifup eth0
Determining IP information for eth0... done.
/sbin/ifup: line 433:  2466 Hangup                  /etc/init.d/tmdns reload >/dev/null 2>&1

[root@PC1 kar10s]# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:0D:61:32:33:EA
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:19 Base address:0x8000

eth0:9    Link encap:Ethernet  HWaddr 00:0D:61:32:33:EA
          inet addr:169.254.146.205  Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Interrupt:19 Base address:0x8000

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:742 errors:0 dropped:0 overruns:0 frame:0
          TX packets:742 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:48137 (47.0 Kb)  TX bytes:48137 (47.0 Kb)


Thanks in advance
Regards

kar10s
 
Related Solutions
Keywords: problems to configure my LAN
 
Loading Advertisement...
 
[+][-]03/29/04 01:26 PM, ID: 10708192Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Linux Networking
Tags: host, workgroup, addr, lan
Sign Up Now!
Solution Provided By: Redimido
Participating Experts: 3
Solution Grade: A
 
[+][-]03/16/04 01:27 PM, ID: 10610278Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/16/04 01:45 PM, ID: 10610458Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03/16/04 06:50 PM, ID: 10612119Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/17/04 01:22 AM, ID: 10613640Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/17/04 09:28 AM, ID: 10617015Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03/17/04 10:11 AM, ID: 10617392Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/17/04 11:34 AM, ID: 10617993Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/17/04 02:49 PM, ID: 10619510Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/17/04 03:16 PM, ID: 10619653Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/27/04 09:38 AM, ID: 10695339Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03/27/04 09:50 AM, ID: 10695376Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]03/29/04 12:58 PM, ID: 10707863Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03/30/04 12:01 PM, ID: 10717074Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03/30/04 09:22 PM, ID: 10721000Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/30/04 10:33 PM, ID: 10721279Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/31/04 04:14 AM, ID: 10722974Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/31/04 10:39 AM, ID: 10726021Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091118-EE-VQP-93