|
||||||||
anyone who can help me in 2 ways: either by configuring my xml file i have attached and copied at the end of this mail or by or by sending me his/her xml configure file so i can view it and implement it - here is the information that might help you to figure out my problem I have a net cafe of 30 pc's i use an ip Range of 192.168.0.1 till 192.168.0.254 I have over a 100 users outside my netcafe .. using a wireless infrastructure my ip range starts at 192.168.0.50 till 192.168.0.254 My main server in which i have the download and upload from my isp passing to it is 192.168.0.100 (fake) I'm using 2 servers ... one which is the main (192.168.0.100) which uses a firewall called Isa 2000 based on windows 2000 o/s AND the second one is Mono which the ip is 192.168.0.254 And the ips for the isp is in my xml ** The problem is i dont know how to configure the mono to work on my network and the shaper is not working with me .. as well as the nating - i have reached a bit of progress but i've reached a dead end in my work.. I need anyone with a close network formation to help me either by sending me his/her file xml or by configuring my own.. really i've had mono for a 1 month, and i really need to use it. seriously if you had 100 ppl downloading one file a day with no restrictions everything will go haywire .. so help :) plz - i just need to limit my users with 64kbits download and 8kbits upload and lock their mac addresses here is the info for the xml file that <?xml version="1.0" ?> - <m0n0wall> <version>1.4</version> - <system> <hostname>firewall</hostname> <domain>starnet.com</domain> <password>$1$2xGLA75j$W/jiJc00HYBZX7kFjxjQv0</password> <timezone>Asia/Beirut</timezone> <time-update-interval>300</time-update-interval> <timeservers>pool.ntp.org</timeservers> - <webgui> <protocol>https</protocol> <port /> <certificate /> <private-key /> </webgui> <dnsserver>192.168.0.254</dnsserver> <dnsserver>193.220.232.4</dnsserver> </system> - <interfaces> - <lan> <if>rl0</if> <ipaddr>192.168.0.254</ipaddr> <subnet>24</subnet> </lan> - <wan> <if>rl1</if> <spoofmac>00:50:fc:76:db:f1</spoofmac> <mtu>1500</mtu> <ipaddr>193.220.233.131</ipaddr> <subnet>29</subnet> <gateway>193.220.233.129</gateway> </wan> </interfaces> - <staticroutes> - <route> <interface>lan</interface> <network>192.168.0.0/24</network> <gateway>193.220.233.129</gateway> <descr /> </route> </staticroutes> <pppoe /> <pptp /> - <dyndns> <type>dyndns</type> <username /> <password /> <host /> <mx /> </dyndns> - <dhcpd> - <lan> - <range> <from>192.168.0.151</from> <to>192.168.0.253</to> </range> <defaultleasetime /> <maxleasetime /> <enable /> </lan> </dhcpd> - <pptpd> <mode /> <redir /> <localip /> <remoteip /> </pptpd> - <dnsmasq> <enable /> <regdhcp /> - <hosts> <host>firewall</host> <domain>starnet.com</domain> <ip>193.220.232.4</ip> <descr /> </hosts> </dnsmasq> - <snmpd> <syslocation /> <syscontact /> <rocommunity>public</rocommunity> <enable /> </snmpd> - <diag> - <ipv6nat> <ipaddr>192.168.0.100</ipaddr> </ipv6nat> </diag> <bridge /> - <syslog> <reverse /> <nentries>50</nentries> <remoteserver /> </syslog> - <nat> - <rule> <protocol>tcp/udp</protocol> <external-port>1-65535</external-port> <target>192.168.0.254</target> <local-port>1</local-port> <descr /> </rule> - <advancedoutbound> - <rule> - <source> <network>192.168.0.0/24</network> </source> <descr /> - <destination> <any /> </destination> </rule> <enable /> </advancedoutbound> - <servernat> <ipaddr>193.220.233.129</ipaddr> <descr /> </servernat> </nat> - <filter> - <rule> <type>pass</type> <interface>wan</interface> - <source> <any /> </source> - <destination> <address>193.220.233.129</address> </destination> <log /> <descr /> </rule> - <rule> <type>pass</type> <interface>lan</interface> - <source> <network>lan</network> </source> - <destination> <any /> </destination> <log /> <descr>Default LAN -> any</descr> </rule> </filter> - <shaper> - <pipe> <bandwidth>64</bandwidth> <mask>source</mask> <descr /> </pipe> - <pipe> <bandwidth>8</bandwidth> <mask>destination</mask> <descr /> </pipe> - <queue> <targetpipe>0</targetpipe> <weight>1</weight> <mask>source</mask> <descr /> </queue> - <queue> <targetpipe>1</targetpipe> <weight>1</weight> <mask>destination</mask> <descr /> </queue> - <rule> <interface>lan</interface> <protocol>tcp</protocol> - <source> <network>lan</network> </source> - <destination> <any /> </destination> <direction>in</direction> <iplen /> <tcpflags /> <descr /> <targetpipe>1</targetpipe> </rule> - <rule> <interface>lan</interface> <protocol>tcp</protocol> - <source> <network>lan</network> </source> - <destination> <any /> </destination> <direction>out</direction> <iplen /> <tcpflags /> <descr /> <targetpipe>0</targetpipe> </rule> <enable /> </shaper> <ipsec /> <aliases /> </m0n0wall> _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus | ||||||||