Usando Debian como Roteador e Switch Cisco

1. Usando Debian como Roteador e Switch Cisco

marcos refinski
refinski

(usa Ubuntu)

Enviado em 24/04/2014 - 07:00h

Bom dia pessoal, estou com um problema em uma rede que montei para meu TCC se alguém puder ajudar agradeço profundamente:


maquina1Vlan2(ruwindows)-----switch1Vlan2------roteadorDebian1------roteadorDebian2-------switch2Vlan2-------maquina2Vlan2(ruwindows)


configurei as maquinas, configurei o switch com vlan2, configurei os roteadores com pacote vlan 8021q, tudo certinho, o grande problema é o roteamento que estou apanhando tipo bixo, já fiz o echo 1>, agora o grande problema é o seguinte abaixo:

-maquina1 até o roteador1 PINGA
-roteador1 até o roteador2 PINGA
-maquina2 até o roteador2 PINGA

mas da maquina1 até a maquina2 que estão no mesmo range de ips, vlans, NÃO PINGA DE JEITO NENHUM, se alguém puder me ajudar já estou em pânico pois já fiz quase tudo, obrigado pessoal.


  


2. Re: Usando Debian como Roteador e Switch Cisco

Daniel Lara Souza
danniel-lara

(usa Fedora)

Enviado em 24/04/2014 - 10:00h

já verificou as rotas nos roteadores Debian ?



3. Re: Usando Debian como Roteador e Switch Cisco

marcos refinski
refinski

(usa Ubuntu)

Enviado em 24/04/2014 - 10:34h

Pois é acredito que o erro esteja nele, vou passar abaixo como configurei tudo:

Maquina1- IP 192.168.3.2/24
Sw1- Vlan1 IP 192.168.1.4/24 Vlan2- atribui a interface Fst0/2 ligada ao micro
R1- eth0- IP 192.168.0.249/30 eth1- IP 192.168.1.5/24

R2- eth0- IP 192.168.0.250/30 eth1- IP 192.1681.3/24
Sw2- Vlan1 IP 192.168.1.2/24 Vlan2 atribui a interface Fst0/2 ligada ao micro
Maquina2- IP 192.168.3.4/24

R1#/etc/network/interfaces/

auto lo
iface lo inet loopback

auto eth0
allow-hotplug eth0
iface eth0 inet static
address 192.168.0.249
netmask 255.255.255.0
network 192.168.0.248
broadcast 192.168.0.251

auto eth1
allow-hotplug eth1
iface eth1 inet static
address 192.168.1.5
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.248

auto eth1.2
allow-hotplug eth1
iface eth1 inet static
address 192.168.3.1
netmask 255.255.255.0
network 192.168.3.0
broadcast 192.168.3.255
vlan_raw_device eth1


R2#/etc/network/interfaces/

auto lo
iface lo inet loopback

auto eth0
allow-hotplug eth0
iface eth0 inet static
address 192.168.0.250
netmask 255.255.255.0
network 192.168.0.248
broadcast 192.168.0.251

auto eth1
allow-hotplug eth1
iface eth1 inet static
address 192.168.1.3
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.248

auto eth1.2
allow-hotplug eth1.2
iface eth1.2 inet static
address 192.168.3.1
netmask 255.255.255.0
network 192.168.3.0
broadcast 192.168.3.255
vlan_raw_device eth1


quando dou um route -n aparece assim em ambos roteadores:


192.168.0.248 0.0.0.0 255.255.255.252 U 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.3.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1.2


Se puder ajudar agradeceria muito, obrigado.




4. Re: Usando Debian como Roteador e Switch Cisco

marcos refinski
refinski

(usa Ubuntu)

Enviado em 24/04/2014 - 10:48h

danniel-lara escreveu:

já verificou as rotas nos roteadores Debian ?


Pois é acredito que o erro esteja nele, vou passar abaixo como configurei tudo:

Maquina1- IP 192.168.3.2/24
Sw1- Vlan1 IP 192.168.1.4/24 Vlan2- atribui a interface Fst0/2 ligada ao micro
R1- eth0- IP 192.168.0.249/30 eth1- IP 192.168.1.5/24

R2- eth0- IP 192.168.0.250/30 eth1- IP 192.1681.3/24
Sw2- Vlan1 IP 192.168.1.2/24 Vlan2 atribui a interface Fst0/2 ligada ao micro
Maquina2- IP 192.168.3.4/24

R1#/etc/network/interfaces/

auto lo
iface lo inet loopback

auto eth0
allow-hotplug eth0
iface eth0 inet static
address 192.168.0.249
netmask 255.255.255.0
network 192.168.0.248
broadcast 192.168.0.251

auto eth1
allow-hotplug eth1
iface eth1 inet static
address 192.168.1.5
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.248

auto eth1.2
allow-hotplug eth1
iface eth1 inet static
address 192.168.3.1
netmask 255.255.255.0
network 192.168.3.0
broadcast 192.168.3.255
vlan_raw_device eth1


R2#/etc/network/interfaces/

auto lo
iface lo inet loopback

auto eth0
allow-hotplug eth0
iface eth0 inet static
address 192.168.0.250
netmask 255.255.255.0
network 192.168.0.248
broadcast 192.168.0.251

auto eth1
allow-hotplug eth1
iface eth1 inet static
address 192.168.1.3
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.248

auto eth1.2
allow-hotplug eth1.2
iface eth1.2 inet static
address 192.168.3.1
netmask 255.255.255.0
network 192.168.3.0
broadcast 192.168.3.255
vlan_raw_device eth1


quando dou um route -n aparece assim em ambos roteadores:


192.168.0.248 0.0.0.0 255.255.255.252 U 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.3.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1.2


Se puder ajudar agradeceria muito, obrigado.


5. Re: Usando Debian como Roteador e Switch Cisco

marcos refinski
refinski

(usa Ubuntu)

Enviado em 27/04/2014 - 17:05h

Puxa pessoal não tem ninguém que entenda de Debian e Vlan para dar uma força???






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts