If you use iptables remember to use the iptables-save to keep your changes when you are happy it works.<br>if your changes do not do as expected you can use iptables -F to flush them out of memory.<br>When you are happy it works use either ntsysv to make sure iptables always starts from boot up
<br>or use chkconfig --levels 345 iptables on<br><br><div><span class="gmail_quote">On 26/06/06, <b class="gmail_sendername">gb spam</b> <<a href="mailto:gbofspam@gmail.com">gbofspam@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 6/26/06, peter kostov <<a href="mailto:fedora@light-bg.com">fedora@light-bg.com</a>> wrote:<br>> Hi, I use FC3 and want to disable internet  access for a certain user.<br>> How should I do that?<br><br>This would be a good place to start:
<br><br>    iptables -D OUTPUT -m owner --uid-owner ??? --jump DROP<br><br>replace ??? with the user id (as opposed to the user name) of the target user.<br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">
fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list</a><br></blockquote></div><br>