Changes between Version 11 and Version 12 of UbuntuRunningDeepaMehtaAsDaemon


Ignore:
Timestamp:
04.09.2011 12:24:55 (13 years ago)
Author:
silke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UbuntuRunningDeepaMehtaAsDaemon

    v11 v12  
    268268Drop incoming requests on port 8080: 
    269269{{{ 
    270 iptables -A INPUT ! -s 127.0.0.1 -p tcp --destination-port 8080 -j DROP 
     270iptables -A INPUT ! -s 127.0.0.1 -p tcp --destination-port 8080 -j REJECT 
    271271}}} 
    272272