Timeline for Setting static ip address for multiple ethernet controller
Current License: CC BY-SA 4.0
        10 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 9, 2023 at 18:08 | review | Close votes | |||
| Jan 9, 2023 at 19:10 | |||||
| S Jan 9, 2023 at 14:52 | history | suggested | user3811862 | CC BY-SA 4.0 | 
                
                    Typos: virutal -> virtual, asigned -> assigned  
                
             | 
| Jan 9, 2023 at 14:03 | review | Suggested edits | |||
| S Jan 9, 2023 at 14:52 | |||||
| Mar 20, 2019 at 13:22 | comment | added | user56041 | Consistent Network Device Naming. I believe both Red Hat and Dell have whitepapers about the subject. Search for "Consistent Network Device Naming" and "biosdevname". | |
| Mar 20, 2019 at 13:17 | history | edited | Rui F Ribeiro | CC BY-SA 4.0 | 
                
                    deleted 200 characters in body 
                
             | 
| Mar 20, 2016 at 19:34 | answer | added | Ferenc Wágner | timeline score: 1 | |
| Mar 20, 2016 at 0:51 | comment | added | kitsunesensei | My issue is not with the network or hyper-v configuration. What I want is to simply tell Debian, that it should assign the placeholder eth0 to a by myself defined hardware. This might be archieved through the mac address or a UUID or whatever identifier there is for the network controller. Just as an example something like \ iface eth0 inet static \ address 192.x.x.x \ netmask 255.255.255.0 \ gateway 192.x.x.x \ hwaddress xx:xx:xx:xx:xx:xx | |
| Mar 20, 2016 at 0:26 | comment | added | MAQ | Not a Hyper-V expert here but I think this will not work. of course you can assign any Ip address you wish but the problem is that virtual network controller will still assign received frame to particular VLAN. In other words - the separation between virt0 and 1 will be kept regardless of IP address you chose. Solution ? Extend switching domain to the host, you should be able to connect 802.1Q tagged (aka trunk) link to your host. Then by creating particular VLAN subinterfaces you can manipulate where you would like to put your traffic. | |
| Mar 20, 2016 at 0:04 | review | First posts | |||
| Mar 20, 2016 at 0:17 | |||||
| Mar 19, 2016 at 23:59 | history | asked | kitsunesensei | CC BY-SA 3.0 |