Advertisement
Guest User

configure network card to full duplex

a guest
Jul 27th, 2010
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. # instale o programa ethtool
  2. iface eth0 inet static
  3. pre-up /usr/sbin/ethtool -s $IFACE speed 1000 duplex full autoneg off
  4. address 123.456.789.123
  5. netmask 255.255.255.0
  6. gateway 123.456.789.254
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement