conectando-se à internet e a uma rede local usando o opensuse

1

Eu tenho uma rede como segue:

192.168.1.0/24 -> Switch -> 192.168.10.0/24 e Switch -> Router 192.168.1.254 -> Internet (ADSL)

Todos os computadores são linux (opensuse para .1.0 / 24, rhel para .10.0 / 24).

Estou tentando fazer com que 192.168.1.101 consiga se conectar tanto com 192.168.10. * quanto com a Internet.

Atualmente, posso obtê-lo para conectar-se à Internet ou .10. *, mas não ambos simultaneamente.

ifconfig de .101:

ifconfig
eth0      Link encap:Ethernet  HWaddr 18:03:73:1F:85:F1  
          inet addr:192.168.1.101  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::1a03:73ff:fe1f:85f1/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:818382 errors:0 dropped:91 overruns:0 frame:0
          TX packets:564261 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:973305760 (928.2 Mb)  TX bytes:137340228 (130.9 Mb)
          Interrupt:20 Memory:e1a00000-e1a20000 

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:65536  Metric:1
          RX packets:304526 errors:0 dropped:0 overruns:0 frame:0
          TX packets:304526 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:239675746 (228.5 Mb)  TX bytes:239675746 (228.5 Mb)

comando de rota em .101:

route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.1.254   0.0.0.0         UG    100    0        0 eth0
192.168.1.0     0.0.0.0         255.255.255.0   U     100    0        0 eth0
192.168.10.0    0.0.0.0         255.255.255.0   U     0      0        0 eth0

traceroute para 192.168.10.1 de .1.101:

traceroute -I 192.168.10.1
traceroute to 192.168.10.1 (192.168.10.1), 30 hops max, 60 byte packets
 1  * * *
 2  * * *
 3  * * *
 4  * * *
 5  * * *
 6  * * *
 7  * * *
 8  * * *
 9  * * *
10  * * *
11  * *^C

Se alguém puder explicar o que estou fazendo de errado, ficarei muito grato

    
por simonalexander2005 11.07.2016 / 17:29

0 respostas