Nachdem ich die letzen 3 naechte mit googeln verbracht habe und leider nicht fuendig wurde poste ich mein problem mal hier, hoffentlich koennt ihr mir dabei weiterhelfen.
Also ich will auf einem root server der bei hetzner steht vm's aufsetzen und jeder vm eine externe ip zuweisen, dazu habe ich ein subnet beantragt das ich auch erhalten habe.
Die IP vom Server 213.133.yyy.xxx
Die neuen Ips die ich erhalten habe:
IP: 71.44.142.134
Maske: 255.255.255.248
Broadcast: 71.44.142.139
Verwendbare IP-Adressen:
71.44.142.134 bis 71.44.142.139
Hier im Forum habe ich zwar einen aehnlichen thread zu meinem problem gefunden, aber der ist leider schon zu alt und hetzner erlaubt es jetzt nicht mehr zu bridgen, in ihrem wiki empfehlen sie ein routed setup.
http://wiki.hetzner.de/index.php/Zus%C3 ... P-Adressen
Vmware habe ich wie folgt konfiguriert:
Do you want networking for your virtual machines? (yes/no/help) [yes]
Would you prefer to modify your existing networking configuration using the wizard or the editor? (wizard/editor/help) [wizard]
The following bridged networks have been defined:
. vmnet0 is bridged to eth0
All your ethernet interfaces are already bridged.
Do you want to be able to use NAT networking in your virtual machines? (yes/no)
[yes]
Configuring a NAT network for vmnet8.
The NAT network is currently configured to use the private subnet
172.16.27.0/255.255.255.0. Do you want to keep these settings? [yes]
The following NAT networks have been defined:
. vmnet8 is a NAT network on private subnet 172.16.27.0.
Do you wish to configure another NAT network? (yes/no) [no]
Do you want to be able to use host-only networking in your virtual machines?
[yes]
The host-only network is currently configured to use the private subnet
71.44.142.134255.255.255.248 Do you want to keep these settings? [yes]
. vmnet1 is a host-only network on private subnet 78.46.249.104
Do you wish to configure another host-only network? (yes/no) [no]
ifconfig am host gibt danach folgendes aus:
Code: Alles auswählen
eth0 Link encap:Ethernet HWaddr 00:E0:4C:C2:6F:56
inet addr:213.133.yyy.xxx Bcast:213.133.yyy.xxx Mask:255.255.255.xxx
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:198 errors:0 dropped:0 overruns:0 frame:0
TX packets:216 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:19819 (19.3 KiB) TX bytes:29265 (28.5 KiB)
Interrupt:177 Base address:0xe000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
vmnet1 Link encap:Ethernet HWaddr 00:50:56:C0:00:01
inet addr:78.46.249.105 Bcast:78.46.249.111 Mask:255.255.255.248
inet6 addr: fe80::250:56ff:fec0:1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
vmnet8 Link encap:Ethernet HWaddr 00:50:56:C0:00:08
inet addr:172.16.27.1 Bcast:172.16.27.255 Mask:255.255.255.0
inet6 addr: fe80::250:56ff:fec0:8/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
und route -n
Code: Alles auswählen
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
71.44.142.139 0.0.0.0 255.255.255.248 U 0 0 0 vmnet1
213.133.xxx.yyy 213.133.xxx.yyy 255.255.255.224 UG 0 0 0 eth0
213.133.xxx.yyy 0.0.0.0 255.255.255.224 U 0 0 0 eth0
172.16.27.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet8
0.0.0.0 213.133.xxx.yyy 0.0.0.0 UG 0 0 0 eth0
komme leider nicht mehr weiter, vielleicht kann mir jemand helfen!
Liebe Grüße