Search found 549 matches

by mudasir
Thu Mar 01, 2012 6:43 pm
Forum: Installation
Topic: Making Own OS
Replies: 2
Views: 8151

Re: Making Own OS

Hi,

Start learning C / C++ , then write your own code for kernel then write some applications then compile them and do some testing. There you go, you have a working OS of your own.
by mudasir
Thu Mar 01, 2012 6:34 pm
Forum: Administration
Topic: voulume based bandwidth limit
Replies: 2
Views: 7163

Re: voulume based bandwidth limit

Hi,

I would say that without RADIUS it would be very difficult but not impossible.
RADIUS provides these sort of options very easily and an easy to use RADIUS Web UI will be the best option to use.
Radius Manager is commercial, so I would suggest you to use DaloRadius.
by mudasir
Wed Jul 27, 2011 12:23 pm
Forum: Administration
Topic: How to tell squid to use ISA proxy server
Replies: 4
Views: 5524

Hi, Cache peer in different versions, please goto below links for squid version 3.0+ http://www.visolve.com/squid/squid30/neighboursel.php#cache_peer for squid version 2.7 http://www.visolve.com/squid/squid27/neighboursel.php#cache_peer for squid version 2.6 http://www.visolve.com/squid/squid26/neig...
by mudasir
Mon Jul 25, 2011 7:18 pm
Forum: Administration
Topic: How to tell squid to use ISA proxy server
Replies: 4
Views: 5524

Hi,

Use "cache_peer" in squid.
in resolv.conf you can define dns of google.
by mudasir
Tue May 24, 2011 2:52 pm
Forum: Security
Topic: Best way to secure FTP Server for authenticated users only !
Replies: 3
Views: 8621

Salam Zaib bhai, Normally at this level using local ips for VPN is not a very good idea...and if using so then securing FTP site can be a bit headache. At this level normally live ips are used for VPN users for many different purposes. Also if live ips are used then you can simple install a simple f...
by mudasir
Fri Apr 29, 2011 9:59 pm
Forum: Administration
Topic: Mikrotik scripts
Replies: 5
Views: 6861

Hi,

Scripts for what?
I can guide you in scripts related issues. However i might not be able to provide you my own scripts.
by mudasir
Thu Apr 28, 2011 6:29 pm
Forum: Administration
Topic: Mikrotik scripts
Replies: 5
Views: 6861

Hi, Dear i can say for pretty damn sure that you will have a very hard time finding ready to use scripts for migrating. What are you planning to migrate, like which services. This will be easy for others to judge and give you adivse for the migration. And you can always write a bash script to create...
by mudasir
Thu Apr 28, 2011 1:23 pm
Forum: Administration
Topic: Mikrotik scripts
Replies: 5
Views: 6861

Hi, There are many scripts related to mikrotik available on internet. You can simply goto wiki.mikrotik.com there you will find many scripts for all purposes. Mikrotik basically uses LUA scripting. Its a bit different from normal Linux scripting. If you know Bash scripting, you can easily control co...
by mudasir
Thu Apr 28, 2011 12:52 pm
Forum: Administration
Topic: Mikrotik backup in form of text script
Replies: 3
Views: 5946

Hi, The command you have given will not work. Below is the command that will work like a charm # For detailed info /ip dhcp-server export file=dhcp.rsc You can also perform the same from Linux like below # Taking backup of mikrotik dhcp-server config from Linux root@crystalnetworks:~#ssh admin@mikro...
by mudasir
Wed Apr 27, 2011 1:28 pm
Forum: Administration
Topic: Mikrotik backup in form of text script
Replies: 3
Views: 5946

Hi,

As for your first statement
I want to take backup of my dhcp setting
Is someone stopping you for this.

And as for your last statement
ANy one know how to do that
Yes many people here know how to do this, its very simple.
by mudasir
Wed Apr 06, 2011 3:07 pm
Forum: Administration
Topic: Different IP Groups for different networks
Replies: 29
Views: 37118

Refer to these links For Squid 2.6 http://www.visolve.com/squid/squid26/accesscontrols.php#arp For Squid 2.7 http://www.visolve.com/squid/squid27/accesscontrols.php#arp For Squid 3.0 http://www.visolve.com/squid/squid30/accesscontrols.php#arp Error also says aclParseAclLine: WARNING: empty ACL: acl ...
by mudasir
Wed Apr 06, 2011 2:21 pm
Forum: Administration
Topic: Different IP Groups for different networks
Replies: 29
Views: 37118

You are saying like you are paying anyone to do this.

If you read logs properly, it says "aclParseArpData: Bad ethernet address: '/etc/squid/mac.addresses.faculty.txt' "

make sure that you do not have any special character in this file.
Google for dos2unix
by mudasir
Sat Apr 02, 2011 2:09 pm
Forum: Administration
Topic: iftop -i eht0 output pleassssssssssss help
Replies: 5
Views: 10544

HI,

Please brief me the details of your network, what are you using, which interface is what. Because now i can not do anything without knowing some info about the network. Also are you using this for any cable net, if yes then this can be some bogus traffic generated from local network.
by mudasir
Fri Apr 01, 2011 7:18 pm
Forum: Administration
Topic: iftop -i eht0 output pleassssssssssss help
Replies: 5
Views: 10544

AOA, You can use iptables string match to stop this. iptables -A INPUT -m string --algo bm --string "pmail1.pegasus.com.pk" -j DROP iptables -A OUTPUT -m string --algo bm --string "pmail1.pegasus.com.pk" -j DROP iptables -A FORWARD -m string --algo bm --string "pmail1.pegasu...
by mudasir
Thu Mar 31, 2011 6:51 pm
Forum: Security
Topic: Encrypted Communication Between Systems
Replies: 4
Views: 8741

Assalam-o-Alaikum,

I think i got what i was looking for. There a SSL Wrapper available to Network Daemons name STUNNEL.
Rather than configuring the server with SSL this daemons works well.