I configured my RB750 as following
Code: Select all
0 dhcp1 Public-Ethr2 dhcp_pool
1 server1 Accountin... Accouting_rang
the range are the following:
Code: Select all
# ADDRESS GATEWAY DNS-SERVER WINS-SERVER DOMAIN
0 192.168.0.0/24 192.168.0.1
1 192.168.100.0/24 192.168.100.3
The Two Networks are using the same gateway to access the internet. I have made MANGLE to select the packet and used the below script to access the internet.
Code: Select all
0.0.0.0/0 Cyberia PPPOE 1
4 ADC 192.168.0.0/24 192.168.0.1 Public-Ethr2 0
5 ADC 192.168.1.0/24 192.168.1.64 GatewayHDSL 0
6 ADC 192.168.100.0/24 192.168.100.3 Accounting-Ethr1 0
How can I remote a desktop on port 3389 from 192.168.0.0/24 in network 192.168.100.1/24 without going through the gateway.?
Kindly guys put me on the right direction
thanks in advance