LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Configuring Nic (https://www.linuxquestions.org/questions/linux-networking-3/configuring-nic-133883/)

chalichalupa 01-12-2004 12:22 AM

Configuring Nic
 
:confused: :scratch:

TO ALL MANDRAKE EXPERTS HELP ME
:Pengy:
THE SITUATION:
MY OPERATING SYSTEM IS LINUX MANDRAKE AND LINUX SLACKWARE.
I BOOT FROM MANDRAKE.
I HAVE TW0 NIC THE 3COM 3C509B AND BROADCOM BCM94306.
ALL THOSE TWO NIC'S ARE CONNECTED TO THE INTERNET.
I AM CONNECTED TO A PROXY SERVER.
I USED MY 3COM NIC TO CONNECT ME TO THE INTERNET.
I USED STATIC IP FOR THIS NIC(3COM).
I USED THE COMMAND modprobe 3c509 for my 3com nic.
(nevermind the Broadcom)

MY PROBLEM:
only my slackware can connect me to the internet.
my mandrake cannot,
ive tried pinging my ip or my loopback .. it did replied ,,
but if i ping my proxy server the says network destination unreachable.
It is important for me to connect my mandrake to the internet, because i will be using it for some important purposes.

I have tried reconfiguring all network configuration of mandrake. but it has no effect.

PLS GIVE ME TIPS OR HINT IN CONFIGURING MANDRAKE.

codedv 01-12-2004 03:32 AM

Does Mandrake see your Network Cards. At the shell prompt type:

# ifconfig -a

If your network cards do not show up they should show as eth0 and eth1 then this means you may not have the appropriate kernel drivers.

First test to ensure that your PC can see the hardware by listing all PCI devices:

# lspci -v

chalichalupa 01-12-2004 04:23 AM

Quote:

Originally posted by codedv
Does Mandrake see your Network Cards. At the shell prompt type:

# ifconfig -a

If your network cards do not show up they should show as eth0 and eth1 then this means you may not have the appropriate kernel drivers.

First test to ensure that your PC can see the hardware by listing all PCI devices:

# lspci -v

when i use the ifconfig -a
it gives the exact ip addresses and shows the interfaces used
so the kernel has its appropriate drivers

i used the command lspci -v
how do i know if its the lancard info,its displaying.
it has many info diplayed i know some of them mysound card and my video card. my nic card is in ISA slot and it is 3com 3c509b, and i dont see any info of it

chalichalupa 01-12-2004 05:20 AM

[B]ive tried pinging my proxy server this the output from my Linux slackware(my os that can connect to the internet)
root@stn33:~# ping 172.17.1.126
PING 172.17.1.126 (172.17.1.126): 56 octets data
64 octets from 172.17.1.126: icmp_seq=0 ttl=64 time=0.6 ms
64 octets from 172.17.1.126: icmp_seq=1 ttl=64 time=0.5 ms
and so on

--- 172.17.1.126 ping statistics ---
10 packets transmitted, 10 packets received, 0% packet loss
round-trip min/avg/max = 0.5/0.5/0.7 ms

my slackwares ifconfig

root@stn33:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:A0:24:DC:25:74
inet addr:172.17.1.66 Bcast:172.17.1.127 Mask:255.255.255.128
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1566 errors:0 dropped:0 overruns:0 frame:0
TX packets:803 errors:0 dropped:0 overruns:0 carrier:0
collisions:18 txqueuelen:100
RX bytes:390247 (381.1 Kb) TX bytes:125557 (122.6 Kb)
Interrupt:5 Base address:0x220

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

I HAVE ALSO USED THIS COMMAND lspci -v and this is some info from my nic card

00:07.0 ISA bridge: VIA Technologies, Inc. VT82C596 ISA [Mobile South] (rev 23)
Subsystem: Giga-byte Technology VT82C596/A/B PCI to ISA Bridge
Flags: bus master, stepping, medium devsel, latency 0
THIS IS MY ETC/RESOLVE.CONF
search r.org


MY MANDRAKES IFCONFIG
[root@1 guest]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:A0:24:DC:25:74
inet addr:172.17.1.66 Bcast:172.17.1.127 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:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:444 (444.0 b)
Interrupt:5 Base address:0x220

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


MY MANDRAKES LSPCI -V
00:07.0 ISA bridge: VIA Technologies, Inc. VT82C596 ISA [Mobile South] (rev 23)
Subsystem: Giga-byte Technology VT82C596/A/B PCI to ISA Bridge
Flags: bus master, stepping, medium devsel, latency 0

pinging my proxy server
PING 172.17.1.126 (172.17.1.126) 56(84) bytes of data.
From 172.17.1.66 icmp_seq=1 Destination Host Unreachable
From 172.17.1.66 icmp_seq=2 Destination Host Unreachable
From 172.17.1.66 icmp_seq=3 Destination Host Unreachable

--- 172.17.1.126 ping statistics ---
6 packets transmitted, 0 received, +3 errors, 100% packet loss, time 5041ms
, pipe 3

MY MANDRAKES /etc/resolve.conf
search mpsc.ph local

OIZee 01-12-2004 05:31 AM

Your subnet mask is wrong. Then one which works has 255.255.255.128, the other one has 255.255.255.0 - could be the problem

codedv 01-12-2004 10:23 AM

Quote:

Originally posted by chalichalupa
[B]ive tried pinging my proxy server this the output from my Linux slackware(my os that can connect to the internet)
root@stn33:~# ping 172.17.1.126
PING 172.17.1.126 (172.17.1.126): 56 octets data
64 octets from 172.17.1.126: icmp_seq=0 ttl=64 time=0.6 ms
64 octets from 172.17.1.126: icmp_seq=1 ttl=64 time=0.5 ms
and so on

--- 172.17.1.126 ping statistics ---
10 packets transmitted, 10 packets received, 0% packet loss
round-trip min/avg/max = 0.5/0.5/0.7 ms

my slackwares ifconfig

root@stn33:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:A0:24:DC:25:74
inet addr:172.17.1.66 Bcast:172.17.1.127 Mask:255.255.255.128
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1566 errors:0 dropped:0 overruns:0 frame:0
TX packets:803 errors:0 dropped:0 overruns:0 carrier:0
collisions:18 txqueuelen:100
RX bytes:390247 (381.1 Kb) TX bytes:125557 (122.6 Kb)
Interrupt:5 Base address:0x220

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

I HAVE ALSO USED THIS COMMAND lspci -v and this is some info from my nic card

00:07.0 ISA bridge: VIA Technologies, Inc. VT82C596 ISA [Mobile South] (rev 23)
Subsystem: Giga-byte Technology VT82C596/A/B PCI to ISA Bridge
Flags: bus master, stepping, medium devsel, latency 0
THIS IS MY ETC/RESOLVE.CONF
search r.org


MY MANDRAKES IFCONFIG
[root@1 guest]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:A0:24:DC:25:74
inet addr:172.17.1.66 Bcast:172.17.1.127 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:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:444 (444.0 b)
Interrupt:5 Base address:0x220

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


MY MANDRAKES LSPCI -V
00:07.0 ISA bridge: VIA Technologies, Inc. VT82C596 ISA [Mobile South] (rev 23)
Subsystem: Giga-byte Technology VT82C596/A/B PCI to ISA Bridge
Flags: bus master, stepping, medium devsel, latency 0

pinging my proxy server
PING 172.17.1.126 (172.17.1.126) 56(84) bytes of data.
From 172.17.1.66 icmp_seq=1 Destination Host Unreachable
From 172.17.1.66 icmp_seq=2 Destination Host Unreachable
From 172.17.1.66 icmp_seq=3 Destination Host Unreachable

--- 172.17.1.126 ping statistics ---
6 packets transmitted, 0 received, +3 errors, 100% packet loss, time 5041ms
, pipe 3

MY MANDRAKES /etc/resolve.conf
search mpsc.ph local

For a start only one of your NIC's are up. Use ifconfig -a to display them all.

chalichalupa 01-13-2004 02:47 AM

THIS IS THE SOLUTION
With lilo you can do this by selecting the os you would like to boot, lets say it is named mandrake and add the option to it.

boot: mandrake acpi=off


THANKS TO THE ONE WHO HEPLED ME
" Hertattack "


All times are GMT -5. The time now is 05:46 PM.