Author Topic: newly installed zentyal 3.4 can't connect to internet after restart  (Read 1696 times)

highjo

  • Zen Apprentice
  • *
  • Posts: 48
  • Karma: +1/-0
    • View Profile
Hello I have run into an issue and I have decided to install a fresh installation of 3.4 . The downloaded version of zentyal 3.2 can't find the ubuntu-server.seed file on the cdrom so I decided to install it on a fresh 13.10 desktop 64bits (my favorite way of installing zentyal any way following installation documentation), just  same as previous install 3.2 on 12.04 desktop.

I got the box connected to the router and could apt-get and do installation. I have 3 ethernet interfaces.

eth0 (external: dhcp) --> not connected
eth1 (external: static: 192.168.1.3 | gateway: 192.168.1.1 | dns: 8.8.8.8,80.87.78.11)---> connected to router which has the ip 192.168.1.1
eth2 (internal: static : 192.168.0.3) --> no connected

after installation I was able to connect to the net but dhcp was kind of misbehaving: would run for a while and stop again all with no error in the zentyal.log. I restarted but during restart it could not configuration networking so it delayed. But afterwards that was it. I can't do anything on the net. I have set up 6 dns forwarders. Funny enough dhcp was running and after configuration of dhcp lease x.x.0.160 to x.x.0.254 when I connect my laptop it gives me the first IP x.x.0.60

Neither zentyal box nor my laptop has access to the net. can't ping an IP can't ping a domain.

So I thought I made a mistake with the interfaces to I put eth1 to dhcp and restarted zentyal but same configuration issue at startup etc.

Code: [Select]
#/etc/network/interfaces

auto lo eth0 eth1 eht2

iface lo inet loopback

iface eth0 inet dhcp

iface eth1 inet dhcp

iface eth2 inet static
address 192.168.0.3
netmask 255.255.255.0
broadcast 192.168.0.255

Code: [Select]
#/etc/NetworkManager/NetworkManager.conf

[main]
plugins=ifdown,keyfile,ofono
dns=dnsmasq
no-auto-default=1c:af:f7:0d:65:a3

[ifupdown]
managed=false

ping of 192.168.1.1 gives replies
ping of 8.8.8.8 gives host unreachable

I am not sure about what I am missing here. Kindly shed some lights. it's weird because I have done this several times in the past.

THanks


highjo

  • Zen Apprentice
  • *
  • Posts: 48
  • Karma: +1/-0
    • View Profile
Re: newly installed zentyal 3.4 can't connect to internet after restart
« Reply #1 on: June 05, 2014, 08:39:10 am »
Hello any help? My network is down up to now  :'( I had to do this re-install because of issue reported here

Thank you.

highjo

  • Zen Apprentice
  • *
  • Posts: 48
  • Karma: +1/-0
    • View Profile
Re: newly installed zentyal 3.4 can't connect to internet after restart
« Reply #2 on: June 05, 2014, 12:17:19 pm »
Hello Since there wasn't much help here. I ended up reinstalling 3.2 on ubuntu Desktop 12.04.4. Everything went back to normal. My network up and running again with torrents and blacklist etc.

Thank you anyway  ;D