Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - c4rdinal

Pages: 1 ... 13 14 [15] 16 17 ... 19
211
Hi,

I manually transfer our files to a new server due to server problems. However tranferring the files resulted to permission errors as follows:
Quote
Need permission to perform this action.

Your require permission from unix user\root to make changes to this folder

I already changed the permission using the following however I cannot execute some files:

chown -R ebox.__USERS__ /home/samba/shares/public
chown -R root.__USERS__ /home/samba/shares/public/*
chmod -R 777 /home/samba/shares/public/*

but it didn't help. I cannot extract archives and open exe files.

root@dcserver:/home/samba/shares# chown -R root.administrator install/APPS/*
root@dcserver:/home/samba/shares# ls -ltr install/APPS/
total 2384
drwxr-xr-x  3 root administrator    4096 2010-01-08 19:52 Office 2003
drwxr-xr-x  7 root administrator    4096 2010-01-08 19:54 Guide to port entry
drwxr-xr-x  2 root administrator    4096 2010-01-08 20:16 PAGE MAKER
drwxr-xr-x 14 root administrator    4096 2010-01-08 20:16 Office 97
drwxr-xr-x 15 root administrator    4096 2010-01-08 20:18 Office 2007
drwxr-xr-x 10 root administrator    4096 2010-01-08 20:20 Delphi
-rwxr-xr-x  1 root administrator 2393600 2010-01-08 20:30 mysql-connector-odbc-3.51.16-win32.msi
drwxr-xr-x 11 root administrator    4096 2010-01-08 20:32 Office 2000


An example is the mysql-connector-odbc-3.51.16-win32.msi. This file are not executing when double clicked. how come?

Please I urgently need your help.

Many thanks


212
Installation and Upgrades / No Antivirus Tab on File Sharing
« on: January 08, 2010, 11:58:08 pm »
Hi,

I install ebox-1.2.6 on my Ubuntu Hardy 64bit machine. I noticed the Antivirus Tab is missing in the File Sharing section. This was not the case on my 32bit installation of ebox. How come??

Thanks in advance.

213
Installation and Upgrades / Re: Kamilion's Ebox Tweaks
« on: December 05, 2009, 04:12:18 pm »
Kamilion,

These are very useful stuff. Many thanks and keep it coming!

Rgds,

214
Hi,

I'm installing Ebox-1.2 and got this error after clicking File Sharing menu.

Quote
An internal error related to a template has occurred. This is a bug, relevant information can be found in the logs.

I cannot find anything in the logs though. And I always get this error when updating

Quote
# apt-get update

Hit http://ph.archive.ubuntu.com hardy/universe Packages
Hit http://ph.archive.ubuntu.com hardy/universe Sources
Hit http://ph.archive.ubuntu.com hardy/multiverse Packages
Hit http://ph.archive.ubuntu.com hardy/multiverse Sources
Hit http://ph.archive.ubuntu.com hardy-updates/main Packages
Hit http://ph.archive.ubuntu.com hardy-updates/restricted Packages
Hit http://ph.archive.ubuntu.com hardy-updates/main Sources
Hit http://ph.archive.ubuntu.com hardy-updates/restricted Sources
Hit http://ph.archive.ubuntu.com hardy-updates/universe Packages
Hit http://ph.archive.ubuntu.com hardy-updates/universe Sources
Hit http://ph.archive.ubuntu.com hardy-updates/multiverse Packages
Hit http://ph.archive.ubuntu.com hardy-updates/multiverse Sources
W: Failed to fetch http://ppa.lauchpad.net/ebox/1.2/ubuntu/dists/hardy/main/binary-i386/Packages.gz  404 Not Found [IP: 64.20.60.99 80]

E: Some index files failed to download, they have been ignored, or old ones used instead.




How can I fix it?

215
Hi,

I'm trying to install Ebox-1.2 on my Ubuntu-8.0.4-3 64bit machine. But got some error during

Quote
# apt-get update
Ign http://ppa.lauchpad.net hardy Release.gpg
Ign http://ppa.lauchpad.net hardy/main Translation-en_PH
Ign http://ppa.lauchpad.net hardy Release
Ign http://ppa.lauchpad.net hardy/main Packages
Err http://ppa.lauchpad.net hardy/main Packages
  404 Not Found [IP: 64.20.60.99 80]
W: Failed to fetch http://ppa.lauchpad.net/ebox/1.2/ubuntu/dists/hardy/main/binary-amd64/Packages.gz  404 Not Found [IP: 64.20.60.99 80]

E: Some index files failed to download, they have been ignored, or old ones used instead.

I followed the install guide indicated in the wiki but failed.

Quote
For Ubuntu 8.04 (Hardy)

Add to your /etc/apt/sources.list:

    deb http://ppa.launchpad.net/ebox/1.2/ubuntu hardy main

In order to authenticate the packages in the PPA you can import its public key with the following command:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 342D17AC

How can I fix this?

216
Installation and Upgrades / Re: Port Forwarding
« on: July 28, 2009, 11:10:46 am »
Bump this thread!

I haven't had a working Port Forwarding on Ebox 1.2. I had configured it twice but were unsuccessful and messed up my server gateway. Can't afford for a reinstall right now.

Hope you can answer this thread.

Thanks

217
Installation and Upgrades / Re: Port Forwarding
« on: July 16, 2009, 01:58:58 am »
Hi Javi,

While I was trying to make port redirects and remove my firewal filters for port forwarding it crashed my Ebox-1.2 gateway.

I have one clarification. If I want to forward packet to my pc inside my LAN. On the "Interface" drop down list in the Port redirect, should I select my External Interface (i.e my WAN)? I have MultiWAN for this setup.

Or should it be this way? See attached file:

I don't want to commit anything yet without being sure. So I won't mess up my installation for the 3rd time. ;D

Hi Javi,

Here's the output of the command you asked. I however, stripped the second one.

Thanks

# iptables -t nat -L -n -v
Chain PREROUTING (policy ACCEPT 176K packets, 15M bytes)
 pkts bytes target     prot opt in     out     source               destination                                                                             
  273 22371 premodules  all  --  *      *       0.0.0.0/0            0.0.0.0/0                                                                               
    0     0 DNAT       tcp  --  eth0   *       0.0.0.0/0            192.168.200.1       tcp dpt:80 to:192.168.200.2

Chain POSTROUTING (policy ACCEPT 679 packets, 50211 bytes)
 pkts bytes target     prot opt in     out     source         destination                                                                             
   29  1947 postmodules  all  --  *      *       0.0.0.0/0            0.0.0.0/0                                                                             
    0     0 SNAT       all  --  *      eth2   !121.x.x.x       0.0.0.0/0                                                                                        to:121.x.x.x
   23  1482 SNAT       all  --  *      eth3   !124.x.x.x       0.0.0.0/0                                                                                        to:124.x.x.x

Chain OUTPUT (policy ACCEPT 2078 packets, 152K bytes)
 pkts bytes target     prot opt in     out     source               destination                                                                             

Chain postmodules (1 references)
 pkts bytes target     prot opt in     out     source               destination                                                                             

Chain premodules (1 references)
 pkts bytes target     prot opt in     out     source               destination   


# iptables -L -n -v
Chain fredirects (1 references)
 pkts bytes target     prot opt in     out     source               destination
    0     0 ACCEPT     tcp  --  eth0   *       0.0.0.0/0            192.168.125.223     state NEW tcp dpt:80



218
Here's another associated WANFailover error :


219
Installation and Upgrades / Re: Ebox-1.2 64bit
« on: July 15, 2009, 03:18:27 am »
Alright, if that's the case I will wait till you do the recompile for 64bit. Will this take long?

Thanks

220
Installation and Upgrades / Re: Port Forwarding
« on: July 15, 2009, 03:16:47 am »
Hi Javi,

While I was trying to make port redirects and remove my firewal filters for port forwarding it crashed my Ebox-1.2 gateway.

I have one clarification. If I want to forward packet to my pc inside my LAN. On the "Interface" drop down list in the Port redirect, should I select my External Interface (i.e my WAN)? I have MultiWAN for this setup.

Or should it be this way? See attached file:

I don't want to commit anything yet without being sure. So I won't mess up my installation for the 3rd time. ;D


221
Installation and Upgrades / Re: [1.2] install problem
« on: July 15, 2009, 03:12:19 am »
It's always good to share your experience and how you're able to deal with it. So that the community will benefit from it as well.

Just my 2 cents!

222
Hi,

I made a mistake twice configuring Port Redirect. At first I thought it was something else, but on the second time I'm sure it was Port redirect rules.

I was trying to configure port forwarding so I can access http inside my network and forward HTTP traffic to my machine inside my LAN. After I commit and save the changes It hanged. When I restarted the computer, network cannot start and other related services.

I tried to delete the chain fredirects manually, now I can start the network and ping the Ebox server but still unable to login via web management.

I'm stuck. Please do this with caution as I have experienced this twice.

I'm running Ebox-1.2 as gateway with WAN Failover.

223
ebox 1.2.1 solves de full backup issue.

Thanks everybody for reporting this.



Hi Javi,

Would apt-get upgrade fix the issue? I have Ebox-1.2 installed.

Thanks


224
Installation and Upgrades / Re: Port Forwarding
« on: July 14, 2009, 12:25:10 pm »
Hi Javi,

I made a firewall rule (Packet Filtering).

Port redirect don't work for me also. I can't find why.

# iptables -t nat -L -n -v
Chain PREROUTING (policy ACCEPT 5114 packets, 364K bytes)
 pkts bytes target     prot opt in     out     source               destination                                                                             
  380 33175 premodules  all  --  *      *       0.0.0.0/0            0.0.0.0/0                                                                               

Chain POSTROUTING (policy ACCEPT 2981 packets, 178K bytes)
 pkts bytes target     prot opt in     out     source               destination                                                                             
  214 22912 postmodules  all  --  *      *       0.0.0.0/0            0.0.0.0/0                                                                             
    0     0 SNAT       all  --  *      eth2   !121.x.x.x      0.0.0.0/0                                                                                        to:121.x.x.x
  193 21367 SNAT       all  --  *      eth3   !124.x.x.x      0.0.0.0/0                                                                                        to:124.x.x.x

Chain OUTPUT (policy ACCEPT 419 packets, 31028 bytes)
 pkts bytes target     prot opt in     out     source               destination                                                                             

Chain postmodules (1 references)
 pkts bytes target     prot opt in     out     source               destination                                                                             

Chain premodules (1 references)
 pkts bytes target     prot opt in     out     source               destination           


# iptables -L -n -v
Chain ffwdrules (1 references)
 pkts bytes target     prot opt in     out     source               destination
   93  4464 RETURN     all  --  eth0   *       0.0.0.0/0            0.0.0.0/0
   72 17877 RETURN     all  --  eth1   *       0.0.0.0/0            0.0.0.0/0
    0     0 ACCEPT     all  --  *      *       0.0.0.0/0            192.168.200.2

Chain fredirects (1 references)
 pkts bytes target     prot opt in     out     source               destination


For this purpose should I use packet filter or redirect?

225
Installation and Upgrades / Port Forwarding
« on: July 14, 2009, 12:03:02 pm »
I created a port forwarding filter rule for HTTP Service on port 80. But can't seem to access it from external network. Source and destination ports are the same.

I made the rules to Filtering rules from external networks to internal networks. I'm running Ebox-1.2 as gateway.

Kindly see attached image.


Pages: 1 ... 13 14 [15] 16 17 ... 19