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

Refusal of a local network after updating

After updating from version 8.003 to 8.100 or 8.101 there is a network switching-off on internal interface of ASG. Switch D-LINK (4-port) is connected to the internal interface. All the local network after the switch has ceased to receive addresses on DHCP. If to connect the computer directly to the internal interface it receives the IP address on DHCP and connects in the Internet.
With version 8.003 all worked normally.


This thread was automatically locked due to age.
  • Hi, 
    First try a different cable.

    Then, check the interface speed & duplex settings under Network Interfaces; maybe you'll need to lock them at 100/Full or 1000/Full.

    If this solves the problem, please let us know what NIC you are using.

    Barry
  • I have tried other cable, but the problem remained.
    I have two network interfaces on my pc:
    Eth0: VIA Technologies, Inc. VT6105/VT6106S [Rhine-III]
    Eth1: Intel Corporation 82566DM Gigabit Network Connection
    When Eth1 was administrative the loss of connection has occurred.
    I have tried to change the administrative interface on Eth0 and the problem has disappeared.
  • I am having the same trouble here. Not sure whether it is the update, but all of a sudden the computers in the local network stopped being served, but all of them have proper IP addresses assigned by the DHCP.

    I tried changing the cable, tried replacing the NIC with a new one, tried setting the interface speed. But nothing solved the problem.

    But how do I change the administrative interface? Right now I have the local network connected to eth0, and two uplink connections on eth1 and eth2.

    Thanks for the assistance.
  • Hi, you can allow networks in webadmin or SSH in the Management settings.

    Barry
  • After updating from version 8.003 to 8.100 or 8.101 there is a network switching-off on internal interface of ASG. Switch D-LINK (4-port) is connected to the internal interface. All the local network after the switch has ceased to receive addresses on DHCP. If to connect the computer directly to the internal interface it receives the IP address on DHCP and connects in the Internet.
    With version 8.003 all worked normally.


    I've had this same issue ever since Version 8.  Version 7 would update just fine but whenever I do an update in Version 8 I lose the ability to connect to the interfaces.  Ifconfig states that they're up, but I cannot ssh to anything or from anything from the console/to the console.  I always end up having to install from a fresh ISO losing my log history.
  • Mhm strange, this only happens after an update or also after a reboot?

    What happens if you ping a LAN host? Do you get permission denied
    or just no answer ?

    Cheers
     Ulrich
  • Mhm strange, this only happens after an update or also after a reboot?

    What happens if you ping a LAN host? Do you get permission denied
    or just no answer ?

    Cheers
     Ulrich


    Rebooting does nothing to help.  When I ping a host that I know is up, I get nothing like it is not actually up.  Also, if I try to SSH from the ASG, it never connects.
  • SSH by default is not allowed to from the ASG. Do you have a packet filter rule with a Interface Address Object as Source to allow SSH?

    About ICMP: Anything in packetfilter.log? Do you have "Allow ICMP from Firewall" enabled?

    Cheers
     Ulrich
  • In my tests, I'm not trying to SSH to the ASG, rather from the ASG.  Before the updates, I'm able to SSH from the ASG.  After a complete reinstall and restore from backup, I can SSH from the ASG again. 

    I'm not sure how to check the packet logs since I cannot get to the Admin pages.
  • Logfiles are in /var/log; e.g. 
    tail -f /var/log/packetfilter

    Barry