lexore

Show:

What's happening?

  • Followup: RE: wipfw + GeoIP

    You can use version 0.3.2b. This version has very useful function - tables. You can add address in table, like this: ipfw table 1 add 1.1.1.0/24 ipfw table 1 add 2.2.0.0/16 ipfw table 1 add 3.3.3.3 e.t.c. And one rule: add deny all from any to table(1) will block any address in this table. Yes, you need to create tables with addresses.

    2009-11-08 20:21:36 UTC in wipfw

  • Followup: RE: Block a WebSite

    Hello. Domain names (like www.uol.com.br) can have many ip addresses. Specifically, this domain has 2 ip addresses: $ nslookup www.uol.com.br ... Non-authoritative answer: Name: www.uol.com.br Address: 200.98.249.120 Name: www.uol.com.br Address: 200.221.2.45 So, you need to make a rule for each ip address.

    2009-11-08 20:11:08 UTC in wipfw

About Me


Send me a message