Sponsored Content
Full Discussion: Lan Turtle configuration
Special Forums IP Networking Lan Turtle configuration Post 302968504 by kanalia on Thursday 10th of March 2016 04:17:53 AM
Old 03-10-2016
Lan Turtle configuration

Hi Chaps
I have recently bought a Lan Turtle, a covert Systems Administration and Penetration Testing tool providing stealth remote access, network intelligence gathering, and man-in-the-middle monitoring capabilities. Housed within a generic "USB Ethernet Adapter" case, the LAN Turtle's covert appearance allows it to blend into many IT environments. The device is in fact a small computer running Linux. You can plug it in to host computer via usb and connect a network cable on the 'other end'. The 'other end' will be allocated an IP by DHCP and device will serve an IP for the host. Both networks are bridged now so the host can still access internet and I can ssh to device and do all sorts of pen testing activities from it. Because my Ethical Hacking course is founded by my employer I can use our corporate network as firing range. I connected the device to my PC but I am not on domain any more. I wonder if it would be possible for the PC to still be on the same corporate network. This is the current config of the device:

config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'

config globals 'globals'
option ula_prefix 'fda4:1103:3ec4::/48'

config interface 'lan'
option ifname 'eth0'
option force_link '1'
option type 'bridge'
option proto 'static'
option ipaddr '172.16.84.1'
option netmask '255.255.255.0'
option ip6assign '60'

config interface 'wan'
option ifname 'eth1'
option macaddr '00:e0:4c:36:1c:12'
option proto 'dhcp'

config interface 'vpn'
option ifname 'tun0'
option proto 'dhcp'

config interface 'wan6'
option ifname '@wan'
option proto 'dhcpv6'

So the question is - is it possible to have 'lan' on the same network as 'wan'?
Regards, kanalia
 

9 More Discussions You Might Find Interesting

1. IP Networking

Configuration for a home LAN

I would like to see if anybody can give me any insights on this issue. Possibly somebody may have posted something like this before but provided I couldn't find any matching threads in the forum search, I post it here. I'm on GNU/Linux with iptables. I have a home LAN with the gateway connected... (1 Reply)
Discussion started by: cbkihong
1 Replies

2. Solaris

How to configure private LAN and coporate LAN on the same machine-Solaris10

Hi , I am trying to configure a private LAN and corporate LAN on the same machien on Solaris 10. How can I achieve this? Thanks (1 Reply)
Discussion started by: deedee
1 Replies

3. UNIX for Dummies Questions & Answers

lan setting

heyyy im using ferdora 7 ...but systems on my lan have windos xp ..so im able to access those systems but they r not can u help me out.... (1 Reply)
Discussion started by: mightypp.nits
1 Replies

4. SCO

mirroring in lan between 2 pc

hi ;i had setup a lan connection under sco open server release 5.0.5 between 2 pc with tcp/ip , but i want to mirror one of both for other but i can not do this please tell me about how to configure 2 pc for mirroring ? thank you::( (3 Replies)
Discussion started by: hossein
3 Replies

5. Linux

lan help

iam using open suse 10.3 in dual boot with windows internet is through Lan(ethernet) in windows by entering below data in Lan properties net is coming the information is bellow ip 10.2.45.67 subnet 255.255.0.0 default gate way 10.1.1.4... (3 Replies)
Discussion started by: seshumohan
3 Replies

6. IP Networking

Local Lan, no-ip directed DNS forward, surf within lan

Hi, We have a website running on a local centos 5.4 surfer, static IP. The domain.com uses no-ip.com to take care of the DNS, it forwards all to my server. My router receives the port 80 call, routes it to my server and the world can see domain.com perfectly fine. However, we cannot see... (3 Replies)
Discussion started by: lawstudent
3 Replies

7. Red Hat

Different hostnames with reboot while lan cable, no lan cable

I am facing strange problem regarding hostname on my Linux(2.6.18-164.el5xen x86_64 GNU/Linux), the hostname changes if reboot with lan cable and with NO lan cable Reboot with lan cable: The hostname is ubunut Unable to connect Oracle database using sqlplus some times database is not... (2 Replies)
Discussion started by: LinuxLearner
2 Replies

8. IP Networking

lan

how can i make lan between two or more computers having linux fedora as os...? (1 Reply)
Discussion started by: Ravi Kumar Mish
1 Replies

9. Fedora

about lan

how can i lan between two or more computers having linux fedora as os? (1 Reply)
Discussion started by: Ravi Kumar Mish
1 Replies
FENCE_AGENT(8)						      System Manager's Manual						    FENCE_AGENT(8)

NAME
fence_ipmilan - Fence agent for IPMI over LAN fence_ilo3 - Fence agent for HP iLO3 (symlink) fence_ilo4 - Fence agent for HP iLO4 (symlink) fence_idrac - Fence agent for Dell iDRAC (symlink) fence_imm - Fence agent for IBM Integrated Management Module (symlink) DESCRIPTION
fence_ipmilan is an I/O Fencing agent which can be used with machines controlled by IPMI. This agent calls support software using ipmitool (http://ipmitool.sf.net/). To use fence_ipmilan with HP iLO 3 or HP iLO 4 you have to enable lanplus option (lanplus / -P) and increase wait after operation to 4 sec- onds (power_wait=4 / -T 4) fence_ipmilan accepts options on the command line as well as from stdin. Fenced sends parameters through stdin when it execs the agent. fence_ipmilan can be run by itself with command line options. This is useful for testing and for turning outlets on or off from scripts. Vendor URL: http://www.intel.com PARAMETERS
-A IPMI Lan Auth type (md5, password, or none) -a IPMI Lan IP to talk to This parameter is always required. -p Password (if required) to control power on IPMI device -S Script to retrieve password (if required) -P Use Lanplus to improve security of connection -l Username/Login (if required) to control power on IPMI device -o Operation to perform. Valid operations: on, off, reboot, status, list, diag, monitor or metadata (Default Value: reboot) -t Timeout (sec) for IPMI operation -C Ciphersuite to use (same as ipmitool -C parameter) -M Method to fence (onoff or cycle) (Default Value: onoff) -T Wait X seconds after on/off operation (Default Value: 2) -f Wait X seconds before fencing is started -L Privilege level on IPMI device -v Verbose mode ACTIONS
on Power on machine. off Power off machine. reboot Reboot machine. status This returns the status of the plug/virtual machine. diag The operational behavior of this is not known. list List available plugs with aliases/virtual machines if there is support for more then one device. Returns N/A otherwise. monitor Check the health of fence device metadata Display the XML metadata describing this resource. STDIN PARAMETERS
auth IPMI Lan Auth type (md5, password, or none) ipaddr IPMI Lan IP to talk to This parameter is always required. passwd Password (if required) to control power on IPMI device passwd_script Script to retrieve password (if required) lanplus Use Lanplus to improve security of connection login Username/Login (if required) to control power on IPMI device action Operation to perform. Valid operations: on, off, reboot, status, list, diag, monitor or metadata (Default Value: reboot) timeout Timeout (sec) for IPMI operation cipher Ciphersuite to use (same as ipmitool -C parameter) method Method to fence (onoff or cycle) (Default Value: onoff) power_wait Wait X seconds after on/off operation (Default Value: 2) delay Wait X seconds before fencing is started privlvl Privilege level on IPMI device verbose Verbose mode fence_ipmilan (Fence Agent) 2009-10-20 FENCE_AGENT(8)
All times are GMT -4. The time now is 02:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy