Displaying 20 results from an estimated 300 matches similar to: "remote admin"
2004 Oct 09
9
fxp initiated behind shorewall
Okay, no one had any idea concerning my Radmin question, which I still
haven''t figured out. However, I am now trying to figure out an FXP problem.
All of the needed details are listed below the description problem.
Problem:
I have a local windows XP pro computer running FlashFXP behind shorewall
2.0.9 (unpatched) with only two interfaces (ppp0 and eth1) as
loc:192.168.1.5. The server
2004 Oct 04
1
htthost proxy
I recently installed Shorewall 2.0.9 onto my RedHat 9 linux system running
the latest 2.4 kernel. I think I have everything working except for passive
mode stuff and IRC DCC and fserve stuff. I am reading the postings and
files and so, I hope I can figure those things out on my own.
My question pertains to a proxy tunnel (httport) and host (htthost) that I
use. The htthost is in my local zone
2004 Sep 13
17
Problem with openvpn tunnel
Hello,
I have the following situation :
Server with 2 nics
1 nics connected to the internet, 1 connected to the LAN
I have OpenVPN running on the system and the following setting in the
tunnels file :
===================================
openvpn:2000 net 62.58.0.226
openvpn:2001 net 62.58.0.226
openvpn:2002 net 62.58.0.226
===================================
All tunnels ran for weeks
2004 Dec 01
2
Blocked traffic
Hello,
I was helping a friend to extend his Shorewall firewall and noticed
something strange in the syslog
Shorewall:all2all:REJECT:IN= OUT=eth1 SRC=192.168.0.1 DST=192.168.0.2
LEN=39 TOS=0x00 PREC=0x00 TTL=64 ID=3021 DF PROTO=UDP SPT=44337 DPT=1503
LEN=19
Anybody got an idea what this can be?
--
Groeten,
Peter
Device response received when none expected.
-
- Heb je een Dreambox 7000S ?
2004 Oct 25
2
Strange problem
Hello,
My workstation should synchronize its clock on my server but from some
reason this is not allowed
This is what I get in the log when the client tries to sync with NTP
Oct 25 08:25:47 server kernel: Shorewall:all2all:REJECT:IN= OUT=eth1
SRC=192.168.0.5 DST=192.168.0.4 LEN=76 TOS=0x10 PREC=0x00 TTL=64 ID=0 DF
PROTO=UDP SPT=123 DPT=1031 LEN=56
My internal network is eth1 , external is
2005 Jan 02
1
connect msn ?
Hello,
My server is on Mandrake 10.1 off.
eth0 is WAN with static IP connected 512 DSL
eth1 is LAN.
I am using shorewall.
I have NAT on eth0.
I have squid running.
I am not able to connect to MSN.
What are the rules to allow MSN ?
Thanks
Varun
2003 Feb 25
3
X-WIN32 local network
I have shorewall running on a seperate linux box
i would like to be able to export my display to my windoze pc, but have not been able to do so unless I stop shorewall.
Any input would be appreciated, looked throughout website and others. Could not find anything.
Thanks in advance.
Toronto, CANADA
Philippe
2003 Nov 06
4
ip_conntrack_ftp & ip_nat_ftp not loading automatically
For some reason, ip_conntrack_ftp & ip_nat_ftp aren''t loading
automatically. If I load them manually with modprobe FTP works.
Both ip_conntrack_ftp & ip_nat_ftp are listed in the modules file - I
haven''t mucked with the order at all, so I assume it''s right.
I''m using Mandrake 9.2 but, as recommended, I uninstalled the Mandrake
version of shorewall and
2003 Jul 01
6
Shell Requirements for Shorewall 1.4.6
The 1.4.6 version of Shorewall makes additional demands on the shell. I
have found that both the RH9.0 version of ash and the version of ash
that has long been available from the Shorewall download sites are *not*
suitable for use with Shorewall 1.4.6. The LEAF Bering version of ash on
the other hand works fine.
Attached is a small shell program that will allow you to test your shell
for
2004 Dec 19
8
Shorewall 2.2.0 RC1
http://shorewall.net/pub/shorewall/2.2-Beta/shorewall-2.2.0-RC1
ftp://shorewall.net/pub/shorewall/2.2-Beta/shorewall-2.2.0-RC1
Problems Corrected:
1. The syntax of the add and delete command has been clarified in
the help summary produced by /sbin/shorewall.
New Features:
1. TCP OpenVPN tunnels are now supported using the ''openvpn'' tunnel
type. OpenVPN
2004 Dec 22
15
OpenVPN and DNAT
Hello Tom and all,
Quick question: Is it possible to operate an OpenVPN server from behind
a firewall?
Is it as simple as setting it up and placing:
DNAT net loc:192.168.10.20 udp 5000 - ipaddress
--
Paul Slinski -o)
Network Administrator /\
Global IQX, Inc. _\_v
Global IQX is the leader in integrated e-business automation solutions
for the group life and health insurance
2004 Aug 06
9
how to define a dozens of interface as one zone
hi,
we use openvpn as for our vpn endpoints and we''ve got about 70-80 vpn
connections which means we have tun0 - tun80 interface. i''d like to
define one zone for all of our vpn connections how can I do that?
actualy our local zone is 192.168.0.0/17 (not 16) and all of the vpn''s
are in 192.168.128.0/17. our should i define somehow the local zone as
192.168.0.0/16? but in
2003 Jan 04
4
DNS problem
Hello,
Today I restarted the firewall machine during an outage of the ADSL line
overhere. At the boot Shorewall did not start but stopped during start.
The problem was that the ADSL line was down so no DNS server available
to resolve hostnames. I have a hostname in "blacklist" file and
therefore shorewall did not start. Is this problem solvable without
putting an IP address in the
2002 Nov 13
6
IP Forwarding
Hi,
I''m trying to get RAdmin [uses tcp 4889] access to my Windows machine
which is behind my firewall.
I have zones:
gbl : the world
loc : my lan
fw : firewall
I placed the following in my rules file
DNAT gbl loc:192.168.0.2 tcp 4889 -
When trying to RAdmin I get a cannot conect to server error.
192.168.0.2 is my Windows Machines IP address.
Can anyone help me?
Shorewall 1.3.9b
2007 Jan 20
4
simple q: returning a logical vector of substring matches
I'm a relative R novice, and sometimes the simple things trip me up.
Suppose I have
a <- c("apple", "pear")
and I want a logical vector of whether each of these strings contains
"ear" (in this case, F T). What is the idiom?
Quizzically,
Mark Lindeman
2004 Dec 30
1
Wine and NT Authentification core.
Hi,
I wonder if it's possible to setup wine so that applications using NT
Authentification (NTLM) (secur32.dll and security.dll) may work ?
I'm trying the radmin tools and the win32 computer that are using radmin
use the NT security protocol to allow login.
Actually i've tried using WINEDEBUG='warn+all' and WINEDEBUG='+loaddll'
to replace the core dll of windows
2012 Sep 27
3
load global variable so I can access in spec files
In my spec_helper, I want to load yaml file to a variable, and then be able
to use that in my tests.
spec_helper.rb:
RSpec.configure do |config|
end
config = YAML::Load(......)
some_spec.rb
describe ''blah'' do
it "should be...." do
MyClass.new( config[''test''] )
end
end
How can I do this?
-------------- next part --------------
An
2004 Dec 25
1
RAdmin
New to wine. Joined the list but never got wine to work with FreeBSD.
Installed SuSE 9.1 and installed office. I was blown away. It works!
Anyway, I use a program called RAdmin to remote administer Win
machines. I can run the program, and get into a Win machine, but the
keyboard commands don't work on the Win machine. The mouse does. Any
thoughts?
I can also RAdmin into the linux
2011 Aug 25
4
VPN routing on a 1 NIC router
Hello,
I have a linux system running with 1 nic. (just local LAN) A Fritzbox is the
DSL router, because of services of the Fritzbox (voip etc) I have to use the
Fritzbox as the DSL router.
Now I want to use the linux system as a VPN router so other devices on the
local lan can use that VPN connection.
I have setup shorewall but I cannot get it to work. I have monitored the
traffic with
2012 Oct 09
8
unexpected should_receive behaviour
Hi,
surely I''m missing something... but what!?
in my spec I''ve
User.should_receive(:find).with("1").and_return(@user)
and in my controller
User.find(params[:id])
green light... correct...
but if I change my controller using another method, for example first:
User.first
or even
User.all
I get green light too... I was expecting an error like
expected: 1 time