restrict connection

1999-06-10 Thread Alexey Ryndin
Hi, I need Your advice. It is necessary to restrict network access to some box. All IP addresses of hosts from which it is allowed to connect to the box are known. From some of them it is allowed to use ftp, from some - telnet and so on. What is the best way to solve this problem? It is necessary

Re: restrict connection

1999-06-10 Thread David E. Cross
We have similiar restraints for a certain number of our machines, we have solved this problem by using FreeBSD's built in firewall (just add 'options IPFIREWALL' to your kernel config script). Here is a *very* simple firewall config to do some such restrictions): You may note that there are

Re: restrict connection

1999-06-10 Thread Aleksandr A.Babaylov
Alexey Ryndin writes: I need Your advice. It is necessary to restrict network access to some box. All IP addresses of hosts from which it is allowed to connect to the box are known. From some of them it is allowed to use ftp, from some - telnet and so on. What is the best way to solve this