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

Pages: 1 [2]
16
I had similar issues with ebox. The problem was that when a computer gets into domain, it can not be removed through ebox or automatically through win. And another computer can not have the same name.

Anyway, ssh and then remove it manually by using smbldap-* commands.


17
Installation and Upgrades / VLANs - interface issues - bug?
« on: February 17, 2009, 09:31:14 pm »
ok, this is how i found this bug
eth0 - trunk
vlan1 - internal
vlan2 - external

i tried to configure a switch and for that I needed to create
vlan1:config
anyway, this is the interfaces:
Code: [Select]
auto lo vlan1 vlan1:config vlan2
iface lo inet loopback
iface vlan1 inet static
vlan-raw-device eth0
        address 10.129.1.1
        netmask 255.255.255.0
        broadcast 10.129.1.255
iface vlan1:config inet static
vlan-raw-device
        address 192.168.2.1
        netmask 255.255.255.0
        broadcast 192.168.2.255
iface vlan2 inet static
vlan-raw-device eth0
        address 80.80.62.174
        netmask 255.255.255.252
        broadcast 80.80.62.175

vlan1:config does not have raw device
anyway, what should be here? eth0 ?

18
Installation and Upgrades / Re: DHCP log
« on: February 16, 2009, 10:32:41 pm »
First about dhcp logs
I gave one computer a fixed (dhcp) address and this one shows in the dhcp log. Might be helpful.

About trafic shaping, I am not sure what I set. The system is in full production now and I can not experiment any more.

Matija

19
Installation and Upgrades / DHCP log
« on: February 13, 2009, 06:49:04 pm »
I have 0.12.3 in production: only 1 physical NIC as Trunk, 2 vlan tagged interfaces - internal + external, appropriate switch configuration) - all cool.

vlan1 is internal and everything works, including dhcpd, but it does not show in the logs. Logs are turned on and in log config dhcp is turned on. I checked the dhcpd config, noticed one strange thing - there is no entry for leased times on vlan1, although i changed them in ebox interface.

I have also tried to use traffic shaping, tried to limit http to 2Mb/s, no success?

Could it be the strange trunc/vlan config? If so, than this is a bug because vlans should behave exactly as normal interfaces.

20
Installation and Upgrades / VPN & Samba - Firewall misconfiguration
« on: February 10, 2009, 12:22:11 am »
Configuration:
1 NIC, 2 VLANs, 1 internal, one external, both static - effectively 2 NICs
vlan1 (internal) 10.129.1.1/24
tap0 10.129.2.1/24

Firewall log shows dropped packets:
input interface: -
output interface: tap0
source: 10.129.2.1
destination: 10.129.2.255
protocol: udp
source port: 138
destination port: 138

Clearly, there is a firewall issue - broadcasts from ebox to vpn are dropped!

Can someone give me a quick fix?

Matija

21
Installation and Upgrades / Re: Can't Join Computers to Domain SOLVED
« on: August 17, 2008, 01:00:37 pm »
SOLUTION:
Put
Code: [Select]
dny proxy = Yesin /usr/share/ebox/stubs/samba/smb.conf.mas
logical place is just below wins support


22
Installation and Upgrades / Re: PDC Connection problems
« on: August 17, 2008, 12:58:01 pm »
There is another thread about this:
http://forum.eboxplatform.com/index.php?topic=492.0
Solution is there

23
Installation and Upgrades / Re: Can't Join Computers to Domain
« on: August 17, 2008, 11:00:15 am »
I had the same issue and have found a workaround.

The problem is that NetBios is not working properly for some reason.
If I use another DHCP with "wins" setting, everything works just fine. Also when I enter the "wins" setting manualy in the TCP/IP setting pointing to ebox, it works as well.

This might have something to do with the unusual usage of ebox. It is not a gateway, but it is a DHCP server for 192.168.0.0/28 with IP 192.168.0.3, 192.168.0.1 being the gataway.

The instalation was made with 0.11.101 installer, manually upgraded to latest ebox repostory version (at the time of writing).


24
Installation and Upgrades / OpenVPN under windows
« on: August 12, 2008, 09:46:17 am »
OpenVPN client configuration for windows reports missing file.
In the config, remove the 's around certificate names:
ca   cacert.pem
instead of:
ca   'cacert.pem'

Pages: 1 [2]