Ver Mensaje Individual
  #15 (permalink)  
Antiguo 22/05/2006, 11:18
Avatar de jofelrup
jofelrup
 
Fecha de Ingreso: abril-2006
Mensajes: 15
Antigüedad: 18 años, 8 meses
Puntos: 0
Bueno... prober todo lo que me dijeron y aún no obtengo resultados, voy a poner a continuación el resultado de un "ifconfig":

Código:
root@serverfisi:~# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:0B:CD:CC:6D:43
          inet addr:192.168.1.49  Bcast:192.168.1.255  Mask:255.255.255.0
          UP 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
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

eth1      Link encap:Ethernet  HWaddr 00:0D:88:B4:7D:26
          inet addr:192.168.1.49  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:417 errors:0 dropped:0 overruns:0 frame:0
          TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0
          RX bytes:56179 (54.8 Kb)  TX bytes:1714 (1.6 Kb)

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:30 errors:0 dropped:0 overruns:0 frame:0
          TX packets:30 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0
          RX bytes:2288 (2.2 Kb)  TX bytes:2288 (2.2 Kb)
y cuando ejecuto un "route -n", obtengo lo siquiente:

Código:
root@serverfisi:~# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth1
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
Ahh, y el "resolv.conf", esta asi:

Código:
nameserver 200.48.225.130
nameserver 200.48.225.146
Eso es lo que tengo hasta el momento, no se que esta mal o que más deberia hacer, espero y agradezco su ayuda...