Redhat Firewall issue (simple fix?)



OK, we have a consultant who handles our linux firewall/pop3 email
server. He is completely MIA and I "broke" my vpn the other day. I
had to change the ip address of my 2000 server that is running the
"routing & remote access service" and I didn't even bother to think
that it was going to mess up our VPN. My understanding is our linux
box was simply forwarding the traffic to my windows server for
authentication, etc...

I dusted off my Linux book and decided to see if I can fix it myself.
It led me to believe this setup was in the iptables. Here's where I
found that old IP address lurking.

/etc/sysconfig/iptables

*nat
:PREROUTING ACCEPT [2188028:162781738]
:POSTROUTING ACCEPT [894072:56074077]
:OUTPUT ACCEPT [957318:68464030]
-A PREROUTING -d xx.xx.xxx.xxx -p tcp -m tcp --dport 1723 -j DNAT --to-
destination "OLDADDRESS":1723
-A PREROUTING -d xx.xx.xxx.xxx -p 47 -j DNAT --to-destination
"OLDADDRESS"

I changed it to...........

-A PREROUTING -d xx.xx.xxx.xxx -p tcp -m tcp --dport 1723 -j DNAT --to-
destination "NEWADDRESS":1723
-A PREROUTING -d xx.xx.xxx.xxx -p 47 -j DNAT --to-destination
"NEWADDRESS"

I then restarted the iptables service.

Should that do it? I can't try it right now, but our CEO is heading
home in a bit and and I can have him try it. I'd just like to know
ahead of time if it may actually fix it as he's getting frustrated
with no access from home.

Thanks in advance

.



Relevant Pages

  • Active Directory with remote sites.
    ... connected through a Cisco router VPN. ... Somehow have the linux box as slave to authenticate users to the ... existing connectivity to the linux server for file services. ...
    (microsoft.public.windows.server.active_directory)
  • Re: VPN solutions for Linux?
    ... > any type of VPN available. ... from my Linux router to our factory Linux smtp server to access an HP3000 ...
    (comp.os.linux.networking)
  • Re: Firewall, VPN and SQL Server
    ... Is someone suggesting to put the Linux Firewall/VPN in DMZ? ... have a linux VPN in another location, if you already have a firewall ... Forwarding traffic to another server especially when you are ...
    (comp.security.firewalls)
  • VPN through firewall
    ... I should like to set up a VPN. ... The situation is this: I have a Linux ... have full access to the Linux server. ... I'll have to use Win2k on the laptop occasionally, ...
    (comp.os.linux.security)
  • Re: Clients VPN through ISA 2004
    ... Could you give it a try with the FWC turned off on the client? ... > 2003 Server on a machine with dual NIC's. ... Destination IP of the VPN server I'm trying to conect, ...
    (microsoft.public.isaserver)