This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

installation 3nic and cable-modem

i´m currently struggled setting up my astaro box. instalaltion went fine within minutes. my problem is, that i wont get any inet-connection via my cable-tv modem - nor from the astaro-box, neither from the clients.

eth0 is configured to be the internal net assigned to 192.168.1.111 / 255.255.255.0 with no GW. the DMZ-intherface is on eth2, which is currently not in use but already configures as 172.31.2.1 / 255.255.255.0 with no GW.
the external nic eth1 is set to x.x.x.2 / 255.255.255.0 with the GW  on x.x.x.1 . this configuration works fine with my hardare router, the settings are provided py the ISP. 
the external is set to standard ethernet.

masquerading is up, a packet filter rule is defined from internal (network)  - any - any - allow. all rules are on green.

so i´m a bit confused, cos no traffic is bound to go outside  [:S]


This thread was automatically locked due to age.
  • First, keep it simple, assign the eth0 nic as 192.168.1.1 
    (You can use 111 but hey [:)]

    The subnet mask for the interface addresses should be 255.255.255.255
    (255.255.255.0 is a class C address)

    Can you ping x.x.x.2 ? (Which should also be .255 at the end)
  • as soon as i´m home i´ll change the subnets.
    using the ping-option from then network-menue ping to all three installed NICs is sucessfull - but nothing seems to leave the astaro-box. there is even no ping to the external gateway.
  • I'm guessing you can ping your internal LAN from the ASL box or otherwise webmin would not work.

    Under ICMP settings, ping etc is allowed?

    Once you have changed subnets:
    Ensure you have a MASQ rule for the internal LAN.  (Masqueraded to the external interface)

    Worry about DMZ once you have the internal lan up and running.
  • i guess that ping is allowed, but i will check this.
    pinging on the LAN side ond in the box works: all the three nics and the management pc are replying to the pings - so the internal routing should basically work - at least  [;)]
  • as astaro installs within seven minutes on my system, i reinstalled and went through the setup-procedure. i used the same settings like i mentioned in my first posting - and it works! 

    dont ask me why. the hint changing the subnet-mask to 255.255.255.255 did not work, all my nics have an class-c 255.255.255.0 subnet assigned.
  • Sorry, my bad, I was confused with interface config and "host" config.  Weird, at least it's working now.