08-09-2004 12:39 PM - edited 03-09-2019 08:22 AM
Hi
Our pix 525 running with 6.2.2 has been configure with three interfaces inside (192.168.1.x), outside and dmz (172.168.3.x)
wri net 192.168.1.10 pix-config. I m able to save the pix config to my internal tftp host. and That is works fine.
Problem is when is I m unable to push config to a tftpserver in DMZ (172.168.3.x) network.When I try to do this, Pix still try to access iniside interface instead of dmz interface.
what could be up?
08-09-2004 09:23 PM
Try setting the tftp server ip address using the tftp-server [interface_name] [ip_address] command. By default the PIX assumes that the TFTP server resides on the inside interface as it is more secure. The above mentioned command should let you setup a tftp server on the dmz and then you can just issue the command 'write net :pix-config'.
08-17-2004 10:29 AM
No luck
pix# sho tftp
tftp-server dmzlan 172.168.3.25 c:\cisco
pix# wri net:pixconfig
Usage: write erase|floppy|mem|terminal|standby
write net [
Any Ideas??
08-17-2004 07:14 PM
When the pix tells you Usage:
In short "write net :pixconfig" should get you working.
08-18-2004 05:42 AM
Still no luck.
I m able to ping the tftp server from the pix. and I also made sure that tftp service is running.
but i get an unspecified error. I couldnt see anything in pix logs.
pix# sho tftp-server
tftp-server dmzlan 172.168.3.25 c:
pix# ping dmzlan 172.168.3.25
172.168.3.25 response received -- 0ms
172.168.3.25 response received -- 0ms
172.168.3.25 response received -- 0ms
pix# wri net :pix-config
Building configuration...
TFTP write 'c:/pix-config' at 172.168.3.25 on interface 3
Unspecified Error
[FAILED]
08-18-2004 06:09 AM
Well at least now the PIX is trying to use the interface you want to access the TFTP. I think the problem lies in either the path you are giving or the TFTP server's permissions. Try to get some logs from the TFTP server itself and see if it is actually seeing any connection initiations.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide