Comment 24 for bug 651007

Revision history for this message
Thomas Hood (jdthood) wrote :

@Yongzhi Pan: Can you please provide us with more information about this problem?

Please install resolvconf, reboot, connect to VPN, check that /etc/resolv.conf is wrong, as you reported in Launchpad bug #651007. Then send the output of

ls -l /etc/resolv.conf
cat /etc/resolv.conf
ls -l /run/resolvconf
ls -l /run/resolvconf/interface
for F in /run/resolvconf/interface/* ; do echo === $F === ; cat $F ; done
ls -l /etc/resolvconf/resolv.conf.d
for F in /etc/resolvconf/resolv.conf.d/* ; do echo === $F === ; cat $F ; done
ls -l /etc/resolvconf/interface-order
cat /etc/resolvconf/interface-order

and also say what you think the contents of /etc/resolv.conf should be.