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 - newbie618

Pages: [1]
1
Installation and Upgrades / Re: Problem with DHCP
« on: August 06, 2008, 08:30:40 pm »
Thanks for your help.

Even with the OpenVPN server and client inactive.  It seems to be a problem. I am new to the VPN and probably did not enter it correctly, so I did not activate them.

First, I deactivate the module, but that did not work.

I have to actually delete the inactive VPN server and client.  Finally, first boot gives me networking.

Again thanks


2
Installation and Upgrades / Re: Problem with DHCP
« on: July 30, 2008, 02:50:50 am »
Hi,

Here is the interface file:

auto lo eth0 eth1
iface lo inet loopback
iface eth0 inet dhcp
iface eth1 inet static
   address 192.168.2.1
   netmask 255.255.255.0
   broadcast 192.168.2.255

Here is ifconfig -a ==> 1st reboot does not work

eth0      Link encap:Ethernet  HWaddr 00:1f:c6:a9:39:f4 
          inet addr:70.79.103.241  Bcast:255.255.255.255  Mask:255.255.252.0
          inet6 addr: fe80::21f:c6ff:fea9:39f4/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3419 errors:0 dropped:0 overruns:0 frame:0
          TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:210037 (205.1 KB)  TX bytes:3190 (3.1 KB)
          Interrupt:254 Base address:0x4000

eth1      Link encap:Ethernet  HWaddr 00:c0:26:56:fc:53 
          inet addr:192.168.2.1  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::2c0:26ff:fe56:fc53/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:69 errors:0 dropped:0 overruns:0 frame:0
          TX packets:21 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:6322 (6.1 KB)  TX bytes:1476 (1.4 KB)
          Interrupt:20 Base address:0xce00

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:229 errors:0 dropped:0 overruns:0 frame:0
          TX packets:229 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:45832 (44.7 KB)  TX bytes:45832 (44.7 KB)

tap0      Link encap:Ethernet  HWaddr 00:ff:9b:3e:3b:f4 
          inet addr:192.168.2.1  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::2ff:9bff:fe3e:3bf4/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:0 (0.0 B)  TX bytes:3740 (3.6 KB)



Here is ifconfig -a ==> 2nd reboot does not work

eth0      Link encap:Ethernet  HWaddr 00:1f:c6:a9:39:f4 
          inet addr:70.79.103.241  Bcast:255.255.255.255  Mask:255.255.252.0
          inet6 addr: fe80::21f:c6ff:fea9:39f4/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3373 errors:0 dropped:0 overruns:0 frame:0
          TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:204351 (199.5 KB)  TX bytes:3186 (3.1 KB)
          Interrupt:254 Base address:0x2000

eth1      Link encap:Ethernet  HWaddr 00:c0:26:56:fc:53 
          inet addr:192.168.2.1  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::2c0:26ff:fe56:fc53/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:33 errors:0 dropped:0 overruns:0 frame:0
          TX packets:45 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3319 (3.2 KB)  TX bytes:4713 (4.6 KB)
          Interrupt:20 Base address:0xce00

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:181 errors:0 dropped:0 overruns:0 frame:0
          TX packets:181 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:37186 (36.3 KB)  TX bytes:37186 (36.3 KB)

Here is ifconfig -a ==> last reboot does work but have to do /etc/init.d/networking restart to obtain internet on eht0

eth0      Link encap:Ethernet  HWaddr 00:1f:c6:a9:39:f4 
          inet addr:70.79.103.241  Bcast:255.255.255.255  Mask:255.255.252.0
          inet6 addr: fe80::21f:c6ff:fea9:39f4/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3068 errors:0 dropped:0 overruns:0 frame:0
          TX packets:151 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:199990 (195.3 KB)  TX bytes:13501 (13.1 KB)
          Interrupt:254 Base address:0x2000

eth1      Link encap:Ethernet  HWaddr 00:c0:26:56:fc:53 
          inet addr:192.168.2.1  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::2c0:26ff:fe56:fc53/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:70 errors:0 dropped:0 overruns:0 frame:0
          TX packets:67 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:5520 (5.3 KB)  TX bytes:7117 (6.9 KB)
          Interrupt:20 Base address:0xce00

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:682 errors:0 dropped:0 overruns:0 frame:0
          TX packets:682 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:100689 (98.3 KB)  TX bytes:100689 (98.3 KB)

Thanks for your help.  This one I have to reboot about 20x for 0.75 hours in order for me to get an internal ip address; then I can do a network restart to obtain internet. 


3
Installation and Upgrades / Re: Problem with DHCP
« on: July 24, 2008, 12:13:31 am »
Thanks.  By activating DNS then going to DHCP to use internal ebox DNS, the DHCP server seems to work.

I am still having problem accessing the internal network during reboot.  When we reboot the ebox, the system cannot be accessed internally and the server cannot ping to the internal network.  In addition, the external network cannot get an ip address from a DHCP server. 

I have to reboot in average about 2 times to get internal address.  If there is no external ip, then I restart the network at the ebox. 

There must be some problem with the configuration I have created, since both ebox does the same.  What can I show you so that you can help me out?

Thanks

4
Installation and Upgrades / Re: Problem with DHCP
« on: July 23, 2008, 02:25:56 am »
Hi,

The /etc/dhcp3/dhcpd.net is as follow

# extra options
# RFC3442 routes
option rfc3442-classless-static-routes code 121 = array of integer 8;
# MS routes
option ms-classless-static-routes code 249 = array of integer 8;

ddns-update-style none;



default-lease-time 1800;
max-lease-time 7200;




shared-network eth1 {

   option routers 192.168.2.1;

        default-lease-time 1800;
        max-lease-time 7200;



   subnet 192.168.2.0 netmask 255.255.255.0 {
      range 192.168.2.101 192.168.2.199;
        }


}

When rebooting the ebox server, it takes 3 to 4 times for it to boot with internal ip and external ip

/etc/network/interfaces:

auto lo eth0 eth1
iface lo inet loopback
iface eth0 inet dhcp
iface eth1 inet static
   address 192.168.2.1
   netmask 255.255.255.0
   broadcast 192.168.2.255

Would you need other information?

Thanks


5
Installation and Upgrades / Problem with DHCP
« on: July 22, 2008, 05:16:37 am »
Hi,

I have installed 2 ebox.  One of them, the DHCP works properly. Another ebox does not work.  The DHCP server does give an ip address but does not give the DNS server address with the IP address.  In addition,  we usually have to boot it 3 to 4 times to get internet and internal address working.

Can someone help me?

Thanks

6
Installation and Upgrades / Re: Problem with summary screen
« on: June 26, 2008, 09:08:07 pm »
Hi,

Do not worry about it.  It seems to be OK from another computer (Win XP)

Bernie

7
Installation and Upgrades / Problem with summary screen
« on: June 26, 2008, 08:12:29 pm »
Hi again,

Summary status screen is showing an error.

>>An internal error has ocurred. This is most probably a bug, relevant information can be found in the logs.

Can you tell me how to fix the problem?

Bernie


8
Installation and Upgrades / Re: Problem with Certificate Manager
« on: June 26, 2008, 08:08:35 pm »
Thanks for your help. 

It work! :)

Bernie

9
Installation and Upgrades / Re: Problem with Certificate Manager
« on: June 26, 2008, 12:50:48 am »
Hi again,

I actually reinstall the whole ebox.  Everything seems to work accept the downloading of certificate.  I manage to create the certificate but cannot download.

Error:
Error creating file: No such file or directory
Certificate changes will take effect immediately

Thanks
Bernie

10
Hi,

I have re-install Ubuntu 8.04 AMD 64 and then install ebox separately:

    deb http://ppa.launchpad.net/juruen/ubuntu hardy main

Now we’ll run:

    $ sudo apt-get update
    $ sudo apt-get install “^ebox-.*”

After installation, I cannot create user and group.  I did not format /home since there is data.

user.log =>
dansguardian:  Error binding server socket (is something else running on the filter port?
dansguardian:  Exiting with error


mail.err =>
postfix/sendmail[9164]: fatal: open /etc/postfix/main.cf: No such file or directory

11
Installation and Upgrades / Problem with Certificate Manager
« on: June 24, 2008, 10:19:18 pm »
Hi

I deleted or revoke the Main CA certificate first and did not revoke the other priviate one.  When I try to create any certificate, nothing happens.  The screen with all the certificates are no longer there. 

Can you tell me how to reset them?

Bernie

12
Hi,

I have just installed 0.11.101 into two AMD 64x2 machine.  Unfortunately, I have already loaded up with data.  How do I reinstall Ubuntu 8.04 Server AMD 64 and reinstall  Ebox without destroying the data?

Bernie

Pages: [1]