search for: inside2

Displaying 3 results from an estimated 3 matches for "inside2".

Did you mean: inside
2005 Jun 28
1
Help - Firewall/Router Configuration
...g them appropriately in the routing/rules as well. I pretty much used the defaults on most of the stuff installed as our needs aren''t overly complicated right now. Below is some output from rt_tables and my firewall script to show what kind of a mess I have made so far: rt-tables: [root@inside2 ~]# ip route list 192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.2 10.5.5.0/24 dev eth0 proto kernel scope link src 10.5.5.1 default via 192.168.0.1 dev eth0 [root@inside2 ~]# ip route list table default [root@inside2 ~]# ip route list table main 192.168.0.0/24 dev eth0 proto...
2000 Aug 07
1
openssh 2.1.1p4-1: port number data in known_hosts: suggestion
Before I went to the trouble of implementing this feature and sending in a patch, I want to see what the general reaction would be... I allow ssh through my firewall under certain circumstances. My firewall is a Linux box running ipchains, but it could just as easily be any firewall that can forward external ports to internal ports. My internal network uses non-published addresses, so I forward
2010 Mar 27
1
R runs in a usual way, but simulations are not performed
...1 <- -1/2*tr(crossprod(solve(SIGMA),dSIGMA.dalphai )) dl.dalphai.2 <- -1/2*tr(crossprod(FI,Pi)) dl.dalphai.3 <- +1/2*as.numeric(crossprod(y,crossprod(SIGMAderiviSIGMA,y))) INSIDE1 <- crossprod(FIxs,crossprod(Pi,FIxs)) dl.dalphai.4 <- -1/2*as.numeric(crossprod(y,crossprod(INSIDE1,y))) INSIDE2 <- crossprod(solve(SIGMA),crossprod(dSIGMA.dalphai ,sxFIxs)) dl.dalphai.5 <- +1/2*(-2)*as.numeric(crossprod(y,crossprod(t(INSIDE2),y))) dl.dalphai = dl.dalphai.1 + dl.dalphai.2 + dl.dalphai.3 + dl.dalphai.4 + dl.dalphai.5 return(dl.dalphai)} grad = rep(dl.dalphai(1),c(1)) for(i in 2:leng...