SEO

vBulletin Search Engine Optimization


Go Back   UnixAdminTalk.com > Unix Operating Systems > BSD Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-03-2008, 03:26 AM
Junior Member
 
Join Date: Mar 2008
Posts: 1
Default BSD /etc/rc.conf

I am new to BSD, and just installed Free-BSD 6.2, i have made some changes in
/etc/rc.conf, but after reboot , routes are not updated as it should be, please check if there are any mistake , my current configuration is



ifconfig_lnc0="inet 192.168.2.3 netmask 255.255.255.0"
ifconfig_lnc1="inet 10.10.10.10 netmask 255.255.255.0"

#Additional Static Routes
static_routes="vpn"
route_vpn="-net 10.10.20.0/24 10.10.10.1"
route_vpn="-net 10.2.1.0/24 10.10.10.1"
route_vpn="-net 172.20.0.0/24 10.10.10.1"
route_vpn="-net 172.21.0.0/24 10.10.10.1"
route_vpn="-net 192.168.1.0/24 10.10.10.1"
route_vpn="-host 10.5.3.101 10.10.10.1"
route_vpn="-host 10.8.13.113 10.10.10.1"
route_vpn="-host 10.8.1.71 10.10.10.1"
route_vpn="-host 10.8.1.72 10.10.10.1"
route_vpn="-host 10.3.22.51 10.10.10.1"


when i view static routes it only display me 192.168.2.0/24 and 10.10.10.0/24.

and i have to add these by commands.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:34 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31