bryn1u 17 Zgłoś post Napisano Sierpień 22, 2014 (edytowany) Witam Mecze sie od paru dni i nie moge skonfigurowac sieci pod LXC. Robilem juz chyba wszystkimi metodami zadna nie dziala. Posiadam server w OVH mam gl ip oraz jedno dodatkowe failover. Moja konfiguracja. root@Server:~# cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 94.23.237.216 netmask 255.255.255.0 network 94.23.237.0 broadcast 94.23.237.255 gateway 94.23.237.254 up ip addr add 91.121.239.228/32 dev eth0 up ip addr add 188.165.139.63/32 dev eth0 down ip addr del 91.121.239.228/32 dev eth0 down ip addr del 188.165.139.63/32 dev eth0 Pod LXC: root@Server:~# cat /var/lib/lxc/Oksymoron/rootfs/etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 91.121.239.228 netmask 255.255.255.255 broadcast 91.121.239.228 Niestety po restarcie /etc/init.d/networking restart wysypuje bledy. Czy pod linuxem musi to byc az tak zgmatwane ? Dodalem dwa ip do eth0 to czemu nie moge dopisac w .../interfaces po prostu tego ip zeby mogl z niego korzystac ? Edytowano Sierpień 22, 2014 przez bryn1u (zobacz historię edycji) Udostępnij ten post Link to postu Udostępnij na innych stronach
mmmm21 98 Zgłoś post Napisano Sierpień 22, 2014 Zerknij http://pomoc.ovh.pl/DodajAliasIp Udostępnij ten post Link to postu Udostępnij na innych stronach
bryn1u 17 Zgłoś post Napisano Sierpień 22, 2014 (edytowany) Zerknij http://pomoc.ovh.pl/DodajAliasIp Dzieki, ale to juz dawno przestudiowalem i nie zdaje egzaminu. To jedynie jakbym chcial dodac alias do eth0. Stworzylem eth1 dodalem do bridges i skonfigurowalem /etc/network/interfaces jako static i gowno. root@Server:~# cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback auto br0 iface br0 inet static bridge_ports eth0 eth1 bridge_stp off bridge_maxwait 5 bridge_fd 0 address 94.23.237.216 netmask 255.255.255.0 network 94.23.237.0 broadcast 94.23.237.255 gateway 94.23.237.254 up ip addr add 91.121.239.228/32 dev eth1 down ip addr del 188.165.139.63/32 dev eth1 Dodalem: ip route add 91.121.239.228/32 dev eth1 Pod lxc zmienilem z dhcp na static i wyglada to tak: auto lo iface lo inet loopback auto eth1 iface eth1 inet static address 91.121.239.228 netmask 255.255.255.255 broadcast 91.121.239.228 Co prawda obydwa ip dzialaja, ale na hoscie i pod lxc, chcialbym tylko, zeby 91.121.239.228 dzialalo pod LXC. Niestey nie mam juz pomyslow P.S ip glowne: 94.23.237.216 ip dodatkowe (FO): 91.121.239.228 Edytowano Sierpień 22, 2014 przez bryn1u (zobacz historię edycji) Udostępnij ten post Link to postu Udostępnij na innych stronach