Ok i have a tiny problem thats took me 2 days and counting to try and solve so far that can be solved in 5mins on you standard linksys router.
Is there a way to connect to an I.P on my LAN thats running a FTP server on port 7062 ? Like so
PC(I.P 192.168.1.100)-->My Public address(86.8.12.12)then back into the LAN ? OR Local PC to PublicIP then back to Local PC
Now i can quite easily connect to the server from work to home but i can't connect locally via the public I.P,yes i know i can connect via 192.168.1.100 but i want to test it via my public address on my LAN.
This is my access-list
access-list inbound permit tcp any any eq 7062
access-group inbound in interface outside
static (inside,outside) tcp interface 7062 192.168.1.100 7062 netmask 255.255.255.255
Nothing wrong there i know,I'm hoping there is some command i can use to get back into the Lan?
I'm thinking its the
nameif ethernet0 Outside security0
nameif ethernet1 inside security100
If so what do i need to do to the security permissions?
Thanks in advance for this place even existing
Is there a way to connect to an I.P on my LAN thats running a FTP server on port 7062 ? Like so
PC(I.P 192.168.1.100)-->My Public address(86.8.12.12)then back into the LAN ? OR Local PC to PublicIP then back to Local PC
Now i can quite easily connect to the server from work to home but i can't connect locally via the public I.P,yes i know i can connect via 192.168.1.100 but i want to test it via my public address on my LAN.
This is my access-list
access-list inbound permit tcp any any eq 7062
access-group inbound in interface outside
static (inside,outside) tcp interface 7062 192.168.1.100 7062 netmask 255.255.255.255
Nothing wrong there i know,I'm hoping there is some command i can use to get back into the Lan?
I'm thinking its the
nameif ethernet0 Outside security0
nameif ethernet1 inside security100
If so what do i need to do to the security permissions?
Thanks in advance for this place even existing