UNIX BLOG
Blog for NIX system based administrators
November, 2012
mdadm sending ioctl 1261 to a partition!
mdadm sending ioctl 1261 to a partition! and probably failing of one HDD drive If you get this message in linux mdadm config. Then you need to check mdadm settings with the following command: cat /proc/mdstat If you got cat /proc/mdstat Personalities : [raid1] md2 : active raid1 sda3[0] 935745400 blocks super 1.2 […]
Posted in Linux Administration | No Comments »
VPN PPTP not all sites are loading, problems with mtu
VPN PPTP not all sites are loading, problems with mtu to solve this problem about pptpd mtu problem with not all sites working use the following command: /sbin/iptables –append FORWARD –protocol tcp –tcp-flags SYN,RST SYN –jump TCPMSS –clamp-mss-to-pmtu
Tags: mtu, not loading, not working, pptp, pptpd, sites, vpn
Posted in Linux Administration | No Comments »