I have 3 xbox's that I need to forward multiple ports.
I have found multiple examples how to port forward one port to one host, Is it possible to forward ports to multiple hosts?
I need these ports forward to hosts 172.31.1.50, 172.31.1.51 and 172.31.1.52
Port 88 (UDP)
Port 3074 (UDP and TCP)...
My first thought is why do you have two static routes pointing to the same network on switch one.
ip route 192.168.6.0 255.255.255.0 192.168.203.10
ip route 192.168.6.0 255.255.255.0 172.18.32.16
and another two static routes for switch 2
ip route 192.168.6.0 255.255.255.0 172.18.33.250
ip...
How do I enable Radius authentication on a 6500?
Here is what I use for a 2970 but the 6500 doesn't have the radius-server command.
radius-server host 10.12.1.10 auth-port 1645 acct-port 1646 key 7 *********
radius-server source-ports 1645-1646
aaa new-model
aaa authentication login default...
Posted by: elovelace256
Oct 31, 2007, 11:57am PST
I have a 501 at a branch office that I need to port forward www, ftp and rdp to 3 diffrent hosts.
The outside interface is dhcp
and the inside is 10.50.1.3
the network is 10.50.1.0/24
Below is what I thought would work but it is not...
Is there a way that I can monitor if a vpn tunnel is up or down? I know you can do sh cry isakmp sa or via the asdm but that does not alert me if a tunnel is up or down, or give me any historical data about the tunnel.
I tried via solarwinds but it only lets me monitor the interfaces and not...
Can someone see why I can ping from vlan 25 to vlan 5 and vlan 5 to vlan 55 and vlan... ect ect.
I can't figure this out and would appreciate quick help.
Thanks in advance!
Current configuration : 4430 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log...
Try this
route inside 172.16.5.0 255.255.255.0 172.16.5.1 1
This will only route the 172.16.5.x network traffic
or change your default route to
route inside 0 0 172.16.5.1 1
of course I am assuming the router for the point to point is on the inside network.
you are right, I was thinking of how the pix works, I am going to have to nat the 192 subnet. Actually I already did and it works for me.
Just for refernce here is what I added
access-list 1 permit 192.168.1.0 0.0.0.255
ip nat inside source list 1 interface GigabitEthernet0/1 overload
ip nat...
Yes I absolutly understand pat and nat, What I am saying is I cannot ping the next hop off the outside interface from a host on the inside interface which that may involve pat. But when I perform an extened ping from the outside interface(see below for example) I do not get a reply. i think...
Sure no problem, Here is why I don't think I would need to nat that address.
If I have host a on the internet trying to get to host b with the ip address of 192.168.1.5 then I would have to static nat a public ip to the ip of host b.
But that is not what I am doing I am simply trouble shooting...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.