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

Re: problème de réseau



fabrice régnier a écrit :
Bonjour,

salut,

Pouvez-vous m'aider ????

Sur ton laptop, que dis un iwconfig, /etc/network/interface et route ?
Sur ton PC Fixe, que dis un ifconfig, /etc/network/interface et route ?

a+

f.


Sur le laptop :

-iwconfig :
erick@ubuntu:~$iwconfig
lo	no wireless extensions
eth0	no wireless extensions
wlan0	IEEE 802.11g ESSID:"linksys"
	Mode:Manages Frequency:2.437 GHz Access Point: 00:12:17:72:01:AC
	Bit Rate:24 Mb/s	Tx-Power:25 dBm
	RTS thr:2347 B	Fragment thr:2346 B
	Power Management:off
	Link Quality:100/100 Signal level:-56dbm Noise level:-256 dBm
	Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
	Tx excessive retries:0 Invalid misc:0 Missed beacon:0
sit0	no wireless extensions.

-/etc/network/interfaces :
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
 	script grep
 	map eth0

# The primary network interface
iface eth0 inet dhcp


iface wlan0 inet static
wireless-essid linksys
wireless-key 0B9ACACF76
address 192.168.210.4
netmask 255.255.255.0
gateway 205.211.210.1

auto wlan0

- route -n :
root@ubuntu:/home/erick# route -n
Table de routage IP du noyau
Destination Passerelle Genmask Indic Metric Ref Use Iface 192.168.210.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0










Sur le poste fixe (c'estune adresse IP static qui est activée = et ça marche !!!!):
- ifconfig
root@ubuntu:/home/erick# ifconfig
eth0      Lien encap:Ethernet  HWaddr 00:13:8F:14:E9:43
inet adr:205.211.210.201 Bcast:205.211.210.255 Masque:255.255.255.0
          adr inet6: fe80::213:8fff:fe14:e943/64 Scope:Lien
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:22351 errors:0 dropped:0 overruns:0 frame:0
          TX packets:602 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:1000
          RX bytes:1536029 (1.4 MiB)  TX bytes:61843 (60.3 KiB)
          Interruption:23 Adresse de base:0xd400

lo        Lien encap:Boucle locale
          inet adr:127.0.0.1  Masque:255.0.0.0
          adr inet6: ::1/128 Scope:Hôte
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:9850 errors:0 dropped:0 overruns:0 frame:0
          TX packets:9850 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:0
          RX bytes:3158578 (3.0 MiB)  TX bytes:3158578 (3.0 MiB)

root@ubuntu:/home/erick#

- /etc/network/interface :
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
	script grep
	map eth0

# The primary network interface
iface eth0 inet static
address 205.211.210.201
netmask 255.255.255.0
gateway 205.211.210.1



auto eth0

- route -n :
root@ubuntu:/home/erick# route -n
Table de routage IP du noyau
Destination Passerelle Genmask Indic Metric Ref Use Iface
205.211.210.0   0.0.0.0         255.255.255.0   U     0      0        0 eth0
0.0.0.0         205.211.210.1   0.0.0.0         UG    0      0        0 eth0
root@ubuntu:/home/erick#

--
* Powered by  Linux-ubuntu with Thunderbird *

Linux user #345187

Pura Vida



Reply to: