Networking between proxmox host and windows 7 real PC [closed]Use specific interface for outbound connections (Ubuntu 9.04)How to setup network interface to have eth0 as dhcp and eth0:1 as static ip?Translating debian network configuration to gentooStatic virtual IP in debian 6.0.4Set up Wheezy SubnetsProxmox Nat Networking Issueqemu, kvm: Guest: No DHCPOFFERS receivedProxmox additional Ip with Port ForwardingHow to correctly set up routing on machine with 4 interfaces so that three of interfaces are on the same subnet?IPTables Multi-VLAN NAT to Multiple IPs

What are the ramifications of setting ARITHABORT ON for all connections in SQL Server?

Is Simic Ascendancy triggered by Awakening of Vitu-Ghazi?

Exception propagation: When to catch exceptions?

Why was this sacrifice sufficient?

Washer drain pipe overflow

Can 'sudo apt-get remove [write]' destroy my Ubuntu?

Was this a power play by Daenerys?

Why can't RGB or bicolour LEDs produce a decent yellow?

Cropping a message using array splits

Guns in space with bullets that return?

51% attack - apparently very easy? refering to CZ's "rollback btc chain" - How to make sure such corruptible scenario can never happen so easily?

Can you book a one-way ticket to the UK on a visa?

Can the sorting of a list be verified without comparing neighbors?

How can I answer high-school writing prompts without sounding weird and fake?

Is the homebrew weapon attack cantrip 'Arcane Strike' balanced?

International Code of Ethics for order of co-authors in research papers

Understanding basic photoresistor circuit

Increase height of laser cut design file for enclosure

Will change of address affect direct deposit?

As programers say: Strive to be lazy

Are there variations of the regular runtimes of the Big-O-Notation?

How do I compare the result of "1d20+x, with advantage" to "1d20+y, without advantage", assuming x < y?

histogram using edges

Was the Highlands Ranch shooting the 115th mass shooting in the US in 2019



Networking between proxmox host and windows 7 real PC [closed]


Use specific interface for outbound connections (Ubuntu 9.04)How to setup network interface to have eth0 as dhcp and eth0:1 as static ip?Translating debian network configuration to gentooStatic virtual IP in debian 6.0.4Set up Wheezy SubnetsProxmox Nat Networking Issueqemu, kvm: Guest: No DHCPOFFERS receivedProxmox additional Ip with Port ForwardingHow to correctly set up routing on machine with 4 interfaces so that three of interfaces are on the same subnet?IPTables Multi-VLAN NAT to Multiple IPs






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








-1















I've recently installed proxmox into PC with both ethernet and wi-fi adapters. During installation I've selected wi-fi adapter to bridge with and manually assigned the IP address: 192.168.1.20 to it.



My local home network address is: 192.168.1.0



My local network between proxmox and windows 7 PC is: 192.168.0.0



Windows 7 is configured as a gateway in my case with IP address: 192.168.0.1



To get access to my home network I've reconfigured /etc/network/interfaces.new file:



auto lo
iface lo inet loopback

iface wlx70f11c0e99bd inet dhcp
wpa-ssid MyHuaweiRouterSSID
wpa-psk MySecret

auto enp0s25
iface enp0s25 inet static
address 192.168.0.21
netmask 255.255.255.0
gateway 192.168.0.1

auto vmbr0
iface vmbr0 inet static
address 192.168.0.20
netmask 255.255.255.0
gateway 192.168.0.1
bridge_ports enp0s25
bridge_stp off
bridge_fd 0


After PC's rebooting the interfaces enp0s25 and vimbr0 are UP but I could not ping 192.168.0.1 - Destination Host Unreachable



So, I could not connect these two PC's together. Please help me to consider what I've missed.



PS. Earlier I had kali linux there, not proxmox and was able to configure network between them. I use ethernet crossover cable for physical connection.










share|improve this question















closed as off-topic by Michael Hampton May 2 at 19:11


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions on Server Fault must be about managing information technology systems in a business environment. Home and end-user computing questions may be asked on Super User, and questions about development, testing and development tools may be asked on Stack Overflow." – Michael Hampton
If this question can be reworded to fit the rules in the help center, please edit the question.
















  • Why downvoting? Any resonable reasons?

    – Grigoriy Yuschenko
    May 1 at 15:50


















-1















I've recently installed proxmox into PC with both ethernet and wi-fi adapters. During installation I've selected wi-fi adapter to bridge with and manually assigned the IP address: 192.168.1.20 to it.



My local home network address is: 192.168.1.0



My local network between proxmox and windows 7 PC is: 192.168.0.0



Windows 7 is configured as a gateway in my case with IP address: 192.168.0.1



To get access to my home network I've reconfigured /etc/network/interfaces.new file:



auto lo
iface lo inet loopback

iface wlx70f11c0e99bd inet dhcp
wpa-ssid MyHuaweiRouterSSID
wpa-psk MySecret

auto enp0s25
iface enp0s25 inet static
address 192.168.0.21
netmask 255.255.255.0
gateway 192.168.0.1

auto vmbr0
iface vmbr0 inet static
address 192.168.0.20
netmask 255.255.255.0
gateway 192.168.0.1
bridge_ports enp0s25
bridge_stp off
bridge_fd 0


After PC's rebooting the interfaces enp0s25 and vimbr0 are UP but I could not ping 192.168.0.1 - Destination Host Unreachable



So, I could not connect these two PC's together. Please help me to consider what I've missed.



PS. Earlier I had kali linux there, not proxmox and was able to configure network between them. I use ethernet crossover cable for physical connection.










share|improve this question















closed as off-topic by Michael Hampton May 2 at 19:11


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions on Server Fault must be about managing information technology systems in a business environment. Home and end-user computing questions may be asked on Super User, and questions about development, testing and development tools may be asked on Stack Overflow." – Michael Hampton
If this question can be reworded to fit the rules in the help center, please edit the question.
















  • Why downvoting? Any resonable reasons?

    – Grigoriy Yuschenko
    May 1 at 15:50














-1












-1








-1








I've recently installed proxmox into PC with both ethernet and wi-fi adapters. During installation I've selected wi-fi adapter to bridge with and manually assigned the IP address: 192.168.1.20 to it.



My local home network address is: 192.168.1.0



My local network between proxmox and windows 7 PC is: 192.168.0.0



Windows 7 is configured as a gateway in my case with IP address: 192.168.0.1



To get access to my home network I've reconfigured /etc/network/interfaces.new file:



auto lo
iface lo inet loopback

iface wlx70f11c0e99bd inet dhcp
wpa-ssid MyHuaweiRouterSSID
wpa-psk MySecret

auto enp0s25
iface enp0s25 inet static
address 192.168.0.21
netmask 255.255.255.0
gateway 192.168.0.1

auto vmbr0
iface vmbr0 inet static
address 192.168.0.20
netmask 255.255.255.0
gateway 192.168.0.1
bridge_ports enp0s25
bridge_stp off
bridge_fd 0


After PC's rebooting the interfaces enp0s25 and vimbr0 are UP but I could not ping 192.168.0.1 - Destination Host Unreachable



So, I could not connect these two PC's together. Please help me to consider what I've missed.



PS. Earlier I had kali linux there, not proxmox and was able to configure network between them. I use ethernet crossover cable for physical connection.










share|improve this question
















I've recently installed proxmox into PC with both ethernet and wi-fi adapters. During installation I've selected wi-fi adapter to bridge with and manually assigned the IP address: 192.168.1.20 to it.



My local home network address is: 192.168.1.0



My local network between proxmox and windows 7 PC is: 192.168.0.0



Windows 7 is configured as a gateway in my case with IP address: 192.168.0.1



To get access to my home network I've reconfigured /etc/network/interfaces.new file:



auto lo
iface lo inet loopback

iface wlx70f11c0e99bd inet dhcp
wpa-ssid MyHuaweiRouterSSID
wpa-psk MySecret

auto enp0s25
iface enp0s25 inet static
address 192.168.0.21
netmask 255.255.255.0
gateway 192.168.0.1

auto vmbr0
iface vmbr0 inet static
address 192.168.0.20
netmask 255.255.255.0
gateway 192.168.0.1
bridge_ports enp0s25
bridge_stp off
bridge_fd 0


After PC's rebooting the interfaces enp0s25 and vimbr0 are UP but I could not ping 192.168.0.1 - Destination Host Unreachable



So, I could not connect these two PC's together. Please help me to consider what I've missed.



PS. Earlier I had kali linux there, not proxmox and was able to configure network between them. I use ethernet crossover cable for physical connection.







networking proxmox






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 1 at 23:35







Grigoriy Yuschenko

















asked May 1 at 15:02









Grigoriy YuschenkoGrigoriy Yuschenko

204




204




closed as off-topic by Michael Hampton May 2 at 19:11


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions on Server Fault must be about managing information technology systems in a business environment. Home and end-user computing questions may be asked on Super User, and questions about development, testing and development tools may be asked on Stack Overflow." – Michael Hampton
If this question can be reworded to fit the rules in the help center, please edit the question.







closed as off-topic by Michael Hampton May 2 at 19:11


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions on Server Fault must be about managing information technology systems in a business environment. Home and end-user computing questions may be asked on Super User, and questions about development, testing and development tools may be asked on Stack Overflow." – Michael Hampton
If this question can be reworded to fit the rules in the help center, please edit the question.












  • Why downvoting? Any resonable reasons?

    – Grigoriy Yuschenko
    May 1 at 15:50


















  • Why downvoting? Any resonable reasons?

    – Grigoriy Yuschenko
    May 1 at 15:50

















Why downvoting? Any resonable reasons?

– Grigoriy Yuschenko
May 1 at 15:50






Why downvoting? Any resonable reasons?

– Grigoriy Yuschenko
May 1 at 15:50











1 Answer
1






active

oldest

votes


















1














I was able to connect these two PCs by changing network configuration in /etc/network/interfaces.new.



auto lo
iface lo inet loopback

iface wlx70f11c0e99bd inet dhcp
wpa-ssid MyHuaweiRouterSSID
wpa-psk MySecret

auto enp0s25
iface enp0s25 inet static
address 192.168.0.21
netmask 255.255.255.0
gateway 192.168.0.1

auto vmbr0
iface vmbr0 inet static
address 192.168.0.20
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0


Edited.
After trying to bridge vmbr0 with enp0s25 adapter changing bridge_ports enp0s25 to bridge_ports enp0s25, network failed to work. So on Windows PC I've created bridge with wi-fi adapter that looks into internet and ethernet adapter that looks at proxmox PC. I was trying different configurations with ip addresses, gateways and adapters but after that I've just reconfigured network on proxmox to:



auto lo
iface lo inet loopback

auto vmbr0
iface vmbr0 inet static
address 192.168.1.21
netmask 255.255.255.0
gateway 192.168.1.1
bridge-ports enp0s25
bridge-stp off
bridge-fd 0


removing enp0s25 configuration from config file at all. It resolved the issue. However, ifconfig shows:



enp0s25: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
ether 00:23:24:0b:e0:2e txqueuelen 1000 (Ethernet)
RX packets 546 bytes 153563 (149.9 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 375 bytes 161758 (157.9 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 19 memory 0xf0500000-f0520000

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 18 bytes 1544 (1.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 18 bytes 1544 (1.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

vmbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.21 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::223:24ff:fe0b:e02e prefixlen 64 scopeid 0x20<link>
ether 00:23:24:0b:e0:2e txqueuelen 1000 (Ethernet)
RX packets 546 bytes 143735 (140.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 367 bytes 159292 (155.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

root@proxmox:~# ip route
default via 192.168.1.1 dev vmbr0 onlink
192.168.1.0/24 dev vmbr0 proto kernel scope link src 192.168.1.21





share|improve this answer































    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    I was able to connect these two PCs by changing network configuration in /etc/network/interfaces.new.



    auto lo
    iface lo inet loopback

    iface wlx70f11c0e99bd inet dhcp
    wpa-ssid MyHuaweiRouterSSID
    wpa-psk MySecret

    auto enp0s25
    iface enp0s25 inet static
    address 192.168.0.21
    netmask 255.255.255.0
    gateway 192.168.0.1

    auto vmbr0
    iface vmbr0 inet static
    address 192.168.0.20
    netmask 255.255.255.0
    bridge_ports none
    bridge_stp off
    bridge_fd 0


    Edited.
    After trying to bridge vmbr0 with enp0s25 adapter changing bridge_ports enp0s25 to bridge_ports enp0s25, network failed to work. So on Windows PC I've created bridge with wi-fi adapter that looks into internet and ethernet adapter that looks at proxmox PC. I was trying different configurations with ip addresses, gateways and adapters but after that I've just reconfigured network on proxmox to:



    auto lo
    iface lo inet loopback

    auto vmbr0
    iface vmbr0 inet static
    address 192.168.1.21
    netmask 255.255.255.0
    gateway 192.168.1.1
    bridge-ports enp0s25
    bridge-stp off
    bridge-fd 0


    removing enp0s25 configuration from config file at all. It resolved the issue. However, ifconfig shows:



    enp0s25: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    ether 00:23:24:0b:e0:2e txqueuelen 1000 (Ethernet)
    RX packets 546 bytes 153563 (149.9 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 375 bytes 161758 (157.9 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    device interrupt 19 memory 0xf0500000-f0520000

    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
    inet 127.0.0.1 netmask 255.0.0.0
    inet6 ::1 prefixlen 128 scopeid 0x10<host>
    loop txqueuelen 1000 (Local Loopback)
    RX packets 18 bytes 1544 (1.5 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 18 bytes 1544 (1.5 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    vmbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet 192.168.1.21 netmask 255.255.255.0 broadcast 192.168.1.255
    inet6 fe80::223:24ff:fe0b:e02e prefixlen 64 scopeid 0x20<link>
    ether 00:23:24:0b:e0:2e txqueuelen 1000 (Ethernet)
    RX packets 546 bytes 143735 (140.3 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 367 bytes 159292 (155.5 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    root@proxmox:~# ip route
    default via 192.168.1.1 dev vmbr0 onlink
    192.168.1.0/24 dev vmbr0 proto kernel scope link src 192.168.1.21





    share|improve this answer





























      1














      I was able to connect these two PCs by changing network configuration in /etc/network/interfaces.new.



      auto lo
      iface lo inet loopback

      iface wlx70f11c0e99bd inet dhcp
      wpa-ssid MyHuaweiRouterSSID
      wpa-psk MySecret

      auto enp0s25
      iface enp0s25 inet static
      address 192.168.0.21
      netmask 255.255.255.0
      gateway 192.168.0.1

      auto vmbr0
      iface vmbr0 inet static
      address 192.168.0.20
      netmask 255.255.255.0
      bridge_ports none
      bridge_stp off
      bridge_fd 0


      Edited.
      After trying to bridge vmbr0 with enp0s25 adapter changing bridge_ports enp0s25 to bridge_ports enp0s25, network failed to work. So on Windows PC I've created bridge with wi-fi adapter that looks into internet and ethernet adapter that looks at proxmox PC. I was trying different configurations with ip addresses, gateways and adapters but after that I've just reconfigured network on proxmox to:



      auto lo
      iface lo inet loopback

      auto vmbr0
      iface vmbr0 inet static
      address 192.168.1.21
      netmask 255.255.255.0
      gateway 192.168.1.1
      bridge-ports enp0s25
      bridge-stp off
      bridge-fd 0


      removing enp0s25 configuration from config file at all. It resolved the issue. However, ifconfig shows:



      enp0s25: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
      ether 00:23:24:0b:e0:2e txqueuelen 1000 (Ethernet)
      RX packets 546 bytes 153563 (149.9 KiB)
      RX errors 0 dropped 0 overruns 0 frame 0
      TX packets 375 bytes 161758 (157.9 KiB)
      TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
      device interrupt 19 memory 0xf0500000-f0520000

      lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
      inet 127.0.0.1 netmask 255.0.0.0
      inet6 ::1 prefixlen 128 scopeid 0x10<host>
      loop txqueuelen 1000 (Local Loopback)
      RX packets 18 bytes 1544 (1.5 KiB)
      RX errors 0 dropped 0 overruns 0 frame 0
      TX packets 18 bytes 1544 (1.5 KiB)
      TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

      vmbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
      inet 192.168.1.21 netmask 255.255.255.0 broadcast 192.168.1.255
      inet6 fe80::223:24ff:fe0b:e02e prefixlen 64 scopeid 0x20<link>
      ether 00:23:24:0b:e0:2e txqueuelen 1000 (Ethernet)
      RX packets 546 bytes 143735 (140.3 KiB)
      RX errors 0 dropped 0 overruns 0 frame 0
      TX packets 367 bytes 159292 (155.5 KiB)
      TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

      root@proxmox:~# ip route
      default via 192.168.1.1 dev vmbr0 onlink
      192.168.1.0/24 dev vmbr0 proto kernel scope link src 192.168.1.21





      share|improve this answer



























        1












        1








        1







        I was able to connect these two PCs by changing network configuration in /etc/network/interfaces.new.



        auto lo
        iface lo inet loopback

        iface wlx70f11c0e99bd inet dhcp
        wpa-ssid MyHuaweiRouterSSID
        wpa-psk MySecret

        auto enp0s25
        iface enp0s25 inet static
        address 192.168.0.21
        netmask 255.255.255.0
        gateway 192.168.0.1

        auto vmbr0
        iface vmbr0 inet static
        address 192.168.0.20
        netmask 255.255.255.0
        bridge_ports none
        bridge_stp off
        bridge_fd 0


        Edited.
        After trying to bridge vmbr0 with enp0s25 adapter changing bridge_ports enp0s25 to bridge_ports enp0s25, network failed to work. So on Windows PC I've created bridge with wi-fi adapter that looks into internet and ethernet adapter that looks at proxmox PC. I was trying different configurations with ip addresses, gateways and adapters but after that I've just reconfigured network on proxmox to:



        auto lo
        iface lo inet loopback

        auto vmbr0
        iface vmbr0 inet static
        address 192.168.1.21
        netmask 255.255.255.0
        gateway 192.168.1.1
        bridge-ports enp0s25
        bridge-stp off
        bridge-fd 0


        removing enp0s25 configuration from config file at all. It resolved the issue. However, ifconfig shows:



        enp0s25: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
        ether 00:23:24:0b:e0:2e txqueuelen 1000 (Ethernet)
        RX packets 546 bytes 153563 (149.9 KiB)
        RX errors 0 dropped 0 overruns 0 frame 0
        TX packets 375 bytes 161758 (157.9 KiB)
        TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
        device interrupt 19 memory 0xf0500000-f0520000

        lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
        inet 127.0.0.1 netmask 255.0.0.0
        inet6 ::1 prefixlen 128 scopeid 0x10<host>
        loop txqueuelen 1000 (Local Loopback)
        RX packets 18 bytes 1544 (1.5 KiB)
        RX errors 0 dropped 0 overruns 0 frame 0
        TX packets 18 bytes 1544 (1.5 KiB)
        TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

        vmbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
        inet 192.168.1.21 netmask 255.255.255.0 broadcast 192.168.1.255
        inet6 fe80::223:24ff:fe0b:e02e prefixlen 64 scopeid 0x20<link>
        ether 00:23:24:0b:e0:2e txqueuelen 1000 (Ethernet)
        RX packets 546 bytes 143735 (140.3 KiB)
        RX errors 0 dropped 0 overruns 0 frame 0
        TX packets 367 bytes 159292 (155.5 KiB)
        TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

        root@proxmox:~# ip route
        default via 192.168.1.1 dev vmbr0 onlink
        192.168.1.0/24 dev vmbr0 proto kernel scope link src 192.168.1.21





        share|improve this answer















        I was able to connect these two PCs by changing network configuration in /etc/network/interfaces.new.



        auto lo
        iface lo inet loopback

        iface wlx70f11c0e99bd inet dhcp
        wpa-ssid MyHuaweiRouterSSID
        wpa-psk MySecret

        auto enp0s25
        iface enp0s25 inet static
        address 192.168.0.21
        netmask 255.255.255.0
        gateway 192.168.0.1

        auto vmbr0
        iface vmbr0 inet static
        address 192.168.0.20
        netmask 255.255.255.0
        bridge_ports none
        bridge_stp off
        bridge_fd 0


        Edited.
        After trying to bridge vmbr0 with enp0s25 adapter changing bridge_ports enp0s25 to bridge_ports enp0s25, network failed to work. So on Windows PC I've created bridge with wi-fi adapter that looks into internet and ethernet adapter that looks at proxmox PC. I was trying different configurations with ip addresses, gateways and adapters but after that I've just reconfigured network on proxmox to:



        auto lo
        iface lo inet loopback

        auto vmbr0
        iface vmbr0 inet static
        address 192.168.1.21
        netmask 255.255.255.0
        gateway 192.168.1.1
        bridge-ports enp0s25
        bridge-stp off
        bridge-fd 0


        removing enp0s25 configuration from config file at all. It resolved the issue. However, ifconfig shows:



        enp0s25: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
        ether 00:23:24:0b:e0:2e txqueuelen 1000 (Ethernet)
        RX packets 546 bytes 153563 (149.9 KiB)
        RX errors 0 dropped 0 overruns 0 frame 0
        TX packets 375 bytes 161758 (157.9 KiB)
        TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
        device interrupt 19 memory 0xf0500000-f0520000

        lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
        inet 127.0.0.1 netmask 255.0.0.0
        inet6 ::1 prefixlen 128 scopeid 0x10<host>
        loop txqueuelen 1000 (Local Loopback)
        RX packets 18 bytes 1544 (1.5 KiB)
        RX errors 0 dropped 0 overruns 0 frame 0
        TX packets 18 bytes 1544 (1.5 KiB)
        TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

        vmbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
        inet 192.168.1.21 netmask 255.255.255.0 broadcast 192.168.1.255
        inet6 fe80::223:24ff:fe0b:e02e prefixlen 64 scopeid 0x20<link>
        ether 00:23:24:0b:e0:2e txqueuelen 1000 (Ethernet)
        RX packets 546 bytes 143735 (140.3 KiB)
        RX errors 0 dropped 0 overruns 0 frame 0
        TX packets 367 bytes 159292 (155.5 KiB)
        TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

        root@proxmox:~# ip route
        default via 192.168.1.1 dev vmbr0 onlink
        192.168.1.0/24 dev vmbr0 proto kernel scope link src 192.168.1.21






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 2 days ago

























        answered May 1 at 15:46









        Grigoriy YuschenkoGrigoriy Yuschenko

        204




        204













            Popular posts from this blog

            Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

            Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

            What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company