Linux Server and Workstation Configuration How To

  • Decrease font size
  • Default font size
  • Increase font size
  • default color
  • red color
  • green color
Home Manual
Manual
IPv6 Configuration on FreeBSD PDF Print E-mail
Monday, 26 July 2010 12:11
AddThis Social Bookmark Button

So, it's time to make the IPv4-IPv6 gateway, to walk in "another Internet", to whom he will soon.

GO and register at http://go6.net/4105/register.asp

The kernel supports IPv6, ie it built with options INET6 (GENERIC kernel already supports this protocol)

 
IPv6 Configuration on Ubuntu Linux PDF Print E-mail
Monday, 26 July 2010 11:26
AddThis Social Bookmark Button

We have Ubuntu 8.10 Intrepid Ibex Server Edition, coming out to the network via PPP and working with the intranet IP through NAT.

Task: to give him a real, white IPv6-address, and make its IPv6-based router, which will provide for the transfer of packets between IPv6-world and local area network.

 
Transfer of static routes to DHCP PDF Print E-mail
Monday, 26 July 2010 11:01
AddThis Social Bookmark Button

write in the main section of the configuration file of DHCP server:

option ms-classless-static-routes code 249 = array of unsigned integer 8;
option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
 
Combining two network interfaces under FreeBSD 5.x PDF Print E-mail
Thursday, 22 July 2010 14:42
AddThis Social Bookmark Button
The Combination of two 100 Mbit/c network cards into one virtual, with a 200 Mbit/s bandwidth.
kldload /boot/kernel/ng_ether.ko
kldload /boot/kernel/ng_one2many.ko
ifconfig rl0 up
ifconfig rl1 up
ngctl mkpeer rl0: one2many upper one
ngctl connect rl0: rl0:upper lower many0
ngctl connect rl1: rl0:upper lower many1
ngctl msg rl1: setpromisc 1
ngctl msg rl1: setautosrc 0
ngctl msg rl0:upper \
setconfig "{ xmitAlg=1 failAlg=1 enabledLinks=[ 1 1 ] }"
ifconfig rl0 inet 192.168.0.78
 
Creating IP-IP tunnel between FreeBSD and Linux PDF Print E-mail
Thursday, 22 July 2010 14:12
AddThis Social Bookmark Button
Suppose we have 2 cars PC1 (FreeBSD, ip-address IP1, interface INT1) and PC2 (Linux, IP2, INT2).
Lets build IP-IP tunnel (on the side of FreeBSD will address TUN1, Linux - tun2):
 
<< Start < Prev 1 2 3 Next > End >>

Page 1 of 3

Useful Links

Follow us on ...

  • Digg: hgevs
  • Facebook Page: 180986722511
  • Linked In Group: 2571120
  • Ning: linuxconfignet
  • Twitter: linuxconfignet

Friends

Thanks David Ayvazyan for provided useful information and discussions.
www.gnu.am (Armenian Translation)