Guest User!

You are not Sophos Staff.

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

Destination host unreachable, please help!

Hello,

I have tried for two days and have read the FAQ and searched the forum but I can't figure out what is wrong. Maybe you can help.

My setup:

Astaro 2.016
PII/266MHz/128Mb
2 NIC's (3Com, 3C905 and 3C980 I think)

It installs just fine, the NIC's are detected and I can access the webadmin GUI through the internal interface (192.168.1.1).
In Network>Interfaces I configure the eth1(external) as 194.236.x.x.
At this point I should be able to ping both eth0 and eth1 with the ping tool in webadmin. I get an answer from eth0(192.168.1.1) but when I try to ping the external interface(eth1, 194.236.x.x) I get "destination host unreachable".

Worth to mention is that the eth1 is not visable in Reporting>Network only eth0. Does this mean that eth1 is not installed properly?

Any help is appreciated! Please tell me if you need further information regarding my setup.

Regards,

Nicklas Svanteson


This thread was automatically locked due to age.
Parents
  • Update:
    I took a look at the online demo and it appears that my problem is related to eth1 not showing in Reporting>Network.

    That's very strange since both NIC's seems to install correctly in the setup. Both are also visable in Network>Interfaces.

    Any clues?  [:S] 

    /Nicklas Svanteson
  • Update 2:

    I'm now closer to the solution.

    "ifconfig eth1" gives me the following:
    ------------------
    eth1      Link encap:Ethernet  HWaddr 00:C0:4F:A4:F9:94
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:100
              Interrupt:12 Base address:0xdc80
    ------------------
    As you can see there is no IP-address assigned to this interface.
    If I do "ifconfig eth1 194.236.x.x" I can finally ping the external interface and eth1 also shows up in Reporting>Network.     

    The only problem is that the setting does not survive a reboot.
    How can I make this setting permanent??  [:S]  

    /Nicklas Svanteson
  • Now I have installed Smoothwall and it works perfectly well so obviously there is nothing wrong with my NIC's.
    Why can't I get Astaro to work??
    Smoothwall seems like a hobbyproject in comparison to Astaro. Astaro also has much better routing and portforwarding support in my opinion.

    Why doesn't Astaro assign an IP-address to my eth1?  [:S]  

    /Nicklas Svanteson
  • Mike_C - Yes I have...

    Does anyone know where (which script) ifconfig is configured during startup?

    /Nicklas Svanteson
  • How you configured eth1 in the Network -> Interface portion of Webadmin?
  • /etc/wfe/conf/netzkartendata contains the information you are searching for.

    I find it strange that the information you input in the webinterface doesn't stick however.

    I've never heard of anything similar. I have hacked in support for a wireless card, and even that shows up automatically - and saves info without problems.

    Good luck though.

    Best regards and wishes of a great new year,
    Ørjan Sandland
Reply
  • /etc/wfe/conf/netzkartendata contains the information you are searching for.

    I find it strange that the information you input in the webinterface doesn't stick however.

    I've never heard of anything similar. I have hacked in support for a wireless card, and even that shows up automatically - and saves info without problems.

    Good luck though.

    Best regards and wishes of a great new year,
    Ørjan Sandland
Children
  • Thank you Ørjan!  [:)]  
    I will have to wait until after the weekends before I try this. I will post the results here.

    I also wish you a happy new year!

    Best regards,

    Nicklas Svanteson
  • Hello,

    I looked in /etc/wfe/conf/netzkartendata and found that eth1 was missing. I added the line for eth1 and rebooted but still no IP-address was assigned to eth1.

    I had to add the ifconfig-line for eth1 in the file /sbin/init.d/networks. After I did that everything works perfectly well!!      

    Regards,

    Nicklas Svanteson