Initial conditions:
net 172.30.157.0/24 with vlan 3032.
i try to deploy Vmware DataProtection 6.1.1.
Deploy applaince with vCenter and config the network settings.
After reboot network in VM does not work because VLAN is not configure
Configure vlan according manual http://www.unix.com/man-page/suse/5/ifcfg-vlan/
Comment parameters in /etc/sysconfig/network/ifcfg-eth0:
#IPADDR='172.30.157.110'
#NETMASK='255.255.255.0'
Create new config for vlan /etc/sysconfig/network/ifcfg-eth0.3032
STARTMODE='auto'
ETHERDEVICE='eth0'
VLAN_ID='3032'
IPADDR='172.30.157.110'
NETMASK='255.255.255.0'
BROADCAST='172.30.157.255'
Reboot VM and test that network will work:
root@(none):~/#: ping 172.30.157.110
PING 172.30.157.110 (172.30.157.110) 56(84) bytes of data.
64 bytes from 172.30.157.110: icmp_seq=1 ttl=64 time=0.061 ms
64 bytes from 172.30.157.110: icmp_seq=2 ttl=64 time=0.037 ms
64 bytes from 172.30.157.110: icmp_seq=3 ttl=64 time=0.024 ms
Network is work.But console shows than network does not work.
Check routes:
root@(none):~/#: ip route
default via 172.30.157.254 dev eth0.3032
127.0.0.0/8 dev lo scope link
169.254.0.0/16 dev eth0.3032 scope link
172.30.157.0/24 dev eth0.3032 proto kernel scope link src 172.30.157.110
root@(none):~/#: route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 172.30.157.254 0.0.0.0 UG 0 0 0 eth0.3032
loopback * 255.0.0.0 U 0 0 0 lo
link-local * 255.255.0.0 U 0 0 0 eth0.3032
172.30.157.0 * 255.255.255.0 U 0 0 0 eth0.3032
Enter to https://172.30.157.110:8543/vdp-configure/ and see perfect situation:
There are fields with netowork setting empty and there are not label from fields
Fill all the fields? but they are remain red and "next" button is not pressed.
Change network setting in /etc/sysconfig/network/ifcfg-eth0 and reboot:
IPADDR='172.30.157.110'
NETMASK='255.255.255.0'
BROADCAST='172.30.157.255'
After restarting the network does not work , although VM pinged from "outside " network
look routes. There are two identical routes to different interfaces:
Delete route to eth0
ip route del 172.30.157.0/24
Enter to https://172.30.157.110:8543/vdp-configure/
Now the page looks correct and the "next" button is prerssed.
After setup wizzard complete i have some troubles:.
-root password does not change
-integration in vcenter was not occured
-network dows not work , because thereis present two identical routes to defferent network interfaces
How can i configure VDP with VLANs?
PS: sorry for my English.