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

No connectivity - kind of ;-)

Hi,

Just installed the latest ISO and things seems to work mostly except for Internet access from any LAN clients to the Internet. Internet access from the Astaro unit itself is working without problem.

Notes:

I have all modules turned off except Firewall (Could not find out how to turn it off)
The routing table currently looks like this:
n4ipsec:/root # netstat -r
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
10.0.0.0        *               255.255.0.0     U         0 0          0 eth0
loopback        *               255.0.0.0       U         0 0          0 lo
1.2.3.4  *               255.255.255.248 U         0 0          0 eth1

Is there any reason this should not just work?

TIA
Petter


This thread was automatically locked due to age.
Parents Reply Children
  • Any hints at the logs (packet filter and ips)?


    IPS log is empty and the Firewall log is not showing anything being dropped from my IP (Tried SSH to a host). Since this is a test only I am the single node behind this setup.

    Thanks
    Petter
  • IPS log is empty and the Firewall log is not showing anything being dropped from my IP (Tried SSH to a host). Since this is a test only I am the single node behind this setup.

    Thanks
    Petter


    A quick tcpdump show that locally there is no problem at all:

    n4ipsec:/root # tcpdump -nS icmp
    tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
    listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
    11:43:10.062834 IP 10.0.0.253 > 10.0.0.254: ICMP echo request, id 22053, seq 0, length 64
    11:43:10.062884 IP 10.0.0.254 > 10.0.0.253: ICMP echo reply, id 22053, seq 0, length 64

    However, if I ping something externally the dump is silent and nothing is happening.

    Thanks
    Petter