[BIG FYI] if you cannot ping or access outside of server - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: [BIG FYI] if you cannot ping or access outside of server (/thread-3447.html) |
[BIG FYI] if you cannot ping or access outside of server - brianhenson - 06-04-2008 01:26 PM 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 RE: [BIG FYI] if you cannot ping or access outside of server - BeNe - 06-04-2008 03:43 PM Did you installed the Debian your self or was this just an Image ?? Never had such a problem per default on Debian Sarge/Etch. Greez BeNe RE: [BIG FYI] if you cannot ping or access outside of server - brianhenson - 06-05-2008 10:43 AM Yes I installed it myself. Opened a bug report 2 times and it was closed by rats with a wontfix notation. I could access the system perfectly before installing ispcp and when I installed it (followed directions to the letter) it locked all traffic out and i had to go to console. Traced it down to the iptables blocking all traffic that was related or established because it did not have that rule in its rule file. As soon as i added it, it worked as designed. I recomended on the bug report to add just one rule and it was closed very promptly. This problem has been seen on this forum under the name of cant ping cant resolve ip/dns, dns not found, at least 6 posts i found had this same issue but no fix. Just my 2c so others won't have the same issue due to coding flaw/debian policy. |