Current time: 11-23-2024, 07:48 AM Hello There, Guest! (LoginRegister)


Post Reply 
[BIG FYI] if you cannot ping or access outside of server
Author Message
brianhenson Offline
Junior Member
*

Posts: 16
Joined: May 2008
Reputation: 0
Post: #1
[BIG FYI] if you cannot ping or access outside of server
If you cannot ping or access anything outside of the 127.0.0.1 address space run this command.
Code:
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
This must be in place to allow communication. But due to the code using iptables for traffic management and their refusal to add this rule you must do it your self. Debian by default (at least on my etch box) had a default deny rule that killed any communication not allowed by a rule. This is to fix issues with the isp_network daemon.
06-04-2008 01:26 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
[BIG FYI] if you cannot ping or access outside of server - brianhenson - 06-04-2008 01:26 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)