el ruoter funciona perfectamente con un puerto como wan 192.168.1.0/24 y otro como lan 10.0.0.0/24
conecto un pc y coje ip por dhcp 10.0.0.100
navega por internet perfectamente
pero creo vlan2 en el mismo eternet que lan eternet2
creo servidor hdcp en otro rango 10.0.1.0/24
conecto a eternet2 un switch gestionable donde separo vlan2
conecto un pc
me reparte ip del rango 10.0.1.0/24
pero este no navega
como consigo que vlan 2 navege por internet
cupis
February 26, 2013, 9:12pm
2
Can you post your configuration using /export compact?
Do you have NAT rules (masquerade) setup for VLAN2 (10.0.1.0/24)?
Does you second PC get an IP address via DHCP, or can it not even see the router?
*** Spanish via Google Translate ***
¿Se puede publicar su configuración utilizando “/export compact”?
¿Tiene reglas NAT (enmascaramiento) de configuración para VLAN2 (10.0.1.0/24)?
¿Su segundo PC obtener una dirección IP mediante DHCP, o no puede incluso ver el router?
expected end of command (line 1 column
[admin@MikroTik] >> export compact
jan/02/1970 10:44:44 by RouterOS 5.16
software id = CVX8-RMCV
/interface ethernet
set 0 comment=WAN name=“ether1- WAN”
set 1 name=ether2-master-local
set 2 master-port=ether2-master-local name=ether3-slave-local
set 3 master-port=ether2-master-local name=ether4-slave-local
set 4 master-port=ether2-master-local name=ether5-slave-local
/interface vlan
add interface=ether2-master-local l2mtu=1594 name=vlan2 vlan-id=2
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m
/ip pool
add name=“dhcp vlan1” ranges=10.0.0.101-10.0.0.150
add name=“dhcp vlan2” ranges=10.0.1.0-10.0.1.254
/ip dhcp-server
add address-pool=“dhcp vlan1” disabled=no interface=ether2-master-local name=
default
add address-pool=“dhcp vlan2” disabled=no interface=vlan2 name=server2
/ip address
add address=10.0.0.1/24 comment=“red principal” interface=ether2-master-local
add address=192.168.15.245/20 comment=“red prensa” interface=
“ether1- WAN”
add address=10.0.1.0/24 comment=VLAN2 interface=vlan2
/ip dhcp-server network
add address=10.0.0.0/24 dns-server=85.62.85.5,8.8.8.8 gateway=10.0.0.1 netmask=
24
add address=10.0.1.0/24 comment=“vlan 2” dns-server=85.62.85.5,8.8.8.8 gateway=
10.0.1.1 netmask=24
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 name=router
/ip firewall nat
add action=masquerade chain=srcnat fragment=no hotspot=“” out-interface=
“ether1- WAN”
/ip neighbor discovery
set vlan2 disabled=yes
/ip route
add comment=“puerta enlace router” distance=1 gateway=192.168.15.240
[admin@MikroTik] >>
cupis
February 27, 2013, 9:59am
4
Is your second workstation getting an IP address correctly allocated via DHCP?
ok working
error
add address=10.0.1.0/24 comment=VLAN2 interface=vlan2
ok
add address=10.0.1.1/24 comment=VLAN2 interface=vlan2
tay
November 22, 2017, 10:55am
7
Hi everydoby and nice day.
I want to pass multicast from old bridging network to the new vlan network. I tried to use PIM protocol, Igmproxy etc..¿Could you help me please. How can I get to pass multicast trafic?
All the traffic multicast add up aprox 19Mbps
SCENE
----------------------------------------router1 vlan20------------------------------router2 vlan20
old network bridging------------->192.168.20.4/24-------------------------->192.168.20.5/24
225.1.1.7 > > > > > > > > > >???does not reach
225.1.1.11> > > > > > > > > >???does not reach
225.1.1.12> > > > > > > > > >???does not reach