This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Blocking specific IP addresses

I was after some advice as to the best method of blocking web access from specific IP addresses to my web server, that is located in a DMZ.
Currently I do not have the HTTP proxy enabled.


This thread was automatically locked due to age.
Parents
  • In Post #6 on Page 1 of this thread, BigO suggests that it would be desireable to be able to have a list of IPs in a Network Definition, since, at present, you have to create a 'Network Group' of individually-defined hosts.

    In fact, if an FQDN exists with multiple IPs, you can use it to create a 'DNS Group' Network Definition that is a list of individual IPs.  So, an alternative could be to use that if you have an easy way to generate multiple A records for an FQDN on your internal name server.  On a Windows server, you can create a batch file using Excel.  For example, the following commands create A records for sample.domain.local=10.10.0.12, .13 & .19 on a server named Server1:
    C:>dnscmd Server1 /recordadd  domain.local sample A 10.10.0.12
    
    C:>dnscmd Server1 /recordadd  domain.local sample A 10.10.0.13
    C:>dnscmd Server1 /recordadd  domain.local sample A 10.10.0.19


    Cheers - Bob
Reply
  • In Post #6 on Page 1 of this thread, BigO suggests that it would be desireable to be able to have a list of IPs in a Network Definition, since, at present, you have to create a 'Network Group' of individually-defined hosts.

    In fact, if an FQDN exists with multiple IPs, you can use it to create a 'DNS Group' Network Definition that is a list of individual IPs.  So, an alternative could be to use that if you have an easy way to generate multiple A records for an FQDN on your internal name server.  On a Windows server, you can create a batch file using Excel.  For example, the following commands create A records for sample.domain.local=10.10.0.12, .13 & .19 on a server named Server1:
    C:>dnscmd Server1 /recordadd  domain.local sample A 10.10.0.12
    
    C:>dnscmd Server1 /recordadd  domain.local sample A 10.10.0.13
    C:>dnscmd Server1 /recordadd  domain.local sample A 10.10.0.19


    Cheers - Bob
Children
No Data