This is a discussion on BSD /etc/rc.conf within the BSD Operating System forums, part of the Unix Operating Systems category; --> I am new to BSD, and just installed Free-BSD 6.2, i have made some changes in /etc/rc.conf, but after ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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. |