RE: What am I missing?
"Andersson Mattias" <[email protected]>
| Newsgroups | gmane.linux.highavailability.ultramonkey |
|---|---|
| Message-ID | <[email protected]> |
> [root@beast ~]# ip addr sh > 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue > link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 > inet 127.0.0.1/8 brd 127.255.255.255 scope host lo > inet6 ::1/128 scope host > valid_lft forever preferred_lft forever > 2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000 > link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff > inet xxx.xxx.xxx.1/24 brd xxx.xxx.xxx.255 scope global eth0 > inet xxx.xxx.xxx.42/24 brd xxx.xxx.xxx.255 scope global secondary > eth0 > inet6 fe80::202:b3ff:fe19:ed1c/64 scope link > valid_lft forever preferred_lft forever > 3: eth1: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000 > link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff > inet 192.168.7.1/24 brd 192.168.7.255 scope global eth1 > inet 192.168.7.240/24 brd 192.168.7.255 scope global secondary eth1 > inet6 fe80::202:b3ff:fe19:ed1d/64 scope link > valid_lft forever preferred_lft forever > 4: sit0: <NOARP> mtu 1480 qdisc noop > link/sit 0.0.0.0 brd 0.0.0.0 > > ip route shows the correct upstream gateway, as does route -n. > > [root@beast ~]# ip route > 192.168.7.0/24 dev eth1 proto kernel scope link src 192.168.7.1 > xxx.xxx.xxx.0/24 dev eth0 proto kernel scope link src xxx.xxx.xxx.1 > 169.254.0.0/16 dev eth1 scope link > default via xxx.xxx.xxx.100 dev eth0 > This looks right, but also not. I guess you would like to have the gateway address as the internal virtual address witch will follow the active director, right. Well this will work as long as this current machine is you director, if this one fails and you fail-over to the other one your real server will still try to use this broken machine as their gateway... In this particular case this can also break the NAT, read the section about real servers once again. Yes, read it carefully since it seams to me it might be a bit confusing. > Any ideas? Are there any other config files that would be helpful to > diagnose this? > > -- > Brad Willson, Sr. Computer Specialist > UW GeneTests, UW Box: 358735 > EM: [email protected] > W: 206.221.4674, C: 425.891.2732 > http://www.genetests.org > > > -- > Ultra Monkey - http://www.ultramonkey.org/ > To UNSUBSCRIBE, email to [email protected], with a body: > unsubscribe ultramonkey-users [email protected] > where "[email protected]" is YOUR email address. > > -- Ultra Monkey - http://www.ultramonkey.org/ To UNSUBSCRIBE, email to [email protected], with a body: unsubscribe ultramonkey-users [email protected] where "[email protected]" is YOUR email address.