Displaying 20 results from an estimated 300 matches similar to: "No subject"
2009 Jul 27
1
Firewall rules to block other's computers browse list
Hi All,
My Samba server/firewall has three (two real, one
virtual) network cards:
eth0.5: connects to a terminal server
eth0: internal network with about 10 XP workstations
eth1: the Internet
Samba is set to talk to only 12.0.0.1, eth0.5
and eth0.
I have my firewall iptables rules set so that
users on eth0.5 can only use the samba server
on my server. They can not share with any other
user on
2007 Nov 10
2
Virtual Box Host Networking problems
Dear Centos-Virt:
This is actually a second request for help on the
same issue. I finally got to try what several
months ago was replayed to me and no joy was to
be had. I am afraid the original thread got stale
and also had extra, unnecessary data in it.
Guest=XP Pro, SP2
Host=CentOS5; # uname -r; 2.6.18-8.1.15.el5
VirtualBox-1.5.0_24069_rhel5-2.i586.rpm
2009 Dec 11
3
[Bug 625] New: IN/SRC, OUT/DST backwards in LOG when used with a VLAN
http://bugzilla.netfilter.org/show_bug.cgi?id=625
Summary: IN/SRC, OUT/DST backwards in LOG when used with a VLAN
Product: iptables
Version: 1.3.5
Platform: All
OS/Version: All
Status: NEW
Severity: blocker
Priority: P4
Component: iptables
AssignedTo: laforge at netfilter.org
ReportedBy:
2008 Mar 29
1
Open VPN connection problem on Virtual Box
Hi All,
I am working on a mystery. I am using
openvpn-2.1_beta7-gui-1.0.3-install on all
the computers in question. All computers
are running XP-Pro-SP2. (Mine is running
in a virtual window -- details below.)
This configuration works perfectly from my office.
I use it to call five facilities:
remote aa.bb.cc.dd
port 5030
proto udp
dev tap
ifconfig 192.168.240.30 255.255.255.0
secret
2007 Sep 02
1
Virtual Box: br0 not resolving: No DHCPOFFERS
Dear Centos-Virt:
Help!
Guest=XP Pro, SP2
Host=CentOS5; # uname -r; 2.6.18-8.1.8.el5
VirtualBox-1.4.0_21864_rhel5-1.i586
http://www.virtualbox.org/download/1.5.0/VirtualBox-1.5.0_24069_rhel5-1.i586.rpm.run
I have two nic: eth0 is the internal network; eth1 connects to a DSL modem.
I also have a fully functioning DHCP server on eth0 (works perfectly
with Parallels for Linux).
The directions
2010 Aug 04
1
Question regarding S4 objects and reading in excel data with RODBC
L.S.
I am trying to get data from an excel sheet using the RODBC library, quite
like the example on page 34 of the 'Data manipulation with R' book written
by Phil Spector. It seems very straightforward, yet I get the same error
everytime I try it, with different excel sheets and trying to tweek the code
a bit. This is what I do:
library(RODBC)
sheet='X:\\example.xls'
2007 Aug 14
4
Import of Access data via RODBC changes column name ("NO" to "Expr1014") and the content of the column
Dear all,
I have some problems with importing data from an Access data base via
RODBC to R. The data base contains several tables, which all are
imported consecutively. One table has a column with column name "NO". If
I run the code attached on the bottom of the mail I get no complain, but
the column name (name of the respective vector of the data.frame) is
"Expr1014" instead
2008 Apr 04
1
RODBC / odbcConnectExcel Issue
Can someone throw light on the following problem I am having with RODBC?
There's an Excel file I am trying to read from, it has one sheet named
'nameclass'.
Thanks in anticipation.
Vishal Belsare
> library(RODBC)
> con = odbcConnectExcel(file.choose())
> tbls <- sqlTables(con)
> tbls
TABLE_CAT TABLE_SCHEM TABLE_NAME TABLE_TYPE REMARKS
1
2009 Sep 24
2
RODBC problem
Hi,
I'm attempting to use the RODBC package on Windows Vista to import an
excel spreadsheet. The spreadsheet has three worksheets the last of
which is blank. Following an example in Phil Spector's book (p. 34),
after creating a connection named con I did the following:
> con
RODBC Connection 3
Details:
case=nochange
DBQ=c:\temp\test.xls
DefaultDir=c:\temp
2005 Dec 15
2
Why is bubbles() creating empty png graphs?
This code below produces empty XXX.png files - if I use plot(), it works
and if I enter the commands
png(filename=fn)
bubble(positions, do.sqrt=FALSE, main=q)
dev.off()
manually, it works as well.
I am lost - any help appreciated.
The weird thing is that it worked before I made some changes... (I don't
have a copy of the working version...).
R version:
platform i686-pc-linux-gnu
arch
2009 Jan 17
1
Downloading Excel file & reading a range
I am trying to figure out a way to download an Excel file and then read a
range into R - so that i can have a reasonably automated process. I have
been trying to use the RODBC package, but with little success. I suspect
that this isnt the right route
Here is some code. My aim is to read in the data starting in H69:H283 in
sheet 2.
2006 Aug 04
4
policy ordering when mixing interface zones and host defined zones
Running shorewall 3.0.6, Linux 2.6.16, iptables 1.3.0.
This firewall has eth1 facing the DMZ and eth0 is a 802.1q trunk
with 6 VLANs and zones on it. I would like to allow one subnet
living out beyond the DMZ to have access to all zones on this firewall.
It seemed that creating a zone would allow for this to be done cleanly via
a line in the policy file. I defined this special subnet as the
2013 Feb 08
1
routing problem?
hi,
at home I have setup a kvm virtualization lab. I have a layer 3
switch, a host with 3 nics and centos 6.3.
In the layer 3 switch I have setup a couple of vlans: vlan 1
(default), 5 (quarantaine) and 10 (out-of-band-management).
nic0 is configured in the switch as a trunk interface that sees all
vlans. nic2 is an access port on vlan 5 and nic1 is not yet in the
picture ;-)
eth0 is bridged
2009 May 28
4
Read & name multiple excel sheets using RODBC
I'd like to be able to read multiple sheets from an excel workbook and use
the sheet name to name the resulting dataframe using RODBC. at the moment
i've figured out how to do it the long way (see below) but feel sure that
there is a speedier & possibly automatic way to do it in R. i've tried to
run a loop using sqlTables but it seemed to break the connection. unless
i've
2005 May 09
2
vlan traffic shaping.
I couldn''t find anyone who had actually made it work via google so I
guess I''ll ask here.
My setup is a VPN point to point link. The VPN is a modified version of
Openvpn where I''m using zlib compression to improve the compression a
bit.
The goal is to shape traffic coming from a routing server through the
vpn to the endpoint of the vpn and in such a way maximize the
2009 Dec 20
1
routing with 2 ISPs
Hello guys,
Sorry to bothering you.
I had a small network with one ISP and firewall.
eth1 -> Is connected to my ISP
eth0 + eth0.1 , eth0.2 and etc are my local networks.
All my network accesses internet via eth1.
My routing table looks like the following :
213.194.242.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
10.123.20.0 0.0.0.0 255.255.255.0 U 0
2004 Sep 30
2
2 DSL link, DNAT & SNAT
Sorry for the long descritpion of the problem, I''d like to know If I
misunderstand something or if I meet an intrinsic limit of my setup.
217.58.51.162 HDSL eth1 - SRV_XP: 192.168.254.10
eth0: 192.168.254.1 -----+------------------+-------
81.121.243.250 ADSL eth3 -
I want to allow incoming pptp request (port 1723) to be forwarded to
srv_xp
2010 May 23
4
xen4.0 debian vlan config
Hello,
can anybody help me how to configure vlans?
There are vlans:
vlan2
vlan3
vlan30
Server has one nic - eth0.
vlan2 should be dom0 eth0(peth0) for management
Each vlan3 and vlan30 should be has its own bridge.
How to make it?
Br
Peter
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2004 Oct 26
1
how can i define routed zones
hi,
suppose i have firewall with an ethernet interface eth1 for the internal
local zone, but in the local zone i have a router which connected to
some external offices internal lan. the external office has no other net
access just through this line. in orther to be able to define rules and
filter the traffic, the router internal interface should have to be in
different network then the local
2009 Oct 06
1
Bond Issues
I have a machine I just deployed w/ tg3 interfaces, I have setup bonding
on this same line of server (HP DL380 G4) a million times. I saw there were
changes recently to how you configure a bond and have my setup configured
according to: http://kbase.redhat.com/faq/docs/DOC-7431
The HP switch has a LACP trunk defined on the two ports. Problem is, when
rebooting, I need to issue a `service network