Sorry to trouble you guys again.
I want to see my test site.
Here is my setup
cable modem
router in (freebsd vr0 dhcp on wan)
router out (freebsd xl0 going to dlink router) 192.168.101.1
router in (dlink to wireless and lan connections) 192.168.101.2
router out (dlink wireless and lan) 198.168.102.1
all working.
Because this is in my rc.conf
static_routes="internalnet2"
route add -net 192.168.102.1/24 192.168.101.2
PS: this is also in my rc.conf
sshd_enable="YES"
gateway_enable="YES"
firewall_enable="YES"
firewall_type="OPEN"
natd_enable="YES"
natd_interface="vr0"
natd_flags="-dynamic -m"
jail_enable="YES"
and my jails are set to my wan side. (I don't know if that crazy but it works.)
________________________________________
Any ways I have a test site at 192.168.102.221 working and I havn't been able to see it yet using my public IP. and after trying to set up a firewall I loose my connectivity on my xphome box to the internet.
ipfw -q -f flush doesn't reconnect me I have to reboot freebsd
I want to see my test site.
Here is my setup
cable modem
router in (freebsd vr0 dhcp on wan)
router out (freebsd xl0 going to dlink router) 192.168.101.1
router in (dlink to wireless and lan connections) 192.168.101.2
router out (dlink wireless and lan) 198.168.102.1
all working.
Because this is in my rc.conf
static_routes="internalnet2"
route add -net 192.168.102.1/24 192.168.101.2
PS: this is also in my rc.conf
sshd_enable="YES"
gateway_enable="YES"
firewall_enable="YES"
firewall_type="OPEN"
natd_enable="YES"
natd_interface="vr0"
natd_flags="-dynamic -m"
jail_enable="YES"
and my jails are set to my wan side. (I don't know if that crazy but it works.)
________________________________________
Any ways I have a test site at 192.168.102.221 working and I havn't been able to see it yet using my public IP. and after trying to set up a firewall I loose my connectivity on my xphome box to the internet.
ipfw -q -f flush doesn't reconnect me I have to reboot freebsd