|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] no ssh login
Your dom0 routing table is still routing the traffic to your bridge from old setup. use brctl to remove xenbr0 you have. Then try: ifconfig vifx.y 192.168.3.1 netmask
255.255.255.0 up (Alternatively after removing xenbr0 if you create a new domU the ifconfig will have done this step automatically, picking up some IP address for new vif) This step should also have corrected your routing table.
Then you will have to update your domU routing table so that it now routes the traffic to the new gateway. If you run into problems while doing this, post output of your ifconfig and route -n at that point.
-- Jayesh
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|