Hi,
I have tried the suggested VLAN but I was not able to get to the Net. Various graphs in Winbox however indicate traffic flowing in both Tx and Rx directions but the web page indicates that the router default getaway (i.e. 192.168.101.1) was not reachable. This is confirmed by the fact that I can't ping the gateway.
Here is an extract of the script.
#jan/09/2010 10:08:56 by RouterOS 4.2
software id = H61Q-GPR1
/interface bridge
add admin-mac=00:00:00:00:00:00 ageing-time=5m arp=enabled auto-mac=yes
comment="" disabled=no forward-delay=15s l2mtu=1524 max-message-age=20s
mtu=1500 name=bridge1 priority=0x8000 protocol-mode=none
transmit-hold-count=6
/interface ethernet
set 0 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited comment=
"" disabled=no full-duplex=yes l2mtu=1524 mac-address=00:0C:42:53:FB:43
master-port=none mtu=1500 name=ether1 speed=100Mbps
set 1 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited comment=
"" disabled=no full-duplex=yes l2mtu=1524 mac-address=00:0C:42:53:FB:44
master-port=none mtu=1500 name=ether2 speed=100Mbps
set 2 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited comment=
"" disabled=no full-duplex=yes l2mtu=1524 mac-address=00:0C:42:53:FB:45
master-port=none mtu=1500 name=ether3 speed=100Mbps
set 3 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited comment=
"" disabled=no full-duplex=yes l2mtu=1524 mac-address=00:0C:42:53:FB:46
master-port=none mtu=1500 name=ether4 speed=100Mbps
set 4 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited comment=
"" disabled=no full-duplex=yes l2mtu=1524 mac-address=00:0C:42:53:FB:47
master-port=none mtu=1500 name=ether5 speed=100Mbps
/interface vlan
add arp=enabled comment="" disabled=no interface=ether2 l2mtu=1520 mtu=1500
name=VL101 use-service-tag=no vlan-id=101
add arp=enabled comment="" disabled=no interface=ether2 l2mtu=1520 mtu=1500
name=VL103 use-service-tag=no vlan-id=103
add arp=enabled comment="" disabled=yes interface=ether2 l2mtu=1520 mtu=1500
name=VL105 use-service-tag=no vlan-id=105
add arp=enabled comment="" disabled=no interface=ether2 l2mtu=1520 mtu=1500
name=VL104 use-service-tag=no vlan-id=104
/interface ethernet switch
set switch1 mirror-source=none mirror-target=none name=switch1
switch-all-ports=yes
/interface bridge port
add bridge=bridge1 comment="" disabled=no edge=auto external-fdb=auto
horizon=none interface=ether1 path-cost=10 point-to-point=auto priority=0x80
add bridge=bridge1 comment="" disabled=no edge=auto external-fdb=auto
horizon=none interface=ether2 path-cost=10 point-to-point=auto priority=0x80
add bridge=bridge1 comment="" disabled=no edge=auto external-fdb=auto
horizon=none interface=ether3 path-cost=10 point-to-point=auto priority=0x80
add bridge=bridge1 comment="" disabled=no edge=auto external-fdb=auto
horizon=none interface=ether4 path-cost=10 point-to-point=auto priority=0x80
add bridge=bridge1 comment="" disabled=no edge=auto external-fdb=auto
horizon=none interface=ether5 path-cost=10 point-to-point=auto priority=0x80
/interface bridge settings
set use-ip-firewall=yes use-ip-firewall-for-pppoe=no use-ip-firewall-for-vlan=no
/interface ethernet switch port
set (unknown) vlan-mode=fallback
set (unknown) vlan-mode=fallback
set (unknown) vlan-mode=fallback
set (unknown) vlan-mode=fallback
set (unknown) vlan-mode=fallback
/ip address
add address=192.168.101.1/27 broadcast=192.168.101.31 comment="" disabled=no
interface=VL101 network=192.168.101.0
add address=192.168.105.1/27 broadcast=192.168.105.31 comment="" disabled=no
interface=ether3 network=192.168.105.0
add address=192.168.103.1/27 broadcast=192.168.103.31 comment="" disabled=no
interface=VL103 network=192.168.103.0
add address=192.168.104.1/27 broadcast=192.168.104.31 comment="" disabled=no
interface=VL104 network=192.168.104.0
/ip arp
add address=124.190.x.x comment="" disabled=no interface=bridge1
mac-address=0x:1x:Dx:4x:8x:0x
/ip dhcp-client
add add-default-route=yes comment="" default-route-distance=0 disabled=no
interface=ether1 use-peer-dns=yes use-peer-ntp=yes
/ip dns
set allow-remote-requests=yes cache-max-ttl=1w cache-size=2048KiB
max-udp-packet-size=512 primary-dns=61.9.134.49 secondary-dns=61.9.133.193
/ip firewall nat
add action=masquerade chain=srcnat comment="" disabled=no out-interface=ether1
add action=masquerade chain=srcnat comment="" disabled=no src-address=192.168.0.0/16
/ip firewall service-port
set ftp disabled=no ports=21
set tftp disabled=no ports=69
set irc disabled=no ports=6667
set h323 disabled=no
set sip disabled=no ports=5060,5061
set pptp disabled=no
/ip neighbor discovery
set ether1 discover=yes
set ether2 discover=yes
set ether3 discover=yes
set ether4 discover=yes
set ether5 discover=yes
set bridge1 discover=yes
set VL101 discover=no
set VL103 discover=no
set VL105 discover=no
set VL104 discover=no
/ip route
add comment="" disabled=yes distance=1 dst-address=0.0.0.0/0 gateway=
192.168.101.1 scope=30 target-scope=10
/queue interface
set ether1 queue=ethernet-default
set ether2 queue=ethernet-default
set ether3 queue=ethernet-default
set ether4 queue=ethernet-default
set ether5 queue=ethernet-default
set bridge1 queue=default
set VL101 queue=default
set VL103 queue=default
set VL105 queue=default
set VL104 queue=default
Am I missing something? Pls.
Thank you.