Recent content by Jevin gala

  1. J

    Debian 9.5 LXC NIC

    ip r is empty root@test-create-dnd:~# ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128...
  2. J

    Debian 9.5 LXC NIC

    It shows this : root@test-create-dnd:~# ifdown eth0 ifdown: interface eth0 not configured root@test-create-dnd:~# ifup eth0 RTNETLINK answers: File exists ifup: failed to bring up eth0
  3. J

    Debian 9.5 LXC NIC

    Hi, I added manually route and it pings to gateway but not to others. This is only happening with Debian 9.5 . # ifup eth0 RTNETLINK answers: File exists ifup: failed to bring up eth0 And journalctl -xe shows : Dec 05 14:06:06 test-create-dnd systemd[1]: Failed to start Raise network interfaces.
  4. J

    Debian 9.5 LXC NIC

    root@proxmox:~# pct config 1016 arch: amd64 cores: 2 cpulimit: 0 cpuunits: 1204 hostname: test memory: 1204 net0: name=eth0,bridge=vmbr1,hwaddr=00:16:3e:7c:66:bb,type=veth onboot: 1 ostype: debian rootfs: local:1016/vm-1016-dgyswiss0wukg4zr-agr301gieduz4oqp.raw,size=5G swap: 0...
  5. J

    Debian 9.5 LXC NIC

    Hi, Network status is showing this error : Dec 05 07:33:00 test ifup[360]: ifup: failed to bring up eth0 Dec 05 07:33:00 test systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE Dec 05 07:33:00 test systemd[1]: Failed to start Raise network interfaces. And...