Hi guys,
I have the following conf which works (two networks) , but I think I need to modify it to one network as I want to see from a PC conected to to ether2 (bridge) all devices attached to all other ports of the Fritz!Box:
Hardware: RB 951G-2HnD
- ether1 connected to a Fritz!Box which is also the Internet AP - network 192.168.172.0
- ether2 - ether5 and wlan1 as a bridge - separate network 192.168.2.0
- DHCP server on the RB
- masquerading supported
- cannot see the devices contected to the other ports of the Fritz!Box
One single network:
- ether1 connected to a Fritz!Box which is also the Internet AP - network 192.168.172.0
- ether2 - ether5 and wlan1 as a bridge in the same network - IP range 192.168.172.0
- DHCP from Fritz!Box connected to ether1
- masquerading supported
- see all devices contected to all ports of the Fritz!Box
Assuming that the routes on the RB have to be entered manually to get rid of the DHCP server on the RB. And is masquerading still supported, even being in the same network?
Final target is to manage the traffic before it affects the overall Fritz!Box-traffic as the bandwidth limitations provided by the Friz!Box do not fulfull the bandwidth management needs.
Please advise what to change to get this working.
Thanks!
Current config:
/ip pool
add name=dhcp_pool0 ranges=192.168.2.2-192.168.2.254
/ip dhcp-server
add address-pool=dhcp_pool0 authoritative=yes bootp-support=static disabled=\
no interface=bridge-local lease-script="" lease-time=3d name=dhcp1 \
use-radius=no
/ip dhcp-server config
set store-leases-disk=5m
/ip dhcp-server network
add address=192.168.2.0/24 caps-manager="" dhcp-option="" dns-server="" \
gateway=192.168.2.1 ntp-server="" wins-server=""
/ip dhcp-client
add add-default-route=yes comment=wan-ip-address default-route-distance=1 \
dhcp-options=hostname,clientid disabled=no interface=ether1 use-peer-dns=\
yes use-peer-ntp=yes