i have got 3 incoming routers with there own incoming lines and own ip address. On line A i have 5 towers and line b i have 4 towers line c has got no towers. Customers on line a and b have got voip phones so when they make a call i want them to use the internet on line c using port 5050 what do i do. Towers got rb600. How do i tell the towers that when the customer are making call from there voip phone they get diverted to line C. Please Help thanks
Look up policy based routing. Several posts about it in the forums and there are guides in the wiki.
this doesnt seem to be working basically i have got 3 incoming adsl lines all my customers are on line 1 and 2 what
i want to do is all SIP handsets to route via a ADSL line line 3. I only want the SIP traffic to go over this specific ADSL Line 3
can help me set it up plse
VoIP can be a bit tricky to detect and use properly. If you know the IP addresses of the handsets, it becomes much easier to do what you want since you just mark the connections based off of the IP address.
1.) Set up static leases for the handsets in the DHCP server and create an address list with all of the IP addresses.
2.) Use that address list in your mangle rules to mark their connections from those IP addresses and mark them for routing.
3.) Be sure to put those rules above whatever load balancing rules you may have in mangle.
Without more information on your current setup and what you have tried, I can’t really be a lot more specific than that.
on line 1 and 2 clients connect with pppoe with usermanager limiting bandwidth i dont use dhcp server use nat action = masquerading
the ip address on phone is there routers lan ip and routers wlan connected to tower with pppoe towers ip address looks like this
Tower1
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK BROADCAST INTERFACE
0 ;;; default configuration
192.168.201.10/24 192.168.201.0 192.168.201.255 ether1
1 191.201.15.254/24 191.201.15.0 191.201.15.255 wlan1_BosKen
2 192.168.199.254/24 192.168.199.0 192.168.199.255 wlan1_OfficeJames
tower2
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK BROADCAST INTERFACE
0 ;;; KenOffice
191.201.15.10/24 191.201.15.0 191.201.15.255 wlan1_KenOffice
1 ;;; Bertram
191.201.65.254/24 191.201.65.0 191.201.65.255 wlan2_KenBertram
2 ;;; Koos
191.201.60.254/24 191.201.60.0 191.201.60.255 wlan1_KenKoos
3 ;;; RB Link
10.201.15.254/30 10.201.15.252 10.201.15.255 RB Link
4 ;;; Omni
191.201.10.254/24 191.201.10.0 191.201.10.255 kenomni_wlan1
5 D 195.205.30.1/32 172.168.30.3 0.0.0.0
6 D 195.205.30.1/32 172.168.30.6 0.0.0.0
7 D 195.205.30.1/32 172.168.30.2 0.0.0.0
8 D 195.205.30.1/32 172.168.30.4 0.0.0.0
gateways i just use 1st grid ip address
sorry very new and this bit difficult
i have tried quite few different nat cant get working
thnks