Debian VPS

Oxyg3n

New member
Joined
Feb 25, 2009
Messages
2
Hey all,

I just installed DirectAdmin on my VPS, and performed everything to the letter.

In my directadmin.conf I have set the eth adapter to venet0:0, but.... I cant seam to access the admin panel from anywhere outside the localsystem.

if i do "lynx http://my.ext.ip:2222/" it works on the local machine, however if i do http://my.ext.ip:2222 on my home PC, it dosnt work.

Can anyone explain this please, I would love to get my DirectAdmin working on this new system
 
iptales is empty

Code:
Chain INPUT (policy DROP)
target     prot opt source               destination
ACCEPT     0    --  anywhere             anywhere
ACCEPT     0    --  anywhere             anywhere            state RELATED,ESTABLISHED
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:ssh
ACCEPT     icmp --  anywhere             anywhere            icmp echo-request

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
server:~#



My Bad im sorry, only after reading this mesage back to myself, i realised what was wrong..

Thanks for your help (its always the simple things)
 
Last edited:
Back
Top