473,378 Members | 1,475 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

smoothwall vpn

i work for a small company that is running and windows 2003 small business server that also serves as our vpn server. our firewall is the Smoothwall 2.0 (free version, not that it makes a difference) and we are trying to get it working where it will accept vpn packets and forward them to the server (normally smoothwall only accepts other smoothwall connections, but we want non-smoothwall connections as well)

so we have the instructions on how to set up the smoothwall to work with the vpn, but we get the error
"can't use -A with -A"

we are currently port forwarding port 1723 (gre traffic) to the server...could that be conflicting with the smoothwall vpn fix we are doing?

all ideas, comments, suggestions appreciated
Jul 19 '06 #1
3 5031
sashi
1,754 Expert 1GB
Hi there,

check out the below port assignment table provided by microsoft..

http://support.microsoft.com/default...b;en-us;832017

by default TCP port 1723 is assigned for PPTP Routing and Remote Access, my suggestion would be run a port scanner software to make sure there are no other service is using port 1723..

pls post your port forwarding rules on your next post.. will try to validate you rules.. take care..
Jul 19 '06 #2
sashi
1,754 Expert 1GB
hi there,

try the below example..

Expand|Select|Wrap|Line Numbers
  1. SOURCE_IP=(your source IP goes here)
  2. SOURCE_PORT=(your source port goes here)
  3. DEST_IP=(your destination IP goes here)
  4. DEST_PORT(your destination port goes here)
  5. export SOURCE_IP SOURCE_PORT DEST_IP DEST_PORT
  6. /usr/sbin/ipmasqadm portfw -a -P tcp -L $SOURCE_IP $SOURCE_PORT -R $DEST_IP $DEST_PORT
  7.  
Jul 19 '06 #3
we have the directions and what to put in the config file on smoothwall, it just that it gives the error "cant use -A with -A" when applying the specific firewall setting

how would i use that example and where?
Jul 19 '06 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

9
by: Brian Roberts | last post by:
I have a command line Python program that sometimes takes a bit (several minutes) to run. I want to provide an optional method for an impatient user (me!) to check the status of the program. The...
31
by: darwinist | last post by:
*With manual. http://darwinist.googlepages.com/htmldesktop.html Please criticise or contribute.
2
by: nanouk | last post by:
Sorry if this has been answered before but here it is. I'd like to process /var/log/messages on a linux system and substitute all whitespaces for commas up to a certain position (to be able to export...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.