I have an adsl line coming into the rb750 and I have 4 nanostations on the other 4 ports. I need to setup each port on the rb750 to hand out ips from each dhcp server on the interface. So that I know which AP a client is on if they have problems.
I can only seem to get the first ap working on the rb750. It has dhcp server enabled and passing traffic and has active clients on it, but I can’t get the other 3 ports to work, even setting them up the same except for the ip address and dhcp range that i need.
Can anyone try and help me with this? I’m using 4.3 ROS…
I did keep the default config, and built on it. But the master ports, I changed all of them to NONE. But you know what, I didn’t try the setup after I changed that… what a big dummy… Let me try that later on today and we’ll see. Thanks ROC…
Quick questios. On your adsl line are you using a pbublic or private IP. Also you want a seperate dhcp scheme for each of the ports that you have your Ubiquitis connected to. Is this correct? I have this working already and I will send you a script that should work with some minor modifications. Its Thanksgiving and I am feeling thankful.
DSL is public ip but dynamic… Yes, COW you are correct, separate scheme for each eth port for each wireless ap connected to it… I will try your script here shortly and let you know later how it works for me. Thanks for taking the time to assist… I must have had it right because I read over your “notes” and I did exactly what you wrote to do, but as I stated in my previous post, I still had ports 3, 4 and 5 slaved to 2 and I removed that and didn’t test it afterwards… lol
You are welcome. I will add to the script to ensure the switch ports are not set to slave.
I updated the script for dhcp client on ether1 and the default route change.
-Brian
Lab Test Router Setup
;
; Uncomment the following line if using dhcp on eth1
;/ip dhcp-client add interface=ether1 disabled=no
/ip address
; Comment out the following two lines if using dhcp on ether1
add address=136.138.60.220/29 network=136.138.60.216 broadcast=136.138.60.223 \
interface=ether1 comment="" disabled=no
---snip---
/ip route
; Comment out the following two lines if usinging dhcp client on ether1
add comment="default route" disabled=no distance=1 dst-address=0.0.0.0/0 \
gateway=136.138.60.217 scope=30 target-scope=10
; Comment out the following two lines if you are using dhcp client on ether1
; This will work for either dhcp or static. The above is used for clarity
;add comment="default route" disabled=no distance=1 dst-address=0.0.0.0/0 \
; gateway=ether1 scope=30 target-scope=10
---snip-----
I did set this up “your way” and I did have everything setup correctly, except, I forgot to mention that I have hotspot setup on each interface in case someone tries to connect to one of the ap’s, and I can’t get the hotspot to pass traffic via eth1 (gateway port) from either of the other 4 ports..
When trying to login via the hotspot I get an error, no ip available from pool. And I used everything in your script and then setup the hotspot on my own for each port…