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;
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
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
add a comment |
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
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
Why downvoting? Any resonable reasons?
– Grigoriy Yuschenko
May 1 at 15:50
add a comment |
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
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
networking proxmox
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
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
Why downvoting? Any resonable reasons?
– Grigoriy Yuschenko
May 1 at 15:50
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
add a comment |
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
add a comment |
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
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
edited 2 days ago
answered May 1 at 15:46
Grigoriy YuschenkoGrigoriy Yuschenko
204
204
add a comment |
add a comment |
Why downvoting? Any resonable reasons?
– Grigoriy Yuschenko
May 1 at 15:50