-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

En/na Cubells ha escrit:
>
>
> En/na Manel Martínez de Arcos ha escrit:
>>> Què n'obtens de sortida en executar:
>>>
>>> $ dmesg | grep eth
>>>
>>> i
>>>
>>> $ ipconfig -a
>>>
>>>    
>> $ sudo ifconfig -a
>> $ sudo route -n
>> $cat /etc/resolv.conf
>> 
Hola de nou:
Us envie el resultat de les comandes d'abans executades a debian i a
ubuntu en forma de fitxers de text adjunts.
Si entre amb el firefox i admet l'script  l'adreça 192.168.0.1 puc
veure el menu web amb que ho configurar a windows , però com que ja
funciona amb ubuntu supose que no haig de fer res amb aquesta web interna.

Que faig , escric al debian en /etc/resolv.conf
name server 192.168.0.1
a les braves amb el gedit , o cal fer-ho amb algun script executat des
de la consola ?

Salutacions.
Carles.

- --
Usuari 338386 de GNU Linux Debian  i Ubuntu
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFjUT6qrDM2T2WGLERAi2+AJ9YkJr1NeHDPacHTIIBRBdE1bWH3QCaAwAp
j1nTx22PSoQNoaVcuuwwseE=
=mPqI
-----END PGP SIGNATURE-----

[EMAIL PROTECTED]:~$ su
Password:

debian:/home/carles# ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:02:44:A0:30:66
          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:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:193 Base address:0xa400

eth1      Link encap:UNSPEC  HWaddr 
00-11-06-00-00-00-C7-CF-00-00-00-00-00-00-00-00
          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:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:10247 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10247 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1460341 (1.3 MiB)  TX bytes:1460341 (1.3 MiB)

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  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:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

debian:/home/carles# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface

debian:/home/carles# cat /etc/resolv.conf
domain wanadoo.es
nameserver
nameserver

[EMAIL PROTECTED]:~$ dmesg | grep eth
eth0: RealTek RTL8139 at 0xa400, 00:02:44:a0:30:66, IRQ 193
eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
ip1394: eth1: IEEE-1394 IPv4 over 1394 Ethernet (fw-host0)
[EMAIL PROTECTED]:~$

[EMAIL PROTECTED]:~$ sudo ifconfig -a
Password:
eth0      Link encap:Ethernet  HWaddr 00:02:44:A0:30:66
          inet addr:192.168.0.128  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::202:44ff:fea0:3066/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:25 errors:0 dropped:0 overruns:0 frame:0
          TX packets:30 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3167 (3.0 KiB)  TX bytes:2841 (2.7 KiB)
          Interrupt:193 Base address:0xe000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:7 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:340 (340.0 b)  TX bytes:340 (340.0 b)

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  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:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

[EMAIL PROTECTED]:~$ sudo route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
0.0.0.0         192.168.0.1     0.0.0.0         UG    0      0        0 eth0

[EMAIL PROTECTED]:~$ cat /etc/resolv.conf
search lan
nameserver 192.168.0.1

[EMAIL PROTECTED]:~$ dmesg | grep eth
[17179590.944000] eth0: RealTek RTL8139 at 0xf8a8e000, 00:02:44:a0:30:66, IRQ 
19 3
[17179590.944000] eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
[17179592.444000] eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
[17179608.088000] eth0: no IPv6 routers present

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Respondre per correu electrònic a