• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

network problem

V

verenae

Guest
Hi guys and gals of course

i have installe dplesk panel on my debian server (debian leny 64 bit)

All is ok so far bar one majour problem

cannot view my domain name, cannot accses the controle panel out side of my local server ip wich is 192.168.2.8

it has been confirmed the panel is working and the domains ar eup and running everyone bar me can see the above.

the server is hosted at my home on my broadband connection, wich is fine for soem small sites.

This has been driving me mad.

i would love any sugestions or ideas please

i went into ssh and did the following command ifconfig -a
the out put of that is below

server1:~# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:30:1b:bd:10:dc
inet addr:192.168.2.8 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::230:1bff:febd:10dc/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:167 errors:0 dropped:0 overruns:0 frame:0
TX packets:166 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:18469 (18.0 KiB) TX bytes:15834 (15.4 KiB)
Interrupt:17

eth0:1 Link encap:Ethernet HWaddr 00:30:1b:bd:10:dc
inet addr:78.33.106.201 Bcast:78.33.106.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:17

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:50 errors:0 dropped:0 overruns:0 frame:0
TX packets:50 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:18112 (17.6 KiB) TX bytes:18112 (17.6 KiB)

This part caught my attention

eth0 Link encap:Ethernet HWaddr 00:30:1b:bd:10:dc
inet addr:192.168.2.8 Bcast:192.168.2.255 Mask:255.255.255.0

should Bcast:192.168.2.255 not be Bcast:192.168.2.0

since my router does not broadcast that mine starts from 0-100

any help woudl be great.
thank you
 
hi there thank you for the reply.

i beleive the problem im haivng is a firewall problem, ie because i on the same network, i need to set up a rule to alow me to vew port 80 via 192.168.2.8:80

this can be the only thing i can think of.

In other words becuase im on the lan i do not have permision to view apche output via my lan.

so is it a iptables problem, any idea how to fix this

Thank you
 
Sorry i forgot to add the out put of netstat -tapn

erver1:~# netstat -tapn
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 2633/couriertcpd
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 2652/couriertcpd
tcp 0 0 0.0.0.0:106 0.0.0.0:* LISTEN 2706/xinetd
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 2486/mysqld
tcp 0 0 0.0.0.0:47754 0.0.0.0:* LISTEN 2182/rpc.statd
tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 2706/xinetd
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 2642/couriertcpd
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 2622/couriertcpd
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 2169/portmap
tcp 0 0 0.0.0.0:8880 0.0.0.0:* LISTEN 2908/sw-cp-serverd
tcp 0 0 127.0.0.1:10001 0.0.0.0:* LISTEN 2908/sw-cp-serverd
tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 2706/xinetd
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 2706/xinetd
tcp 0 0 78.33.106.201:53 0.0.0.0:* LISTEN 2394/named
tcp 0 0 192.168.2.8:53 0.0.0.0:* LISTEN 2394/named
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2394/named
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 2409/sshd
tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN 2559/postgres
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 2706/xinetd
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2394/named
tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN 2908/sw-cp-serverd
tcp 0 0 192.168.2.8:22 192.168.2.2:49730 ESTABLISHED 3005/0
tcp6 0 0 :::80 :::* LISTEN 2845/apache2
tcp6 0 0 :::22 :::* LISTEN 2409/sshd
tcp6 0 0 ::1:5432 :::* LISTEN 2559/postgres
tcp6 0 0 :::443 :::* LISTEN 2845/apache2

Hope it helps , this is getting anoying now everyone can see my domain name starter page blah blah but i cannot

Thank you
 
several days and still no fix for my server, now no response from tech support.

I have done some reading, (since i cant do anything else atm) it apears my problems ar due to the fact that apache is not serving pages for internal pcs on the lan, but its working fine externaly.

various people have siad to look at iptables some have said its apache itself you need to edit the configuration files to alow apache to serve pages to local machines. i have no idea on how to do this could a kind soul help out a lady in distress.

Thank you
 
Hi i have reproduced the problem again. i have formatted my server with a base install of debian leny(64bit)

To help both me and you guys trying to understand my problems here is the exact steps i took to install plesk to make sure its not something i have done incorect.


i have installed the debian dvd into drive ect installed the standard setup, put in the passwords it asked for created the accoutn it asked for then the pass words.

installed a ssh server

apt-get install ssh openssh-server

im new to linux so i use vim so i installed that

apt-get install vim-nox

next i configured the network

vi /etc/network/interfaces

deleting all that was in there and replacing it with

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
#allow-hotplug eth0
#iface eth0 inet dhcp
auto eth0
iface eth0 inet static
address 192.168.2.8
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.0.255
gateway 192.168.2.1

i then restarted the network

/etc/init.d/networking restart

now the next part i have tried both editing this and not editing, still same results

vi /etc/hosts

127.0.0.1 localhost.localdomain localhost
192.168.2.8 server1.skull-and-bonez.com server1
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

once i done that i installed plesk

wget http://download1.parallels.com/Ples...er_v3.6.0_build100407.15_os_Debian_5.0_x86_64

then i

chmod +x parallels_installer_v3.6.0_build100407.15_os_Debian_5.0_x86_64

then it was time to run the instaltion

./parallels_installer_v3.6.0_build100407.15_os_Debian_5.0_x86_64

i did the standard setup, once finished

logged in ect did the first steps,

Same old probelms still only able to acses the controle panel via https://192.168.2.8:8443/ as apppsed to been able to use https://myip::8443/ or https://domainname:8443/

This sucks guys realy bad, the support is erm "i dont know what is wrong,it has to be your fualt" im now paying for a control panal i cannot use properly

Doing the above i have tried not doing steps above just doing a very bare install same results, if i am doing something incorect please tell me.

Thank you
 
Broadband and Plesk from home

If you are using Plesk on your own Linux based server with Plesk for Linux this is great! Welcome to the club. But if you are doing it from home be prepared for a difficult task if you do not know how to NAT your own broadband router.

The definition of NAT tables can be found on wikipedia, or your broadband modem provider. NOT your broadband provider but your modem provider. I.E. Cisco, Netgear etc. Download the maunal and read about NAT tables. You need to know which ports to have open and which to have closed. You also need to know how to map an internal i.p. to an external i.p address.

Good Luck and may the Tux be with you
 
Back
Top